body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	padding: 0px;
	margin: auto;
	background-color: #F2F2F2;
	margin: auto;
	text-align: center;
}
td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content
{
	width: 770px;
	border-right: 3px solid #029B8E;
	background-image: url(../img/bg.gif);
	margin: auto;
	text-align: left;
}

.killFloat
{
	clear: both;
}
/*------------------------------------------Link Klassen */
a:link, a:visited, a:active
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #029B8E;
}
a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #029B8E;
	text-decoration: none;
}
/*---------------- Header*/
a.linkHeader:link, a.linkHeader:visited, a.linkHeader:active
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a.linkHeader:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

/*------------------------------------------ Der Header */
#header
{
	float: left;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #029B8E;
	border-bottom: 1px solid #029B8E;
	width: 770px;
}

/*------------------------------------------Navigation */
#navigation
{
	margin-left: 0px;
	width: 202px;
	float: left;
	background-color: #EBF7F5;
	border-right: 1px solid #029B8E;	
	/* IE < 5 */
	width: 203px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 202px;
}

body>#navigation
{
	width: 202px;
}

#navigation ul
{
	list-style-type: none;	
	margin-left: 0px;
	padding: 0px;	
	display: block;		
}
#navigation ul li
{
	list-style-type: none;	
	display: block;	
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;	
}
/* Hauptpunkte */
#navigation ul li a
{	
	display: block;	
	color: #016565;
	border-bottom: 1px solid white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 1px;	
	/* IE < 5 */
	width: 202px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 198px;
}
/* Opera & Co */
html>body #navigation ul li a 
{
   width: 198px;
} 

#navigation ul li a:hover
{
	display: block;
	color: #016565;
	border-bottom: 1px solid white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 1px;
	/* IE < 5 */
	width: 202px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 198px;
}
/* Opera & Co */
html>body #navigation ul li a:hover
{
   width: 198px;
} 
/* -------------------------------- Unterpunkte */
#navigation ul li a.sub
{	
	display: block;
	color: black;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #EBF7F5;
	padding: 2px;
	margin-bottom: 1px;
	margin-left: 5px;
	/* IE < 5 */
	width: 190px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 190px;
}
/* Opera & Co */
html>body #navigation ul li a.sub
{
   width: 190px;
} 

#navigation ul li a.sub:hover
{
	display: block;
	color: black;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #EBF7F5;
	padding: 2px;
	margin-bottom: 1px;
	/* IE < 5 */
	width: 190px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 190px;
}
/* Opera & Co */
html>body #navigation ul li a.sub:hover
{
   width: 190px;
}

/*------------------------------------------ Inhalt */
#inhalt
{
	float: left;
	padding: 7px;
	width: 550px;
	text-align: left;
}
/*------------------------------------------ Footer */
#footer
{
	border-top: 2px solid #029B8E;	
	background-color: white;
	font-size: 10px;
	color: #029B8E;
	padding: 4px;
	/* IE < 5 */
	width: 770px;
   voice-family: "\"}\"";
   voice-family:inherit;
	/* IE > 5 */
   width: 764px;
}
/* Opera & Co */
html>body #footer
{
  width: 764px;
}