/* CSS Document */

body {}

/* HEADER */
#header	{}
/* ENDE HEADER */

/* START CONTENT */
#content	{}

#nav	{display:none}

#nav a {}

#nav img { }

/* ENDE CONTENT */

/* START FOOTER */
#fuss { margin-top:20px;} 
/* 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 */

/* UEBERSCHRIFTEN allgemein */
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height:1.5em; font-weight:bold;}
h1				{ font-size:1.7em; }
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:#000000; }
a:visited		{ text-decoration:underline; color:#000000; }
a:hover			{ text-decoration:underline; color:#000000; }
a:active		{ text-decoration:underline; color:#000000; }
a:focus			{ text-decoration:underline; color:#000000; }

/* CLASSEN allgemein */
.kleiner 		{ font-size:0.8em; }
.groesser 		{ font-size:1.2em; font-weight:bold;}
.nowrap			{ white-space:nowrap; }
.wichtig		{ color:#0084c4; font-weight:bold; font-style:italic}
.border			{ border: 2px solid #0084c4; }
.print			{ }
.noprint		{ display:none }

/* ENDE BASICS */





/*Farben
blau=#0084c4
hellgruen=#dcffb9
*/