/* CSS Document */

body { }

/* HEADER */
#header	{ }
/* ENDE HEADER */

/* START CONTENT */
#content	{}
#nav	{ display:none }
/* ENDE CONTENT */

/* START FOOTER */
#fuss { clear:both; } 
/* ENDE FOOTER */



/* START BASICS */

/* BASICS allgemein */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:75%; line-height:1.5em; color:#000000; }
div, br, p, form, ul, li, hr, table, td, tr, th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; line-height:1.5em; color:#000000; }

/* BASICS Formular */
label 				{ }
label .beschriftung { float:left}
#antispam			{ display:none }

/* UEBERSCHRIFTEN allgemein */
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#cc0000; line-height:1.5em; }
h1				{ font-size:1.4em; }
h2				{ font-size:1.2em; }
h3				{ font-size:1.2em; font-weight:normal;}
h4, h5, h6		{ font-size:1.1em; font-weight:normal;}

/* LINKS allgemein */
a:link			{ text-decoration:underline; color:#cc0000; }
a:visited		{ text-decoration:underline; color:#cc0000; }
a:hover			{ text-decoration:underline; color:#0292db; }
a:active		{ text-decoration:underline; color:#0292db; }
a:focus			{ text-decoration:underline; color:#0292db; }

/* CLASSEN allgemein */
.kleiner 		{ font-size:0.9em; }
.groesser 		{ font-size:1.1em; }
.nowrap			{ white-space:nowrap; }
.wichtig		{ color:#cc0000; font-weight:bold; font-style:italic}
.border			{ border: 2px solid #0292db; }
.print			{ }
.noprint		{ display:none }

/* ENDE BASICS */





/*Farben
blau=#0292db
hellgelb=#FFFFCC
dunkelrot=#cc0000
hellblau=#ADD8E6
*/
