/* Kasten für Hauptüberschrift: */
h1{
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size: 40pt;
font-weight: bold;
text-align:center;
color: #333333;
width:540px;
background-color:#cccc99;
border-style: solid;
border-width: 1px;
border-color: #cccc99;
padding: 3px;
padding-right: 10px;
}

/* normaler Fließtext*/
p{
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size: 12pt;
color: #003300;
background-color: white;
}
/*Bildunterschrift*/
p.rechts{
font-size: 9pt;
color: #336633;
background-color: white;
padding: 17px;
padding-top:0px;
}
h2,h3,h4{
font-family: Tahoma, Galant, Verdana, sans-serif;
color: #003300;
background-color:white;
}
h5 {
font-family: Tahoma, Galant, Verdana, sans-serif;
text-align:center;
color: #003300;
background-color:white;
}
/* Kontaktadresse*/
p.klein{
font-size: 8pt;
color: #336633;
background-color: white;
margin-left: 5px;
padding-top:30px;
}
.black{
font-family:"Century Gothic",Galant, Verdana,sans-serif;
Font-size:11pt;
font-weight: bold;
color:#333333;
}
/* Box für Navigationsspalte: */
#navi{
margin: 0px;
width:150px;
position: absolute;
top: 0px; left:0px;
}
/* Box für Hauptspalte: */
#main{
margin: 2px;
width: 550px;
position: absolute;
top: 0px; left: 150px;
}

/* Rahmen für Buttons*/
.linkbox {
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size: 12pt;
margin-left: 2px;
border-style: solid;
border-width: 1px;
border-color: #669966;
width: 135px;
padding: 3px;
color: #333333;
background-color:#cccc99;
}
/* Button für die aktive Seite*/
.linkboxaktiv {
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size: 12pt;
font-weight: bold;
margin-left: 2px;
border-style: solid;
border-width: 1px;
border-color: #cccc99;
width: 135px;
padding: 3px;
color: #333333;
background-color:#669966;
}
/* Schrift für link*/
.link {
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size: 10pt;
color: #333333;
background-color:white;
}
/* Schrift für die aktive Seite*/
.linkaktiv {
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #333333;
background-color:white;
}
/* Links grau, nicht unterstr.:*/
A:link, A:visited, A:active {
text-decoration: none;
color: #333333;
}
A:hover {
text-decoration: none;
color: #333333;
background-color:#669966;
font-weight:bold;
}
/* Tabelle bild gesamt*/
table.bild{
font-family: Tahoma, Galant, Verdana, sans-serif;}

/* Zellen nur für bild*/
table.bild td{
font-family: Tahoma, Galant, Verdana, sans-serif;
font-size:9pt;
vertical-align: top;
color:#003300;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: white;
width:183;
}





