body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

h1 {

   color: #006699;
   font-size: 11.5pt;
   font-weight: bold;

}
h2 {
   color: #006699;
   font-size: 10.0pt;
   font-weight: bold;
}
h3 {
  	color: #000;
	font-size: 9.0pt;
	font-weight: bold;
}
h4 {
	color: #006699;
}
a:link {
	color: #025096;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #025096;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #025096;
}
#container { 
    width: 840px;
	height: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#header {
	height: 52px;
	background-color:#fff;
	width:100%;
}
#logo-container {
  float: right;
  width: 306px;
}
#logo {
   border: none;
}
#top-navigation{
  float: left;
  margin-top: 35px;
}
#top-navigation a:link ,#top-navigation a:active , #top-navigation a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8.5pt;
	letter-spacing: 0.0em;
	background-image: url(images/trenner.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	

}

#top-navigation a:hover{
	text-transform: uppercase;
	text-decoration: underline;   
  
}

#top-navigation #top-first{
	background-image: none;
	margin-left: 0px;
	padding: 0px;
}

#top-trenner {
	height: 15px;
	background-color:#006699;
	width:100%;
	clear: both;
	margin-top: 15px;
}
#bild {
	height: 110px;
	width: 100%;
	background-color: #ccc;
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
}
#navigation {
	height: auto;
	background-color:#fff;
	width:100%;
	border-bottom: solid 1px #006699;
	color: #999900;
	font-weight: bold;

}
#navigation ul
{
	margin: 7px 0px 7px 0px;
	padding: 0px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
	padding-left: 0px;
	font-weight: bold;
}
#navigation li a, #navigation li a:link, #navigation li a:active, #navigation li a:visited {
 	color: #025096;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/trenner.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 3px; 
}
#navigation li a:hover {
 	color: #666;
	text-decoration: underline;
}
#navigation li #active
{
	color: #025096;
	font-weight: bold;
}
#container #navigation .first {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* /////////////////////
/// Body
//////////////////// */
#body {
	background-color: #FFFFFF;
	width:100%;
	margin-top: 20px;
}
#body #content-unterseite{
	margin-left: 160px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 20px;

	width: 500px;
}
#body #content-unterseite ul{
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}
#body #content-unterseite ol{
      margin-left: 17px;
	  padding-left: 5px;

}
#body #content-unterseite ol li ,#body #content-unterseite ul li{
      margin-bottom: 2px;
	  margin-top: 2px;

}

#body #sub-navigation {
	width: 150px;
	float: left;
}
#body #sub-navigation ul{
  	margin-left: 0;
	padding-left: 0;
	list-style-type: none; 
}
#body #sub-navigation a
{
display: block;
padding: 3px;
width: 125px;
border-bottom: 0px dotted #666;
}
#body #sub-navigation a:link, #body #sub-navigation a:visited
{
color: #666666;
text-decoration: none;
}

#body #sub-navigation a:hover
{
background-color: #fff;
color: #3399cc;
}

#container #body #sub_active {
	font-weight: bold;
}

.clearer {
  clear: both;
  }
/* /////////////////////
/// Footer
//////////////////// */
#footer {
	background-color: #CCCCCC;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	vertical-align: bottom;
	text-align: center;
	line-height: 10px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer2 {
	height: 15px;
	background-color: #006699;
	width:100%;
}
