﻿/* Hier allgemeing�ltige Formatierungen */

* {
	font-family:Arial, Helvetica, sans-serif;
	/*   font-family: "Courier New", Courier, monospace;
*/   padding:0px;
	margin:0px;
	font-size:11px;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
   color: #000000;
   text-decoration: none;
}

#huelle {
	height: 550px;
	width: 960px;
}

#header-left {
background: #000;
color: #fff;
margin-bottom: 14px;
line-height: 28px;
}

#content_text {
	height: 398px;
	width: 420px;
	background-color: #000000;
	left: 208px;
	top: 48px;
	position: absolute;
	z-index: 100;
	padding: 10px;
	color: #FFFFFF;
	overflow: auto;
	text-transform: lowercase;
}
#content {
	background-color: #f5f5f5;
	position: absolute;
	left: 208px;
	top: 9px;
	bottom: 21px;
	height: 479px;
	width: 752px;
	z-index: 70;
	padding-top:39px;
}

/* Hauptnavi */
#nav1 {
	width: 190px;
	position: absolute;
	left: 7px;
	top: 9px;
	text-transform: uppercase;
}

#nav1 ul {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}

#nav1 li {
padding: 0;
margin: 0;
display: inline;
float: left;
}

#nav1 h3 {
margin-bottom: 3.5px;
display: block;
}

#nav1 a {
display: block;
width: 160px;
background: #000;
line-height: 25px;
margin-bottom: 3px;
padding: 0 15px 0 15px;
}

#nav1 a:hover {
background: #363636;
}


#nav2 {
    height: 21px;
	width: 193px;
	display: block;
	margin: 1.5px 0px 1.5px 0px;
}

 #navi_small {
	position: absolute;
	top: 515px;
	left: 7px;
	width: 193px;
	overflow: hidden;
}
#navi_small ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi_small li {
	float: left;
	displaY: inline;
}
#navi_small a {
	font-size: 1px;
	color: #00FF00;
}

.nav3 {
	background-color: #000;
	display: block;
	height: 10px;
	width: 10px;
	margin-right: 2px;
	text-indent: -6000px;
}

.goback {
	background: url('../images/goback.jpg');
	display: block;
	height: 10px;
	width: 10px;
	margin-right: 2px;
	text-indent: -6000px;
	float: left;
}

.goforward {
	background: url('../images/goforward.jpg');
	display: block;
	height: 10px;
	width: 10px;
	margin-right: 2px;
	text-indent: -6000px;
	float: left;
}
#content_text a {
	color: #FFFFFF;
}
