/*
####### Design-Stylesheet #######
Definiert Designs

	Attribute:
	    font-family
	    font-weight
	    border-style
	    list-style
	    text-decoration
	    vertical-align
	    text-align
	    text-transform
		cursor
*/

/* ---- GENERELLES ---- */
	html{}
	body {font-family: helvetica, arial, sans-serif;}

	h1 {}
	h2 {}
	h3 {}
	 .underline {text-decoration:underline;}
	 .header{}

	table{}
	table.sitemap {}
	table.kontaktformular{}

	.background0{}
	.background1{}
	.background2{}
	th{}

	td {}




/* --- Hauptinhalt --- */


/* ---- ADMINISTRATIONSBEREICH ---- */
	.adminBereichHeader{} /* Tabelle - Headerzeile Adminbereich */
	.adminMainBereichUeberschrift{font-weight:700;}
	.adminMainBereichsUeberschrift{font-weight:700; vertical-align:middle;}
	.MenueGruppe{font-weight:700;}

/* ---- SONSTIGES ---- */

	font.headerMenuDevider{}
	.fett{font-weight:700}
	.besideInfoText{ font-weight:normal; text-decoration:none }
	.achtung{}
	.copyright{}
	.erlaeuterung{ font-weight:600;}
	.kontakt{font-weight:600;}
	.blackBorder {border-style:solid;}
	.footer {border-style:solid;}
	.small {}
	.warnung {font-weight:900;}
	.information {border-style:solid;}
	
	.cssNoDisplayLinkDevider {} /* Link-Trennzeichen, welche bei Darstellung mit CSS nicht angezeigt werden */
	.cssNoDisplay{} /* Sonstige Texte, welche bei aktivem CSS nicht gezeigt werden*/
	a.ContentLabel {} /* Anker-Links */
	a{}
	a:visited{}
	a:hover {}

	a.infoLink {}
	a.infoLink:hover {}
