/* CSS Document */


body {
	color: 							black;
	font-size: 					100.01%;
	font-family: 				Helvetica,Arial,sans-serif;
	text-align: 				left;
	background-color: 	white;
}


/* Oberes Navigationsmenü */
  ul#navi {
    margin:						 	0;
		padding: 						0;
    text-align: 				left;
    border: 						1px solid black;
    background-color: 	#E4F1DE;
		border-right-style:	none;
  }

  ul#navi li {
    list-style: 				none;
    display: 						inline;
    margin: 						0.0em;
		padding: 						0;
  }

  ul#navi a, ul#navi span {
    padding: 						0.0em 1em;
    text-decoration: 		none;
		font-weight: 				bold;
    color: 							black;
		background-color: 	#E4F1DE;
  }

  ul#navi a:hover, ul#navi span {
    color: 							white;
		background-color: 	#FF0000;
  }

/* Ende Oberes Navigationsmenü */


/* 	Unteres Navigationsmenü */
  ul#subnavi {
    margin:						 	0;
		padding: 						0;
    text-align: 				left;
    border: 						1px solid black;
		border-top:					none;
    background-color: 	#E4F1DE;
		border-right-style:	none;
		font-size: 					80%;
  }

  ul#subnavi li {
    list-style: 				none;
    display: 						inline;
    margin: 						0.0em;
		padding: 						0;
  }

  ul#subnavi a, ul#subnavi span {
    padding: 						0.0em 1em;
    text-decoration: 		none;
    color: 							black;
		background-color: 	#E4F1DE;
  }

  ul#subnavi a:hover, ul#subnavi span {
    color: 							white;
		background-color: 	#FF0000;
  }

/* Ende Unteres Navigationsmenü */



#header {
	width: 								960px;
	padding: 							0px;
	margin: 							0px;
	border: 							0px black solid;
	margin-left:					10px;
	// margin-bottom:     -3px;
}


#navigation {
	width: 								930px;
	padding: 			 				0px;
	margin: 							0px;
	border: 							2px;
	border-top-style:			none;
	border-bottom-style:	none;
	border-left-style:		none;
	border-right-style:		solid;
	border-right-color:   #FF0000;
	margin-left:					10px;
}


#unternavigation {
	width: 								930px;
	padding: 			 				0px;
	margin: 							0px;
	border: 							2px;
	border-top-style:			none;
	border-bottom-style:	none;
	border-left-style:		none;
	border-right-style:		solid;
	border-right-color:   #FF0000;
	margin-left:					10px;
}


#main {
	background-color:			#EFEFEF;
	color: 								black;
	position: 						relative;
	width: 								930px;
	padding: 							0px;
	margin-left:					10px;
	border: 							2px;
	border-top-style:			none;
	border-bottom-style:	none;
	border-left-style:		none;
	border-right-style:		solid;
	border-right-color:   #FF0000;
}


#sidebar {
	background-color:			#EFEFEF;
	color: 								black;
	position: 						absolute;
	top: 									0px;
	left: 								0px;
	width: 								180px;
	padding-left:					0px;
	padding-right:				0px;
	padding-top:					10px;
}


#content {
	background-color:			#E6E6E6;
	color: 								black;
	position: 						static;
	margin-left: 					180px;
	width: 								530px;
	padding: 							10px;
}


#news {
	background-color:			#EFEFEF;
	color: 								black;
	position: 						absolute;
	top: 									0px;
	left: 								730px;
	width: 								180px;
	padding: 							10px;
}


#footer {
	width: 								910px;
	padding-top: 					5px;
	padding-bottom: 			5px;
	padding-left: 				10px;
	padding-right: 				10px;
	margin: 							0;
	border: 							1px silver solid;
	background-color:			#E4F1DE;
	color: 								black;
	margin-left:					10px;
	border-top-color: 		#999999;
	border-bottom-style:	none;
	border-left-style:		none;
	border-right-style: 	solid;
	border-right-color:		#FF0000;
	border-right-width:		2px;
}


#footer a:link {
	font-size: 						100%;
	color: 								black;
	background-color:			#E4F1DE;
	text-decoration: 			underline;
}


#footer a:visited {
	color:								black;
}


#auswahl {
		color: 							black;
		font-weight: 				bold;
}


#auswahl a {
		text-decoration: 		none;
		color: 							#0000FF;
		background-color: 	#E6E6E6;
}


#auswahl a:visited {
		color:							#0000FF;

}


#auswahl a:hover {
    color: 							white;
		background-color: 	#0000FF;
}


.tophead {
		color: 							#FF0000;
		font-size:					30px;
		font-weight:				normal;
}

.subhead {
		color: 							#FF0000;
		font-size:					25px;
		font-weight:				normal;
}

.tableback {
		padding-top:				15px;
		padding-bottom:			15px;
		text-align: 				left;
		font-size:					12px;
}

.head1 {
		font-weight: 				bold;
    color: 							black;
		font-size:					120%;
}

.head2 {
		color:							#FF0000;
		font-size:					110%;
}

.bildb {
		font-style:					italic;
		color: 							black;
		font-size:					80%;
}

.linkright {
		margin-top:					110px;
		text-align: 				center;
		color:							#FF0000;
}

#navihead {
	width: 								929px;
	padding: 			 				0px;
	margin: 							0px;
	border: 							2px;
	border-top-style:			none;
	border-bottom-style:	none;
	border-left-style:		none;
	border-right-style:		solid;
	border-right-color:   #FF0000;
	margin-left:					10px;
	font-size: 						80%;
	border-left:					1px solid black;
}