* {
margin: 0px;
padding: 0px;
font-family: 'Verdana';
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

.ueberschrift1 {
font-family: 'Verdana'; 
font-size: 16px;
font-weight: bold;
text-decoration: underline;
color: #000000;
}

.ueberschrift2 {
font-family: 'Verdana';
font-size: 14px;
font-weight: bold;
text-decoration: underline;
color: #000000;
}

.ueberschrift3 {
font-family: 'Verdana';
font-size: 12px;
font-weight: normal;
text-decoration: underline;
color: #000000;
}

a:link {
font-family: 'Verdana';
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #080F46;
}

a:visited {
font-family: 'Verdana';
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #080F46;
}

a:active {
font-family: 'Verdana';
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #080F46;
}

a:hover {
font-family: 'Verdana';
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #7A9AC3;
}

html {
background-color:#dfdfdf;
padding: 10px;
}

body {
margin: 0px auto;
width: 1000px;
background-color:#ffffff;
border: 1px solid black;
}

#header {
width: 1000px;
height: 120px;
background-image: url('images/header.png');
}

#main {
margin: 10px 0px;
width: 1000px;
}

#navi {
float:left;
}


#navigation {
padding: 5px;
width: 150px;
border: 1px dotted black;
border-left: 0px;
background-color: #dfdfdf;
}

#navigation2 {

padding: 5px;
width: 150px;
border: 1px dotted black;
border-left: 0px;
background-color: #dfdfdf;
}

#inhalt {
margin-left: 169px;
padding: 5px;
padding-right: 0px;
border: 1px dotted black;
border-right: 0px;
background-color: #dfdfdf;
min-height: 350px;
}

#inhalt #anzeige {
margin: 5px;
width: 790px;
padding: 2px 10px;
margin-right: 0px;
border: 1px dotted black;
border-right: 0px;
background-color: #ffffff;
}

#inhalt #feld {
margin: 5px;
padding: 5px;
}

.left {
float: left;
padding: 5px;
width: 200px;
}

.right {
margin-left: 219px;
padding: 5px;
}

#footer {
width: 1000px;
height: 30px;
background-image: url('images/footer.png');
}

#w3c {
width: 1000px;

margin-left: auto; 
margin-right: auto; 
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}