@charset "utf-8";
/* CSS Document */

body,html {
	height:100%
}

#bg {
background-image:url(../img/bg/018x.jpg);
position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/*rand unten*/
	height:780px;
	overflow:hidden;
	/*	ende*/
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover
	}

.bottom {
	background-image:url(../img/logos/logo_06.jpg);
	width:180px;
	height:180px;
}	
#nav .menue04 {background-color:#FFCC00;}
#canvas .menue04, #sidebar div {border-top:5px solid #FFCC00;}
#canvas .menue04, #footer {background-color:#FFCC00;}
#canvas .menue04, #content .menue {color:#FFD528;}

#sidebar div.white {
	background:#3348B1;
}
.sub_marker{
color:#ddb000;
}