/* Unterbringung und Ausblendung von h1 */
.null {
display: none;
}
.hinten {
}
/* Bilder stets ohne Rand */	
img { border-width: 0mm 0mm 0mm 0mm; }

/* Listen */
ul { margin: 0; border-width: 0; padding: 0; 
	  list-style-type: none; list-style-position: outside; }

#liste1 { margin: 5mm; border-width: 0; padding: 0; 
	        list-style-type: disc; list-style-position: outside; }
	
/* Schriftgrößen für headingd */
h2 {
font-size: 11pt; font-weight: bold; font-style: normal;
}
h3 {
font-size: 10pt; font-weight: bold; font-style: normal;
margin: 4mm 0mm 0mm 0mm;
padding: 0mm 0mm 0mm 0mm;
}
h4 {
font-size: 9pt; font-weight: bold; font-style: normal;
}
/* Gestaltung von Farben für Hintergrund und Schriften */
/* je höher der rgb-Wert, desto heller */
/* background-color: (nicht vererbt) - color: black (vererbt) */

/* farbe0 dunkelblau farbe8 invers */
.farbe0 {
color: white; background-color: rgb(0,0,200);
}
.farbe8 {
color: rgb(0,0,200); background-color: white;
}
/* Hintergrund des textes MV-back hellorange */
.farbe1 {
color: black; background-color: rgb(250,250,175);
}
.farbe2 {
color: white; background-color: black;
}
/* MV-Logo Farbe farbe3 orange */
.farbe3 {
color: rgb(250,150,0); background-color: rgb(250,250,175); 
}
/* Menuerahmen farbe4 hellgrau farbe6 seeblau */
.farbe4 {
color: white; background-color: rgb(150,150,150); 
}
.farbe6 {
color: white; background-color: rgb(0,100,200);
}
/* Kopf- und Fusszeile farbe5 MV-Logo orange farbe7 hellblau*/
.farbe5 {
color: black; background-color: rgb(250,150,0); 
}
.farbe7 {
color: black; background-color: rgb(150,250,250);
}
/* Gestaltung von Schrift */
.schrifttyp-p {
font-family: Arial, Verdana, sans-serif; 
}
.schrifttyp-f {
font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
.schrift {
font-size: 10pt; font-weight: normal; font-style: normal; 
}
.schrift-b {
font-size: 10pt; font-weight: bold; font-style: normal;
}
.schrift-i {
font-size: 10pt; font-weight: normal; font-style: italic;
}
/* Titel */
.schrift1 {
font-size: 11pt; font-weight: normal; font-style: normal;
}
.schrift1-b {
font-size: 11pt; font-weight: bold; font-style: normal;
}
/* Laudatio */
.schrift9 {
font-size: 9pt; font-weight: normal; font-style: normal;
}
.schrift9-b {
font-size: 9pt; font-weight: bold; font-style: normal;
}
/* Bild-und Gedichtunterschrift */
.schrift9-i {
font-size: 9pt; font-weight: normal; font-style: italic; 
}
.schrift8 {
font-size: 8pt; font-weight: normal; font-style: normal;
}
.schrift8-b {
font-size: 8pt; font-weight: bold; font-style: normal;
}
.schrift8-c {
font-size: 8pt; font-weight: normal; font-style: normal; font-variant: small-caps; 
}
.schrift8-i {
font-size: 8pt; font-weight: normal; font-style: italic; 
}
/* Hilfeleiste, Hauptmenüleiste, Kopf - und Fusszeile */
.schrift7 {
font-size: 7pt; font-weight: normal; font-style: normal;
}
.schrift7-b {
font-size: 7pt; font-weight: bold; font-style: normal;
}
/* Textausrichtung */
.trechts {
text-align: right; 
}
.tmitte {
text-align: center; 
}
.tlinks {
text-align: left; 
}

/* Symbole */
.valid {
width: 90px; height: 30px;
}
.valid2 {
width: 160px; height: 27px;
}
.valid3 {
width: 200px; height:50px;
}

/* Links im Menue */
a.menue:link {
color: black; background-color: rgb(250,250,175); text-decoration: none; 
font-size: 7pt;
}
a.menue:hover {
color: black; background-color: rgb(250,250,175); text-decoration: none;
font-size: 9pt; 
}
a.menue:visited {
color: black; background-color: rgb(250,250,175); text-decoration: none;
font-size: 7pt; 
}
a.menue:active {
color: black; background-color: rgb(250,250,175); text-decoration: none; 
}
/* hyperlinks >mehr, >Seitenende, >Seitenanfang, >Sprache farbe3 orange */
a.document:link {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none; 
font-size: 7pt;
}
a.document:hover {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;
font-size: 9pt;  
}
a.document:visited {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;
font-size: 7pt; 
}
a.document:active {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;
}

/* email farbe3 orange */
a.email:link {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;  
font-size: 7pt;
}
a.email:hover {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;
font-size: 9pt;  
}
a.email:visited {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;
font-size: 7pt;  
}
a.email:active {
color: rgb(225,75,0); background-color: rgb(250,250,175); text-decoration: none;  
}

