body
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px;
	margin: 0px;
	font-size: 80%;	
}
/*----------------------------------------- Rahmen um die gesamte Seite */
#border
{
	border: 5px solid #EFEFEF;
	width: 800px;
	background-image: url(../img/background.jpg);
}
/*----------------------------------------- Die Floats aufheben */
#clear
{
	clear: both;
}
/*----------------------------------------- Header */
#header
{
	width: 800px;
	height: 134px;
}
/*----------------------------------------- Linke Spalte */
#infospalte
{
	width: 133px;
	height: 400px;
	background-image: url(../img/info_a.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #F8EAEA;
	float: left;
	color: #BE3333;
	font-weight: normal;
}
/*----------------------------------------- Navigation */
#navigation
{
	margin-left: 10px;
	width: 165px;
	height: 576px;
	float: left;
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;	
}
#navigationMitte
{
	width: 165px;
	float: left;
}

body>#navigationMitte
{
	width: 165px;
}

#navigationMitte ul
{
	list-style-type: none;	
	margin-left: 0px;
	padding: 0px;	
	display: block;		
}
#navigationMitte ul li
{
	list-style-type: none;	
	display: block;	
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;	
}
/* Hauptpunkte */
#navigationMitte ul li a
{	
	display: block;	
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	background-color: #57BE33;
	margin-bottom: 1px;	
	/* IE < 5 */
	width: 165px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 161px;
}
/* Opera & Co */
html>body #navigationMitte ul li a 
{
   width: 161px;
} 

#navigationMitte ul li a:hover
{
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	background-color: #57BE33;
	margin-bottom: 1px;
	/* IE < 5 */
	width: 165px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 161px;
}
/* Opera & Co */
html>body #navigationMitte ul li a:hover
{
   width: 161px;
} 
/* Unterpunkte */
#navigationMitte ul li a.sub
{	
	display: block;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	background-color: #DDF2D6;
	margin-bottom: 1px;
	/* IE < 5 */
	width: 165px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 161px;
}
/* Opera & Co */
html>body #navigationMitte ul li a.sub
{
   width: 161px;
} 

#navigationMitte ul li a.sub:hover
{
	display: block;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	background-color: #DDF2D6;
	margin-bottom: 1px;
	/* IE < 5 */
	width: 165px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 161px;
}
/* Opera & Co */
html>body #navigationMitte ul li a.sub:hover
{
   width: 161px;
}
/*----------------------------------------- Inhalt */

#inhalt 
{
	padding: 10px;
	float: left;
	/* IE < 5 */
	width: 452px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 462px;
}

/* Opera & Co */
html>body #inhalt 
{
   width: 462px;
} 