* {
margin: 0;
padding: 0;
border: 0;
}
html {
background: #CCCCCC;
overflow: auto;
}
html, a {
font: normal 14px Georgia, Arial, Helvetica, sans-serif;
line-height: 20px;
color: #999999 ;
}

a {
outline: none;
text-decoration: none;
color: #6699CC;
}

ul {
margin: 0;
padding: 0;
}

li {
color: #000;
line-height: 25px;
text-decoration: none;
list-style: none;
border-top: 1px solid #999999;
}

p {
padding: 0 0 10px 0;
}

h2 {
color: #000;
padding: 10px 0 30px 0;
}

hr {
height: 1px;
width: 100%;
color: #FFF;
margin: 10px 0 10px 0;
border-top: 1px solid #999;
}

ol {
margin: 0 0 0 10px;

}


.clear {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
}


/* ###############################################################
ID's
############################################################### */

#container {
padding: 0;
margin: 0 auto;
width: 800px;
display: block;
overflow: hidden;
background: #FFFFFF;
height: 100%;
border-right: 20px solid #FFF;
border-bottom: 20px solid #FFF;
}

#links {
float: left;
width: 560px;
}

#rechts {
float: right;
height: 600px;
margin: 0 0 0 40px;
}

#head {
width: 560px;
height: 160px;
color: #FFF;
}

#navigation {
float: left;
margin: 0 0 0 35px;
width: 155px;
}
	
#inhalt {
margin: 0 0 0 215px;
width: 345px;
border-top: 1px solid #999999;
}



/* ###############################################################
Klassen
############################################################### */

.h1-head {
color: #FFF;
}

.little_links {
	width: 95%;
	float: left;
	display: block;
	overflow: hidden;
}

.little_links2 {
	width: 48%;
	float: left;
	display: block;
	overflow: hidden;
}
	
.little_rechts {
width: 49%;
display: block;
overflow: hidden;
}

.little_rechts_bild {
width: 49%;
text-align: right;
display: block;
overflow: hidden;
}	

ol.rechtsgebiete {
padding: 0 0 20px 0;
color: #999;
}

ol.rechtsgebiete li{
border-top: 0;
list-style:disc;
list-style-position: inside;
color: #999;
}
