/* CSS Document */

body {
}

/* HEADER */

#flash { display:none;

}

#header	{ display:none}

#header a:link,
#header a:visited		{ display:none}

#header a:hover,
#header a:active,
#header a:focus { display:none}

#header img {display:none;}
/* ENDE HEADER */

#mitte	{
}

/* START CONTENT */
#content	{
}

#content img {padding: 0 0 0 3px;}

#nav	{
	display:none;
}

#nav img {display:none;}

#nav ul { display:none;}
#nav li { display:none; }

#nav a:link, 
#nav a:visited			{}
#nav a:hover,
#nav a:active,
#nav a:focus			{ }

#nav-kontakt {display:none}
#nav-kontakt a:link,
#nav-kontakt a:visited { }
#nav-kontakt a:hover,
#nav-kontakt a:active,
#nav-kontakt a:focus	{ }

/* ENDE CONTENT */

/* START FOOTER */
#fuss { } 
/* ENDE FOOTER */



/* START BASICS */

/* BASICS allgemein */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:80%; 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; }

table { border:#e1eff9 solid 1px;}
td 	{ border:#e1eff9 solid 1px; padding:5px}
th 	{ border:#e1eff9 solid 1px; background-color:#e1eff9; padding:5px; font-weight:normal}


/* BASICS Formular */
label 				{ width:350px; display:block; text-align:right; padding: 2px 0 2px 0}
label .beschriftung { float:left}
#antispam			{ display:none }

/* UEBERSCHRIFTEN allgemein */
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; color:#008738; line-height:1.5em; }
h1				{ font-size:1.6em; }
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:#2086c6; }
a:visited		{ text-decoration:underline; color:#2086c6; }
a:hover			{ text-decoration:underline; color:#008738; }
a:active		{ text-decoration:underline; color:#008738; }
a:focus			{ text-decoration:underline; color:#008738; }

/* CLASSEN allgemein */
.kleiner 		{ font-size:0.75em; }
.groesser 		{ font-size:1.1em; }
.nowrap			{ white-space:nowrap; }
.wichtig		{ color:#008738; font-weight:bold; font-style:italic}
.border			{ border: solid 1px #000000; }
.print			{ }
.noprint		{ display:none }

/* ENDE BASICS */



/*Farben
blau=#2086c6
hellblau=#f2f7fb
grün=#008738
hellgrau=#fafdff
*/