/*********************************************/
/* Layout Divs								 */
/*********************************************/
#header {
position: absolute;
	padding: 0px 0px;
	margin:0;
	width: 100%;
	height: 85px;
	top: 20px;	
	background-image:url(images/naumann_l.gif);
	background-repeat:no-repeat;
	background-position:20px;
	background-color: #FFFFFF;	
	line-height: 1.7em;
}

/* Definition des Container-Elements, in den die Navigation oben waagerecht eingebettet ist*/
#navioben ul{
	position:absolute;
	top: 140px;
	left: 184px;
	float: right;
	margin-right: 2em;
	margin-left: 2em;
	padding: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	list-style-type:none;
	width: 1000px;
}
/* Formatierung der Liste*/	
#navioben li{
	display: inline;
	list-style: none;
	width: 1000px;
}

/*Formatierung der Links*/
#navioben a:link, #navioben a:visited {
	margin-right: 2.0em;
	margin-left: 2.0em;
	padding: 0.5em 0.8em 0.5em 0.8em;
	
	color:#737373;
	text-decoration: none;	
	background-color:#FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	
}	
#navioben a:hover {

	color:#FFA271;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	
}	

/* Definition des Container-Elements, in den die senkrechte Navigation eingebettet ist*/
#navigation {
/*border:1px solid #555555;*/
	position:absolute;
	top: 185px;
	left: 20px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
}
/* Formatierung der Liste*/	
#navigation ul {
	list-style: none;
	padding: 0;
}
#navigation li{
}
/*Formatierung der Links*/
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 8px 1em;
	color:#737373;
	font-weight: bold;
	background-color:#FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	text-decoration: none;
}	
#navigation a:hover {
	color:#FFA271;
	text-decoration: none;
	background-color:#FFFFFF;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}	
/* Darstellung der Linie
#linie {
	z-index:10;
	top:100 px;
	margin-left: 5%;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #717171;
	height: 1px;
	background-color: #717171;
	color: #717171;
	position: absolute;
	visibility: visible;
	width: 800px;
}*/

#adresse {
	position:absolute;
	top: 430px;
	left: 20px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
#adresse a:link, #adresse a:visited {
	color:#000088;
	background-color:#FFFFFF;
	text-decoration: none;
}
#adresse a:hover {
	color:#FFA271;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000088; 	/*blaue Schriftfarbe*/
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFA271;
	text-decoration: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFA271;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
#nav a:hover{
	color: #FFA271;
	text-decoration: none;
}
/* Definition des Text-Inhalts*/
#inhalt {
	position:absolute;
	top: 200px;
	left: 260px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right:10px;
	border:1px solid #F1F1F1;
	width: 750px;
	height: 550px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#000088;
}
#inhalt a:link, #inhalt a:visited {
	color:#000088;
	background-color:#FFFFFF;
	text-decoration: underline;	
}
#inhalt a:hover {
	color:#FFA271;
	text-decoration: underline;  	
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;	
}
.text a:link, .text a:visited {
	color:#000088;
	background-color:#FFFFFF;
	text-decoration: underline;	
}
.text a:hover {
	color:#FFA271;
	text-decoration: underline;	
}
.textorange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;	
	background-color: #FFA271;
}
.textklein{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.textfk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
.fettkl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000088;
	text-decoration: none;
}
.rotklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}

.textrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.textrotline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.textrn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
ul {
	list-style-type: square;	
	text-decoration: none;
} 
ul.minus li {
	list-style-image:url(minus.gif);
}
.nachoben {
	position: absolute;
	right: 20px;
	font-size: 0.8em;
}
.zurueck {
	position: absolute;
	right: 20px;
	font-size: 0.8em;
}
/*Bild rechts platzieren und von Schrift umfliessen lassen*/
.leftimg {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	
}
.clear {
	clear: both;
}
