body { 
background-color: #FFFFFF; 
font-family: Verdana, Arial, sans-serif; 
line-height: 1.5;
color: black; 
width: 960px;
}

h1 { font-size:125%; color:#376ea4; }
h2 { font-size:110%; color:#9f000f; }
h3 { font-size: 15px; font-variant: small-caps; }
p { font-size: 15px; }

a:link { text-decoration:none; color: black; }
a:visited { text-decoration:none; color: black; }
a:focus, a:hover, a:active { background-color: #d8e8f7; }


a.extern:link {
background-color: fuchsia;
color: blue; }

.links {
float: left;
margin-right: 10px;
}


.rechts {
float: right;
margin-left: 10px;
}

.betont {
font-weight: bold; 
}



#box1 {
width: 960px;
height: 185px;
margin: 10px;
border-bottom: #000 2px solid;
}


#box2 {
width: 960px;
height: 800px;
margin: 10px;

border-bottom: #000 2px solid;
}


#navigation {
float: left;
width: 230px;
font-size: 0,8 em;
display: block;
padding: 5px 15px;

}



#navigation ul {
list-style-type: none;
margin: 0;
padding: 0;

}



#inhalt {
position: absolute;
top: 200px;
left: 270px;
width: 707px;
height: 800px;

}


#fuss {
margin: 10px;
font-size: 80%;

}
