body {
background-color: #555555;
font-size: 10px;
font-family: Verdana, Helvetica, Arial,  sans-serif;
text-transform: lowercase;

}

p {
margin: 0px;
}

a {
	
text-decoration: none;
line-height: 120%;
color: #555555;
}

a:hover {
color: #000000;
}

h1, h2, h3 {
margin: 0px;
margin-bottom: 9px;
font-weight: normal;
}
h1 {
font-size: 20px;
}

h2{ 
font-size: 15px;
}

h3 {
font-style: normal;
font-size: 11px;
margin-top: 10px;
}

#rahmen {
position:static;
margin-left: 100px;
margin-top: 30px;;
width: 800px;
height: 450px;
background-color: #FFFFFF;

}

#menu {
position: absolute;
margin-left: 3px;
margin-top: 10px;
}

#abstandlinks{
position: absolute;
margin-left: 0px;
margin-top: 0px;
float: left;
width: 190px;
height: 5px;
background-color: #555555;
}


.textblock {
position: absolute;
float: left;
overflow: auto;
width: 295px;
height: 260px;
margin-top: 185px;
margin-left: 190px;


}

.textblockp {
position: absolute;
float: left;
overflow: auto;
width: 295px;
height: 260px;
margin-top: 185px;
margin-left: 500px;

}

.textblocklegend {
position: absolute;
float: left;
overflow: auto;
width: 295px;
height: 260px;
margin-top: 350px;
margin-left: 500px;

}

.textblock p {
	margin-bottom: .4em;
	text-transform: lowercase;
}
.textblockp p {
	margin-bottom: .4em;
	text-transform: lowercase;
}

#logo {
position: absolute;
margin-top:  0px;
margin-left: 656px;
width: 150px;
height: 90px;
background-image: url("images/logo.jpg");
background-repeat: no-repeat;
}

.ausblenden {
	display:none;
}

