html, body {
   margin:0px;
   padding:0px;
   background-color:#666666;
}

doctitle{
	color:white;
	font-size:10px;
}

abstand{
	margin-left:25px;
}

#top_section {
	background-color:#666666;
	height:100px;
	margin:0px;
	padding:0px;
	border-top: 5px solid rgb(0,153,255);
	border-bottom: 1px solid rgb(128,128,128);
}

#main_section {
   margin:0px;
   padding:0px;
}

#navigation {
   position:absolute;
   left:12px;
   top:180px;
   width:130px;
   background-color:#666666;
}

#content {
	margin-left:160px;
	width:700px;
	background-color:rgb(255,255,255);
}

#logo {
   position:absolute;
   top:20px;
   left:20px;
   width:213px;
   height:61px;
}

h1,h2,p,ul,ol,li,td {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}

th {
   font-family:Verdana,sans-serif;
   font-weight:bold;
   margin-right:20px;
   margin-left:20px;
}

h1 {
   font-weight:normal;
   font-style:normal;
   font-size:17px;
   line-height:1.1em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:5px;
   padding-left:25px;
   margin-top:20px;
}

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:13px;
   line-height:1.1em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:3px;
   padding-left:25px;
   margin-top:20px;
}

p {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   padding-left:25px;
   color:black;
}

ul,ol {
   padding-left:25px;
}


li {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}

td {
   font-weight:normal;
   font-size:13px;
   line-height:1.3em;
   
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}

th {
   font-weight:bold;
   font-size:13px;
   line-height:1.1em;
   color:black;
   text-align:left;
   vertical-align:top;
   margin-top:6px;
}



a:link {
   font-weight:bold;
   color:black;
   text-decoration:underline;
}

a:visited {
   font-weight:bold;
   color:gray;
   text-decoration:underline;
}

a:hover, a:active {
   font-weight:bold;
   color:rgb(175,35,35);
   text-decoration:underline;
}

a.navi {
   display:block;
   width:120px;
   margin:0;
   padding:3px;
   border-bottom:solid 1px rgb(128,128,128);
	font-family:Verdana,sans-serif;
	font-weight:bold;
   font-size:12px;
}

a.navi:link, a.navi:visited {
	color:white;
	background-color:rgb(60,60,60);
	text-decoration:none;
}

a.navi:hover, a.navi:active {
	color:rgb(0,153,255);
	background-color:rgb(90,90,90);
	text-decoration:none;
}

