a.def:link {text-decoration:none} 
a.def:visited {color:#FF16EA; text-decoration:underline}
a.def:hover {color:red; text-decoration:none} 
a.def:active {color:#BFD962; text-decoration:none} 
a.def:focus {color:#66CC33; text-decoration:underline}

body {
	background-color: #48D900;
	overflow: auto;
	scrollbar-3dlight-color: rgb(51,153,0);
	scrollbar-arrow-color: rgb(204,204,204);
	scrollbar-darkshadow-color: rgb(51,153,0);
	scrollbar-face-color: rgb(51,153,0);
	scrollbar-highlight-color: rgb(204,204,204);
	scrollbar-shadow-color: rgb(204,204,204);
	scrollbar-track-color: rgb(204,204,204);
}

#container {
	height: 750px;
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	background-color: #DDDDDD;
}
#kopf {
	height: 82px;
	width: 900px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #DDDDDD;
}
#fuss {
	height: 150px;
	width: 900px;
	top: 750px;
	left: 0;
	margin: 0px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 100px;
	position: absolute;
	background-image: url(../bilder/hg_fuss.jpg);
	background-repeat: no-repeat;
}
#navi {
	height: 668px;
	left: 0;
	margin: 0;
	padding: 0;
	border-right-width:1px;
  	border-right-style:solid;
  	border-color:#000000;
	position: absolute;
	top: 82px;
	width: 150px;
	background-color: #DDDDDD;
}
#mitte {
	height: 668px;
	left: 0;
	position: absolute;
	top: 82px;
	width: 900px;
	background-image: url(../bilder/hg_mitte.jpg);
}
#inhalt {
	height: 668px;
	left: 155px;
	overflow: auto;
	position: absolute;
	top: 82px;
	width: 735px;
	font-size: 12px;
}
/*
        Ursprüngliche Schriftarten: Anzeige unter IE ist nicht sauber!
	font-family: Arial, Helvetica, sans-serif;
*/
.ueberschrift1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ueberschrift2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.schrift {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.schrift_klein {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
#textbox_links {
	height: 668px;
	width: 370px;
	left: 0px;
	top: 82px;
	overflow: auto;
	position: absolute;
	padding-right: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#textbox_rechts {
	height: 668px;
	width: 370px;
	left: 370px;
	top: 82px;
	overflow: auto;
	position: absolute;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
