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


#main {
	margin: auto;
	width:760px;
	background-color: #E7E7E7;
	background-repeat: repeat;
}

#header {
	background-image: url(images/logo_web.png);
	height: 165px;
}

#user1 {
	height: 25px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#left {
	width:150px;
	float: left;
}
#bottom {
	font-size: 10pt;
	height: 20px;
	clear: both;
	text-align: center;
	color: #00354F;
	display: block;
	width: 760px;
}


#leftmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	list-style-type: none;
}
body {
	background-color: #00354F;
}


#leftmenu li {
	background-image: url(images/mainlevel_bg.png);
	margin-bottom: 15px;
	width: 140px;
	margin-left: -35px;
	margin-top: 15px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#leftmenu li a {
	text-decoration:none;
	letter-spacing: 0.2em;
	color: #00354F;
}
#leftmenu  li a:hover   
{
	left: auto;
	color: #8080FF;
}
#ebene2 li  {
	width: 125px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	clear: both;
	margin-left: -50px;
	margin-bottom: -5px;
}
#ebene2 li  a  {
	letter-spacing:0;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;

}
#ebene2 li  a:hover  {
	color: #9C181A;

}



.smallfont {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#right {
	width:565px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: right;
	background-color: #FFF;
	margin-top: 15px;
	padding-right: 20px;
	margin-left: 10px;
	padding-left: 10px;
}

.titel {
	background-color: #00354F;
	font-size: 15pt;
	font-weight: bold;
	color: #FC0;
	display: block;
}

#active
 
{
	left: auto;
	text-align: center;
	color: #9C181A;
	letter-spacing: 0.2em;
}

