/* CSS Document */

body {
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#ffffff;}

/*--HEADER---------------------------------------*/
#nav-oben { 
	width:520px;
	height:30px;
	padding:5px 0px 2px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
}

#nav-oben a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:0.9em; }
#nav-oben a:link, #nav a:visited		{ text-decoration:none; }
#nav-oben a:hover, #nav a:active, #nav a:focus	{ text-decoration:none; color:#000000;}

#logo {
	width:1000px;
}

/*--ENDE HEADER---------------------------------------*/

#nav	{
	margin:0px;
	width:984px;
	padding:8px;
	text-align:center;
	background-color:#FFFFFF;
	border-bottom:3px solid #000000;
}

#nav a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:1.0em; margin-left:20px; margin-right:20px; }
#nav a:link, #nav a:visited		{ text-decoration:none; }
#nav a:hover, #nav a:active, #nav a:focus	{ text-decoration:none; color:#000000; }


/* --START CONTENT--------------------------------------*/

#content	{
	width:800px;
	padding:20px 100px 20px 100px;
	background-color:#dbe1d9;

}

#zweispaltig-rechts { 
	width:400px;
	height:185px; 
	background-color:#dbe1d9;
	float:right; }
	
#zweispaltig-links { 
	width:350px;
	height:185px;
	background-color:#dbe1d9;
	float:left; }


/* --ENDE CONTENT---------------------------------------*/

/*--START FOOTER--------------------------------------*/
#fuss {
	margin:0px;
	clear:left;
	clear:right;
	display:none
	}
	
/*--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; }

/* UEBERSCHRIFTEN allgemein */
h1, h2, h3, h4, h5, h6 	{ font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; }
h1				{ font-size:1.5em; color:#000000; font-weight:bold;}
h2				{ font-size:1.2em; }
h3				{ font-size:1.1em; }
h4, h5, h6		{ font-size:1.0em; }

/* LINKS allgemein */
a:link				{ text-decoration:underline; color:#640736; }
a:visited			{ text-decoration:underline; color:#640736; }
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.7em; }
.groesser 			{ font-size:1.1em; }
.nowrap				{ white-space:nowrap; }
.wichtig			{ color:#f92891; font-weight:bold; font-style:italic}
.border				{ border: 1px solid #f92891; margin: 5px 10px 5px 0px;}
.print				{ display:none }
.noprint			{ }
/* -- ENDE BASICS---------------------------------------*/
