@charset "utf-8";

body{
	font-size: 16px;
	font-weight:300;
	line-height: 23px;
}
.select a {
	color:#FFFFFF;
}
#btMenu, #full {
	display:none;
}
h1 {
	font-size: 20px;
	padding-top: 10px;
	line-height: 30px;
}
p {
	margin-top:15px;
}
#container{
	width: 957px;
	margin: auto;
}
#background{
	background-image:url(../image/background_screen.gif);
	background-position:top;
	background-repeat:no-repeat;	
}
#banner{
	border-right: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;	
	height: 243px;
}
#controller{
	margin-top:7px;	
}
#controller .start_diashow {
	float:left;
	margin-left:65px;
	font-size: 12px;	 
}
#impressum {
	float:right;
	text-transform:uppercase;
	font-size: 12px;
}
#content{
	padding-right:300px;	
}
#command {
	width:450px;
}
#header {
	padding-top:180px;
	margin-bottom:12px;
}
#menu{
	padding-top:14px;
	float:left;	
}
#menu li{
	float:left;
	text-transform:uppercase;
	margin-right: 24px;
	font-weight:400;
}
#menu li:last-child{
	display:none;
}
#menu li:nth-last-child(2){
	display:none;
}

#menu li:last-child{
	margin-right: 0px;
}
#logo{
	height:30px;
	float:right;	
}
#footer {
	float:right;
	margin-top:80px;
	font-size:12px;
}