/*STYLESHEET FUER VHS*/
/*Copyright gkd-el, 2004, www.gkd-el.de*/

/*Alle mit "#" beginnenden Individualformate setzen voraus, dass es ein HTML-Element gibt, dass eine gleichnamige ID besitzt*/
/*Der gesamte Inhaltsbereich ist in einen <div>-Tag mit der ID "maincontent" gekapselt*/

/* Von den User einsetzbare CSS-Klassen*/

.ueberschrift_gross {
font-size: larger;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
margin-bottom:0 0 0 0;
color: #00008b;
}

.ueberschrift_klein {
font-size: 9pt;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
margin-bottom:0px;
color: #2B559A;
}

.fliesstext {
 font-size: 9pt;
font-family: arial, helvetica, sans-serif;
color: #2B559A;
}

.hyperlink {
 font-size: 9pt;
 font-weight:bold;
font-family: arial, helvetica, sans-serif;
color: #2B559A;
}

.fussnote {
font-size: xx-small;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
}

.zitat {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
color:black;
font-style: italic
}

.listesymbol {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
list-style-type: square;
}

.listezahl {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
list-style-type: decimal;
}

.grossbuchstaben {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
}

.tabelle_kopf_reihe {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
background-color:darkblue;
color:white;
}

.tabelle_gerade_reihe {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
background-color:whitesmoke;
color:black;
}

.tabelle_ungerade_reihe {
font-size: x-small;
font-family: arial, helvetica, sans-serif;
background-color:lightgray;
color:black;
}

.tabelle_fuss_reihe {
font-size: xx-small;
font-family: arial, helvetica, sans-serif;
background-color:silver;
color:black;
}

.bild_rechts {
float:right;
margin-left:5px;
}

.bild_links {
float:left;
margin-right:5px;
}

/*Ende*/

/* Stilzuweisungen fr den Hauptinhalt*/

#maincontent p, li, ul, tr, td, span {
font-family:  arial, helvetica, sans-serif,
}


}

#maincontent a {
 font-size: 9pt;
text-decoration:none;
color:darkblue;
font-weight:bold;
}

#maincontent a:hover {
text-decoration:none;
color:blue;
font-weight:bold;
}

#maincontent a:visited {
text-decoration:none;
color:grey;
font-weight:bold;
}


/*Ende*/


#kopf a {
 font-size: 9pt;
text-decoration:none;
color:white;
font-weight:bold;
}

#kopf a:hover {
text-decoration:none;
color:blue;
font-weight:bold;
}

#kopf a:visited {
text-decoration:none;
color:white;
font-weight:bold;
}
 

