html, body {
	margin: 0px;
	padding: 0px;
	background-image: url("back_uni.jpg");
	}
#header {
	position: absolute;
	background-color:rgb(188,251,251);
	top: 0px;
	width: 81%;
	height: 100px;
	left: 250px;

	}
#header2 {
	position: absolute;
	/*background-image: url(back_verl.jpg);*/
	top: 100px;
	height: 100px;
	left: 250px;

	}
#top_navigation {
position:absolute;
top:140px;
left:50px;
width:500px;
height:18px;
background-color:transparent;
z-index:1;
}
a.top_link {
display:block;
position:absolute;
width:100px;
text-align:center;
height:18px;
font-family:"Comic Sans MS";
font-size:12px;
font-weight:bold;
padding-top:1px;
text-decoration:none;
z-index:2;
}
a.top_link:link, a.top_link:visited {
color:#000099;
background-position:right top;
background-repeat:no-repeat;
background-color:#FFCC00;
}
a.top_link:hover, a.top_link:active {
color:#FF6600;
background-position:right top;
background-repeat:no-repeat;
background-color:#FFFF99;
font-size:12px;
}
a#feld1 {
bottom:0px;
left:0px;
z-index:3;
}
a#feld2 {
bottom:0px;
left:100px;
z-index:4;
}
a#feld3 {
bottom:0px;
left:200px;
z-index:5;
}
a#feld4 {
bottom:0px;
left:300px;
z-index:6;
}
a#feld5 {
bottom:0px;
left:400px;
z-index:7;
}
a#feld6 {
bottom:0px;
left:500px;
z-index:8;
}
a#feld1:hover, a#feld1:active,
a#monat:hover, a#monat:active,
a#ueberblick:hover, a#ueberblick:active,
a#mission:hover, a#mission:active,
a#angebot:hover, a#angebot:active,
a#impr:hover, a#impr:active {
z-index:9;
}
#navigation {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 249px;
	height: 100%;
	padding: 0px;
	}

a.navi, a.navi_first, a.navi_self {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-family:"Comic Sans MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
	padding:3px;
	text-align:center;
	color: #000066;

}
a.navi_first {
border-top:1px solid black;
}
a.navi:link, a.navi_first:link,
a.navi:visited, a.navi_first:visited {
background-color:#FFFF33;
color:#000099;
}
a.navi_self:link, a.navi_self:visited {
background-color:#FF9900;
color:#000099;
}
a.navi:hover, a.navi_first:hover, a.navi_self:hover,
a.navi:active, a.navi_first:active, a.navi_self:active {
	background-color:#FFFF99;
	color:#FF6600;
	font-family: "Comic Sans MS";
	font-size: 12px;
}
#boxcontent {
	position: absolute;
	top: 200px;
	width: 81%;
	background-color:rgb(188,251,251);
	margin-left: 250px;	
	border-top:double medium #FFCC33;
	border-left:double medium #FFCC33;
	}

#content {
	margin-top:15px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Comic Sans MS";
	font-size: xx-small;
	color: rgb(41,31,85);
	text-align: center;
	}
	
#banner {
	position:relative;
	width:486px;
	height:60px;
	/*background-color:rgb(188,251,251);*/
	left: 300px;
	top: 5px;
	background-image: url("hintergrund_button/banner.gif");
	}		
h1 {
	font-family: "Comic Sans MS";
	font-size: 16pt;
	font-weight: bold;
	color: rgb(41,31,85);
	font-style: normal;
	text-align: center;
	margin-left:30px;
	margin-right:30px;
	}
p {
	font-family: "Comic Sans MS";
	font-size: small;
	color: rgb(41,31,85);
	text-align: center;
	margin-left:30px;
	margin-right:30px;
	}

