html,body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

body{
	background-color: #FFFFFF;
	text-align:center;
	}

a	{
	cursor: hand;
}

a:link {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;    
}
	
p{margin:0 0px 10px}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#header {
	margin:0;
	padding:0;
	width: 810px;
	height: auto;
}
#logo {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 30px 0px 20px;
}

#subnavigation {
	float: right;
	width: auto;
	text-align: right;
	margin: 0px;
	padding: 60px 0px 0px;
	height: 20px;
}

#container{text-align:left;width:810px;margin:0 auto}

#content{
	float:left;
	width:460px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 10px;
	font-size: 12px;
}
#content p{line-height:1.4}
#content2{
	float:right;
	width:300px;
	margin: 0px 10px 0px 0px;
	padding-top: 30px;
	font-size: 10px;
}
#footer { text-align: center; margin: 0; padding-top: 25px; padding-bottom: 15px; width: 100%; clear: both; xcolor: #FFF }


#subnavigation ul {
	margin:0;
	list-style:none;
	padding: 0px;
      }

#subnavigation li {
	display:inline;
	margin:0;
	padding:0;
	}
	

#subnavigation a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
	font-size: 11px;
	color: #999999;
	background-image: url(../images/dot_gray.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
      }

#subnavigation a span {
	float:left;
	display:block;
	padding-right: 20px;
      }
	  
#subnavigation a:hover {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
	font-size: 11px;
	color: #993300;
	background-image: url(../images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
      }

#subnavigation a:hover span {
	float:left;
	display:block;
	padding-right: 20px;
      }
#subnavigation_on a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
	font-size: 11px;
	color: #993300;
	background-image: url(../images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
      }
	  
#content ul{
	padding: 0px 0px 0px 16px;
	margin: 0px;
}

#content li{
	margin: 0px;
	padding: 0px 0px 10px;
	list-style-position: outside;
}

#content2 h1 {
	font-size: 10px;
	font-weight: bold;
	color: #993300;
	background-image: url(../images/infopfeil01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#content2 h2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	background-image: url(../images/infopfeil03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#content2 h4 { color: #000000; font-size: 10px; font-weight: bold; background-image: url("../images/infopfeil03.gif"); background-repeat: no-repeat; background-position: left top; margin-bottom: 10px; padding-left: 20px }
#content2 p  { font-style: normal; font-weight: normal }
#content2 h3 { color: #930; font-size: 12px; padding-left: 20px }
