/* Kasten für Hauptüberschrift: */
h1 {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: white;
width: 760px;
margin-left: 0px;
margin-top: 0px;
padding: 0px;
z-index: 2;
 /* nur für NN 6 und Opera nötig: */
}

 /* frei schwebender Eye-Catcher: */
#floatbox {
position: absolute; 
top: 13px; 
left: 361px;
z-index: 1;
}

/* frei schwebender Eye-Catcher2: */
#floatbox2 {
position: absolute; 
top: 50px; 
left: 700px;
z-index: 1;
}

/* normaler Fließtext: */
p {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;


/* normaler Fließtext2: */
p {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}

/* Kontaktadresse: */
p.klein { 
font-size: 8pt;
color: black;
background-color: #cc9966;
margin-left: 10px;
}


/* Bild und Bildunterschrift: */
.bild {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 10pt;
font-weight: italic;
color: #663300;
}

/* Bild und Bildunterschrift2: */
.bild2 {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
margin-left: 590px;
margin-top: 210px;
color: #ffcc99;
}
 .kasten {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 12pt;
text-align: center;
padding: 0px;
color: black; 
border-style: solid;
border-width: 1px;
border-color: black;
width: 500px;
}

.braun {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #996633;
}

.text {
font-family: Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
}

/* Grafik als Auf.zeichen: */
ul {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: gray;
background-color: white;
list-style-image: url(sonne.gif);
}

/* Box für Navigationsspalte: */
#navi {
margin: 0px;
width: 140px;
margin: 15px;
margin-left: 10px;
position: absolute;
top: 60px; left: 0px;
}


/* Box für Hauptspalte: */
#main {
margin-top: 80px;
width : 570px;
position: absolute;
background-color: #ffcc99;
top: 10px; left: 190px;
}

/* Box für Hauptspalte2: */
#main2 {
margin-top: 80px;
width : 385px;
position: absolute;
top: 210px; left: 190px;
}


/* Rahmen für Buttons: */
.linkbox {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 10pt;
align: center;
margin-left: 7px;
/* nächste Anweisung nötig für IE 4: */
margin-top: 0px;
margin-bottom:13px;
margin-right: 18;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
width: 140px;
padding: 0px;
color: #ffCCCC;
}

/* Button für die aktive Seite: */
.linkboxaktiv {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 10pt;
margin-left: 7px;
/* nächste Anweisung nötig für IE 4: */
margin-top: 0px;
margin-bottom:13px;
margin-right: 18 px;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
width: 140px;
padding: 0px;
color: white;
font-weight: bold;
}

/* Links weiß, nicht unterstr.: */ 
A:link, A:visited, A:active {
text-decoration: none;
color: #333399;
}

A:hover {
text-decoration: none;
color: white;
}


/* Tabelle gesamt */
table {
font-family:  Georgia, Serifa BT, Tahoma, Helvetica, sans-serif;
font-size: 11pt;
}

