
/* normaler Fließtext: */
p {
font-family:   Arial, Helvetica, sans-serif,Verdana;
font-size: 12pt;
color: #001100;
background-color: white;
}

/* normaler Fließtext gelber Hintergrund: */
p.gelb {
font-family:   Arial, Helvetica, sans-serif,Verdana;
font-size: 12pt;
color: #001100;
background-color: #FFFFDD;
}

/* Kontaktadresse: */
p.klein { 
font-family:   Arial, Helvetica, sans-serif,Verdana;
font-size: 12pt;
color: white;
background-color: black;
margin-left: 5px;
}

/* Bild und Bildunterschrift: */
.bild {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: gray;
background-color: white;
}

 .kasten {
font-family: Arial, Helvetica, sans-serif,Verdana ;
font-size: 12pt;
text-align: left;
padding: 5px;
color: black;
background-color: #0000ff; 
border-style: solid;
border-width: 1px;
border-color: black;
width: 500px;
}

.rot {
font-family: "Century Gothic", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: red;
}

/* Box für oben */
#ueb {
margin: 0px;
margin-top: 0px;
width: 750px;
position: absolute;
top: 0px; left: 0px;
background-color: #008AFF; 
}

/* Box für Navigationsspalte: */
#navi {
margin: 0px;
margin-top: 0px;
width: 150px;
position: absolute;
top: 150px; left: 0px;
background-color: #008AFF; 

}

/* Hintergrund */
p.hinten { 
font-family:  Arial, Helvetica, sans-serif,Verdana;
font-size: 12pt;
margin-top: 0px;
/* nächste Anweisung nötig für IE 4: */
margin-right: 10px;
border-style: solid;
border-width: 2px;
border-color: #C0C0C0;
width: 150px;
background-color: #008AFF; 
}

/* Box für Hauptspalte: */
#main {
font-family:  Arial, Helvetica, sans-serif,Verdana;
font-size: 12pt;
margin-top: 0px;
width : 650px;
position: absolute;
top: 150px; 
left: 150px;
padding: 10px;
background-color: #FFFFFF;
}



/* Rahmen für Buttons: */
.linkbox {
width: 100px;
margin-left: 2px;
/* nächste Anweisung nötig für IE 4: */
margin-right: 10px;
border-style: solid;
border-width: 1px;
border-color: #C0C0C0;
width: 150px;
padding: 5px;
background-color: #001100;
color: white;
}

/* Button für die aktive Seite: */
.linkboxaktiv {
font-weight: bold;
margin-left: 2px;
/* nächste Anweisung nötig für IE 4: */
margin-right: 10px;
border-style: solid;
border-width: 1px;
border-color: #C0C0C0;
width: 150px;
padding: 5px;
background-color: #008000;
color: white;
}

/* anders */ 
A.anders:link {color: blue; text-decoration:none;}
A.anders:visited {text-decoration: underline;  color:#660099;}
A.anders:active{text-decoration: underline; color: #CC00CC;}


/* Links weiß, nicht unterstr.: */ 
A:link, A:visited, A:active {
text-decoration: none;
color: white;
}

A:hover {
text-decoration: none;
color: white;
background-color: #ff0000;
border-style: solid;
border-left-width: 10px;
border-color: #ff0000;
}



/* 3D-Effekt für Buttons */
input.knopf {
border-style: outset;
border-width: 1px;
border-color: #ff0000;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

A.bild:hover {
text-decoration: none;
color: white;
border-style: solid;
border-width: 0px;
border-color: #C0C0C0;
padding: 0px;
background-color: #ffff00;
border-style: solid;
border-left-width: 0px;
}
