/*
act hell: #ba3030
no dunkel: #b31e1f
*/

/* CSS Document */

body {
	background-color: #af1314; /* <--------------- */
}

/*//////////////////////////////////////////////////////////// LAYOUT */

div#cornerlogo {
	z-index: 1;
	width: 130px;
	position: fixed;
	bottom: 0px; right: 0px;
	border: none;
}

div#rap {
	z-index: 5;	
}

div#contentmain {
	float: left;
	width: 835px;
}

div#contentleft {
	position: fixed;
	left:0; top:0;
	
	width: 360px; height: 100%;
	
	padding: 120px 0px 0px 0px;
	
	background-image: url(img_global/logo_rot.jpg); /* <--------------- */
	background-repeat: no-repeat;
	background-position: top;	
}

div#contentcenter {
	z-index: 5;
	/*float: left;*/
	position: absolute;
	left: 360px; top: 0px;
	width: 475px;
	
	padding: 120px 0px 25px 0px;
}

div#contentright {
	position: fixed;
	left: 835px; top: 0px;
	height: 621px; width: 350px;
	
	background-image: url(img_global/kreise_rot.jpg); /* <--------------- */
	background-repeat: no-repeat;
	background-position: top left;
}

div#menu {
	float: left;
	width: 170px;
	border-right: 1px solid #ba3030; /* <--------------- */
}

div#submenu {
	float: left;
	width: 165px;
	margin: 0px 0px 0px 10px;
}

div#flash {
	clear: both;
	height: 325px;
	
	background-image: url(img_global/einstein_rot.jpg); /* <--------------- */
	background-repeat: no-repeat;
	background-position: right;
}

/*div#einstein {
	float: left;
	height: 325px;
	
	background-image: url(img_global/einstein_blue.jpg);
	background-repeat: no-repeat;
	background-position: right;
}*/

div#maincontent {
	border: 1px solid #ba3030; /* <--------------- */
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

div#white, label {
	color: #666;
	background-color: #fff;	
}

/*//////////////////////////////////////////////////////////// LISTEN */

#menulist li {
	width: 140px;
	padding: 3px 15px 3px 3px;
	margin: 0px 0px 1px 0px;
	/*background-color: #284f77;*/
	
	list-style-type: none;
	text-align: right;
	font-weight: bold;
	
}

.level1-no {
	background-color: #b31e1f;
}

.level1-act {
	background-color: #ba3030;
}

#submenulist li {
	width: 140px;
	padding: 3px 3px 3px 20px;
	margin: 0px 0px 1px 0px;
	/*background-color: #24466b;*/
	
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	
	background-image: url(img_global/pfeil_r.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	
}

.level2-no {
	background-color: #b31e1f;
}

.level2-act {
	background-color: #ba3030;
}

/*//////////////////////////////////////////////////////////// LINK */

#menulist li a:link, a:visited, a:active {
	text-decoration: none;
}

#menu li a:hover {
	font-weight: normal;
}

#submenulist li a:link, a:visited, a:active {
	text-decoration: none;
}

#submenu li a:hover {
	font-weight: normal;
}
