
* {
margin:0;
padding:0;
border:0
}


html,body {
background:#E6E6E6;
color:#555;
text-align:center;
/*background: url(http://www.edfuweb.de/test/bilder/pattern_038.gif);*/
/*background-repeat:repeat;*/
}


/* Umhüllt die komplette Seite */

div#wrapper {
text-align:left;
margin:0 auto;
background:#FCFCFC;
width:750px;
border:3px solid #020DB5;
}


/* Der Header */

div#header {
width:100%;
height:121px;
text-align:center;
padding-top:0px;/*geändert waren vorher 20*/
background:#FFFFFF
}


/* Die Navigation */

div#menu {
width:170px;
float:left;
margin-top:25px;/*geändert war vorher nicht da*/
}

div#menu ul li {
margin:10px 10px 0;
line-height:22px;
list-style:none;
margin-bottom:1px;
text-align:center;
border:0px solid #020DB5
}

div#menu ul li a {
display:block;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
width:100%;
color:#FFFFFF;
background:#020DB5;
text-decoration:none
}

div#menu ul li a:hover {
color:#DADADA;
background:#6375DB;
}


/* Der Inhalt */

div#content {
position:relative;
margin-left:170px;
margin-top:0px;/*geändert war vorher nicht da*/
padding:10px;
background:#FCFCFC;
border-left:2px solid #020DB5
}

div#content h1 {
font-size: 1.3em;
font-family: Arial, Helvetica, sans-serif;
color:#000;
margin-bottom:20px;
border-bottom:1px solid #000
}

div#content h2 {
font-size: 1.1em;
margin:15px 0;
}

.clear-left {
clear:left; /* Wer float sagt, muss auch clear sagen */
font-size:11px; /* Damit das Ganze unsichtbar bleibt */
}

/* Der Footer */

div#footer {
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
background:#020DB5;
text-align:center;
color:#FFFFFF;
line-height:30px;
clear:left
}

