A:link { color: blue }
A:active { color: red; font-weight: bold }
A:visited { color: blue }

h1, h3, h4, h5, h6 { text-align: center; color: darkblue; font-variant: small-caps }
H2 { text-align: center; color: darkblue }

/* Die tabellenstyles fr die newseingabe und ausgabe */
.newstable { width: 100% }
/* background ist hintergrundfarbe, color ist schriftfarbe	*
*  3 unterschiedliche farben m�lich				*/
.newsdatum { background: #1010ff; color: black; text-align: left }
.newsbetreff { background: #6060ff; color: black; text-align: left }
.newsbody { background: #b0b0ff; color: black; text-align: left }


/* hintergrnde und farben fr die kopfzeile, die menuseite und hauptteil der seite	*/
.head { background: #b0b0ff; color: darkblue; font-family: "sans-serif" }
.menue { background: #b0b0ff; color: darkblue; font-family: "sans-serif" }
.main { background: #d0d0ff; color: darkblue; font-family: "sans-serif" }

.foto {border: 2px none; }

/* die menubuttons, farbe und schriftfarbe �derbar	*/
/* das aktive hauptmenu */
.hmenuactivebutton { width: 100%; valign: center; font-family: "sans-serif"; background-color: #2323ff; color: black }
/* inaktive hauptmenus  */
.hmenuinactivebutton { width: 100%; valign: center; font-family: "sans-serif"; background-color: #c0c0ff; color: darkblue }
/* aktive submenus	*/
.smenuactivebutton { width: 100%; valign: center; font-family: "sans-serif"; background-color: 6060ff; color: darkblue }
/* inaktive submenus	*/
.smenuinactivebutton { width: 100%; valign: center; font-family: "sans-serif"; background-color: #e0e0ff; color: darkblue }

/* die tabelle, die das menu baut	*/
.menutabelle { width: 100%; border-width: 0; background-color: #f0f0ff; color: black }
/* normale tabellen			*/
.tabelle { width: 100%; border-width: 2; border-style: outset; background: #9090ff }

/* normale buttons im hauptfenster, und texteingabebuttons bei administration und kontaktformular	*/
.button { width: 100%; valign: center; background-color: b0b0ff; color: darkblue }
.textbutton { width: 100%; valign: center; background-color: #f0f0ff; color: black }

.buttontest { width: 100%; valign: center; background-image: url('red') }
