@charset "utf-8";
/* CSS Document */

body {
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
margin-top: 20px;
}

#head {
background-color:#fc3;
width:820px;
margin:0px auto;
padding: 10px;
border-left: 1px solid #c00;
border-right: 1px solid #c00;
border-top: 1px solid #c00;
}

#footer {
background-color:#fc3;
width:820px;
margin:0px auto;
border-left: 1px solid #c00;
border-right: 1px solid #c00;
border-bottom: 1px solid #c00;
padding: 10px;
text-align: center;
font-size:9px;
color:#CC0000;
}

*{
margin: 0;
padding: 0;
}

#overall {
width:840px;
margin:0px auto;
border-left: 1px solid #c00;
border-right: 1px solid #c00;
background-color:#fc3;
}

#navigation {
width: 145px; 
float:left;
background-color:#fc3;
padding-left: 10px;
} 

#content {
margin-left: 155px;
background-color:#fc3;
}

p.erster {
padding-top: 15px;
}

ul#navi {
list-style-type: none;
line-height:180%;
}

a.navi:link, a.navi:visited, a.navi:active {
font-size:14px;
color:#000000;
text-decoration:none;
}
a.navi:hover {
text-decoration:underline;
color:#cc0000;
}

ul.standard {
padding:8px auto 0 60px;
}

h1 {
font-size:16px;
color:#cc0000;
border-bottom:1px solid #cc0000;
margin-top: 15px;
margin-bottom: 10px;
}