body{
background-image:url(../images/hg.jpg);
color:#83816D;
font-family:arial;
font-size:14px;
}

.head{
background-image:url(../images/logo_neu.png);
background-repeat:no-repeat;
width:1020px;
height:150px;
left:0px;
top:0px;
/*background-color:red;*/
position:absolute;
}

.menue{
width:200px;
min-height:550px;
left:0px;
top:150px;
/*background-color:green;*/
position:absolute;
color:#6e6e94;
padding:20px;
border-color:#6e6e94;
border-right-style:solid;
border-right-size:1px;
}

.content{
padding:20px;
width:720px;
height:500px;
left:300px;
top:150px;
/*background-color:yellow;*/
position:absolute;
overflow:auto;
color:#6e6e94;
}

.fusszeile{
width:1020px;
height:25px;
left:0px;
top:750px;
/*background-color:beige;*/
position:absolute;
color:#6e6e94;
}

.ueberschrift{
font-size:25px;
color:#6e6e94;
}


div.menue a{
color:#6e6e94;
text-decoration:none;

}
div.menue a:hover {
 text-decoration:underline; 
 }
 
 
a{
color:#6e6e94;
text-decoration:none;

}

a:hover {
 text-decoration:underline; 
 }

.liste{
list-style-type:circle;
}

.start{
position:relative;
width:450px;
height:300px;
left:100px;
top:70px;
text-align:center;
}

.blank{
background-color:#AEAECC;
}