/* Einstellungen für die Seite */
body {
color: #000000;
background-color: #FF9900;  /* #FF6600 dunkles orange */
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: small;
}

/*Überschriften Größe festlegen */
h1 {
font-size: 150%;
}
h2 {
font-size: 130%
}

/* Adresse - Formatierung */
address {
float: right;
font-size: 80%; /* kleiner als in body definiert */
font-style: normal; /* normale Schrift nicht kursiv */
letter-spacing: 2px; /* Abstände zwischen den Buchstaben */
padding-bottom: 10px; /*Abstand zwischen Text und Rahmenlinie */
border-bottom: 1px solid #003399; /* erzeugt eine Rahmenlinie unten 1 Pixel - dunkelblau */
margin-top: 20px; /*Abstand oberhalb der Linie bis zum Text darüber */
margin-right: 10px; /*Abstand Schrift vom rechten Rand */
}

address a {
text-decoration: none; /* Unterstreichung entfernen */
color: black
}

/* Farben für den Kopfbereich */
#kopf {
color: black; /* Schriftfarbe schwarz */
background-color: #FF6600; /* Hintergrundfarbe  */
height: 100px /*feste Höhe 100 px wie das Logo */
}

#kopf p {
font-weight: bold; /*Absatz in #kopf fett (bold) darstellen */
margin: 0; /*Abstand nach oben entfernen */
}

/*Text im Kopfbereich neben das Logo setzen */
#kopf img {
float: center; /* schwebe mittig */
width: 206px; /* float immer mit Angabe von width */
margin-right: 20px; /* Abstand zum Text daneben */
}

/* Rahmen bei Grafik bei Hyperlink entfernen */
a img {
border: 0px none; /*kein Rahmen, wenn ein Bild ein Hyperlink ist */
}

/* Unterstrich bei Hyperlink entfernen */
a:link { text-decoration:none;color: black}
a:visited { text-decoration:none;color: black}
a:hover { text-decoration:none;color: black}
a:active { text-decoration:none;color: black}
a:focus { text-decoration:none;color: black}



/* Angepasst am 28.3.08 - auf margin-left 200px*/
#inhalt {
margin-left: 200px; /* Gesamtbreite #navi: 185px */
}

html, body {
height: 100%
}

#wrapper {
color: black;
background-color: #FF9900;  
width: 900px; /*feste Breite */
margin: auto; /* zentrieren */
}

#inhalt1 { margin-left: 180px; /* Gesamtbreite #navi: 185px */
}

/* Schriftgrößen */
#div4 {
font-size: 30px;
font-weight: bold;
}

#div3 {
font-size: 20px;
font-weight: bold;
}
#div2 {
font-size: 10px;
font-weight: bold;
}

