a:link {	color: #666666; font-weight: normal; text-decoration: none;}
a:visited {	color: #666666; font-weight: normal; text-decoration: none;}
a:hover, a.aktiv2 {	color: #c80821; font-weight: normal; text-decoration: none;}


body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	overflow:auto;
}

#wrapper {
	width:960px;
	height:650px;
	background-image:url(../images/aufbau/bg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0px auto;
	position:relative;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:210px;
	background-repeat:no-repeat;
}

#menu {
	position:absolute;
	width: 562px;
	left: 200px;
	top:16px;
}


ul.navi { list-style-type: none; margin-left: 0px; padding-left: 0px; margin-top: 0px;}
ul.navi li { display: inline; background: #FFFFFF; float: left; text-align: center;}
ul.navi li a { display: block; padding:3px 12px 3px 12px; color: #666666; text-decoration: none; font-weight: normal; font-size: 13px;}
* html ul.navi li a { padding: 3px 13px 3px 12px; }
ul.navi li a:hover, ul.navi li .aktiv { background: #EEEEEE; color: #01448b; text-decoration: none;}

#submenu {
	position:absolute;
	padding:8px 12px 8px 12px;
	background:#FFF;
	-moz-opacity: 0.78;
	opacity:.78;
	filter: alpha(opacity=78);
	width:auto;
	left:335px;
	top:37px;
	line-height:20px;
}

#inhalt {
	position:absolute;
	width:522px;
	height:300px;
	left:220px;
	top:240px;
	text-align:center;
	line-height:26px;
}

#logo {
	position:absolute;
	width:522px;
	left:220px;
	bottom:0px;
	text-align:center;
}

.blau {
	color:#01448b;
}

table {
	text-align:left;
	line-height:20px;
}
