@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #676767;
}
a:link	{
	color: #000033
}
a:hover	{
	color: #CC3300;
}
a:visited	{
	color: #000033;
}
/*-------------------------------------------------------*/
#container {
	width: 1280px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #252525;
	text-align: left;
}
#logo 	{
	padding-top: 93px;
	padding-left: 160px;
}
#menue	 {
	height: 50px;
	width: 80px;
	padding-top: 75px;
	padding-left: 160px;
	float: left;
}
#menueItem {
	padding-bottom: 14px;
	width: 275px;
}
#submenue	{
	float: left;
	padding-bottom: 2px;
	padding-top: 3px;
	width: 185px;
}
#pfeil	{
	width: 10px;
	height: 14px;
	float: left;
	padding-left: 5px;
	padding-top: 1px;
}
#numbers	{
	float: left;
	color: #ffffff;
	padding-left: 10px;
	font-size: 9px;
}
#pictures	{
	width: 680px;
	height: 520px;
	padding-top: 75px;
	padding-left: 450px;
	text-align: center;
}
/*---------------------------------------------------------*/
#footer	{
	padding-left: 160px;
	padding-top: 20px;
}
#impressum	{
	width: 111px;
	float: left;

}
#disclaimer	{
}
