/* CSS Document */

body {
	margin:0 auto;
	width:900px;
	background-color:#dcffb9;
	background-image:url(../nav/hg.gif);
	background-repeat:repeat-x;
}

/* HEADER */
#header	{
	width:700px;
	margin:0px;
	padding:10px 0 0 200px;
	height:180px;
	text-align:center;
	background: url(../nav/strich.gif) no-repeat left bottom;
}
/* ENDE HEADER */

/* START CONTENT */
#content	{
	margin:0;
	padding:20px 30px 40px 220px;
	background: url(../nav/hg-nav.gif) no-repeat left top;
}

#nav	{
	width:200px;
	padding:20px 0 0 0 ;
	margin:0;
	background: url(../nav/bogen.gif) no-repeat left top;
	float:left;
}

#nav a {color:#000000}

#nav img { margin:0px 0 6px 0; }

/* ENDE CONTENT */

/* START FOOTER */
#fuss {
	margin:0; padding:10px 0 10px 240px; background: url(../nav/strich-unten.gif) no-repeat left top; } 
/* 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 				{ 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:#000000; line-height:1.5em; font-weight:bold;}
h1				{ font-size:1.55em; }
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:#0084c4; }
a:visited		{ text-decoration:underline; color:#0084c4; }
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			{ display:none }
.noprint		{ }

/* ENDE BASICS */





/*Farben
blau=#0084c4
hellgruen=#dcffb9
*/