* {
margin: 0; 
padding: 0; 
font-family: Arial,sans-serif;
}

html, body {
background-color: #ffffff;
height: 100%;
width: 100%;
}

#website {
background-color: #4564AC; 
background-repeat: repeat;
height: 100%;
width: 100%;
}

#container {
position: absolute; 
width: 920px; 
height: 637px;
left: 50%;
margin-left: -455px;
top: 50%;
margin-top: -319px;
background-color: #ffffff;
}

#containerContent {
width: 910px; 
height: 580px;
border: 5px solid #ffffff; 
background-color: #ffffff;
}

#footer {
width: 920px;
height: 57px;
background: url(upload/footer.jpg) left top no-repeat;
}
#footer p {
color:  #37519C;
font-size: 12px;
padding-top: 35px;
padding-left: 425px;
}
#footer a {
color:  #37519C;
text-decoration: underline;
}

/* nur Startseite */
#containerS {
position: absolute; 
width: 910px; 
height: 580px;
border: 1px solid #ffffff; 
left: 50%;
margin-left: -455px;
top: 50%;
margin-top: -290px;
background-color: #ffffff;
}

#contentStartseite {
width: 910px; 
height: 580px; 
background: url(upload/bg_startseite.jpg) left top repeat-y;
}
#contentStartseite p {
color: #ffffff;
}
#contentStartseite p.skip {
padding-left: 737px;
padding-top: 30px;
}
#contentStartseite a {
color: #ffffff;
text-decoration: underline;
font-weight: bold;
font-size: 11px;
}
#contentStartseite table {
margin-top: 15px;
margin-left: 90px;
}
#contentStartseite td {
text-align: center;
}
#contentStartseite td.spacer {
width: 17px;
}
#contentStartseite td p {
margin-top: 10px;
font-size: 17px;
}
#contentStartseite h1 {
font-size: 21px;
font-weight: bold;
color: #ffffff;
margin-top: 10px;
width: 100%;
text-align: center;
letter-spacing: 1px;
}
#contentStartseite p.kontakt {
padding-top: 55px;
padding-left: 90px;
font-size: 11px;
}

/* Logo */
#Logo {
width: 910px;
height: 72px;
}

/* Hauptmenue */
#Menue {
width: 910px;
height: 30px;
}
#Menue .menueListe {
float: left;
background: url(upload/bg_menue.jpg) right center no-repeat;
}
#Menue .menueListeLast {
float: left;
}
#Menue a.menueLink {
display: block;
text-decoration: none;
text-align: center;
line-height: 30px;
color: #4262AB;
font-weight: bold;
font-size: 13px;
}
#Menue a.menueLink:hover {
color: #000000;
}

/* Hauptinhalte */
#Content {
width: 910px;
height: 498px;
}

.Spalte1 { width: 164px; vertical-align: top; padding-left: 15px; }
.Spalte2 { width: 245px; vertical-align: top; }
.Spalte3 { width: 243px; vertical-align: top; }
.Spalte4 { width: 258px; vertical-align: top; }

#Content p {
font-size: 11px;
color: #000000;
}
#Content a {
color: #2F4790;
text-decoration: underline;
}
.titel {
height:32px;
}
#Content h1 {
color: #4262AB;
font-size: 21px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 15px;
}
#Content h2 {
color: #4262AB;
font-size: 15px;
font-weight: bold;
}
#Content ul {
list-style-image: url(upload/liststyle.gif);
margin-left: 20px;
}
html>body #Content ul {
margin-left: 15px;
}
#Content ul li p {
margin-left: -5px;
}
