* {
margin: 0;
padding: 0;
}
body {
color: #000000;
background-color: #a1cdf0;
background-image: url(../Vorlage/Navigation/background.jpg);
border: 0px;
text-align: center;
}
img {
margin: 0;
padding: 0;
border: 0;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 19px;
color: #000000;
background-color: transparent;
margin-top: 5px;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.85em;
font-style: normal;
color: #004e83;
margin-top: 4px;
}






p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
a {
color: #000;
text-decoration: none;
}
a:link, a:visited {
color: #000000;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #000;
text-decoration: underline;
}

/** ID Klassen **/

#container {
position: relative;
width: 1024px; 
margin: 0 auto;
border: 1px solid;
border-right-width: 1px;
text-align: left;
}
#header {
height: 154px;
background-color: #a1cdf0;
}
#logo {
border-bottom: 1px solid;
}
#main { 
width: auto;
height:700px
}
#navigation { background-color: #52a5e3; width:150px; float:left; border-right: 1px solid #000; margin-top: 1px; z-index: 5; border-top-color: #000; border-bottom-color: #000; border-left-color: #000; }
#navigation img {
border-bottom: 1px solid;
border-color: #000;
}
#spalte {
position: relative;
margin-left:150px;
width:auto;}
p.mainbot {
clear: both;
border-top: 1px solid;
background-color: #2d93d9;
padding-left: 155px;
}