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

body, html {
	height:100%
}
#bg {
	background-image:url(../img/bg/003.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_link01.png);
	width:180px;
	height:180px;
}
#nav .menue05 {
	background-color:#EE1E32;
}
#canvas .menue05, #sidebar div {
	border-top:5px solid #EE1E32;
}
#canvas .menue05, #footer {
	background-color:#EE1E32;
}
#canvas .menue05, #content .menue {
	color:#EE1E32;
}
#sidebar div.white {
	background:#3348B1;
}
.sub_marker{
color:#EE1E32;
}