/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #FFFFFF;
}

html
{
	height:100%;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size:11pt; 
	color:#000; 
	font-weight: normal;
}

div
{
	text-align:left;
}

h1 
{
	font-size:14pt; 
	font-weight:bold; 
	text-align:left; 
	color:#000;
	margin-top:0px;
	margin-bottom:20px;
	border-bottom:2px solid #FF0000;
	width:auto;
	padding-left:3px;
}

h2 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#000;
	margin-top:12px;
	margin-bottom:5px;
}

h3 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#FF0000;
	margin-top:12px;
	margin-bottom:5px;
}

h4 
{
	font-size:10pt; 
	font-weight:bold; 
	text-align:left; 
	color:#000;
	margin-top:12px;
	margin-bottom:5px;
}

h5 
{ 
font-size: 10px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
font-weight: normal; 
line-height: 80%; 
text-align: left; 
list-style-type: 
disc; float: left; 
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
	line-height:150%;
}


.text_klein 
{ 
font-size: 10px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
font-weight: normal; 
line-height: 80%; 
text-align: left; 
list-style-type: 
disc; float: left; 
}

a
{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:100%;
	-moz-outline:0; 
	outline:0;
}

a:hover
{
	color:#000;
}

table
{
	width:100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

td
{
	padding:0px;
}

td.zelle_kleine_schrift
{
	font-size:9pt;
}

td.rand_rot
{
	border:solid 1px red;
}

td.zelle_ueberschrift
{
	font-size:14pt; 
	font-weight:bold; 
	text-align:left; 
	color:#000;
	padding: 0px;
	padding-left: 2px;
	border-bottom:2px solid red;
}

table.poll 
{
	background-color:#fafafa;
	border:solid 1px #cccccc;
	width:500px;
	margin-bottom:5px;
}

table.poll td 
{
	padding:5px;
}

table.formular td
{
	padding:5px;
}

img 
{
	border:0px;
}

img.bild_rote_umrandung 
{
	border:1px solid red;
}

input, select, button, textarea 
{
	font-size:11pt; 
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

form 
{
	display: inline;
}

.sitemap a
{
font-weight:normal;
}

/* Divs einstellen */
#page 
{
	width:800px;
	margin:0px auto;
	padding:0px;
	height:100%;
}

#navigation
{
	float:left;
	margin-top:0px;
	margin-left:0px;
	width: 150px;
	height:100%;
	background: #FFFFFF url(../images/bg_nav.jpg) top right repeat-y;
}

	#navigation ul a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:bold;
		text-align:right;
		font-size:11pt;
	}

	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
		margin-top:5px;
	}

	#navigation ul li a
	{
		color:#666;
		padding:10px 10px 0px 0px;
	}
	
	#navigation ul li a:hover
	{
		color:#000;
	}
	
	#navigation ul ul
	{
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		width:140px;
		margin:0px;
	}	

	#navigation ul ul li a
	{
		color:#000;
		font-size:9pt;
		padding:2px 5px 2px 0px;
	}

	#navigation ul ul li a:hover
	{
		color:#666;
	}
	
	#navigation .current a
	{
		color: red;
	}
	
	#navigation .current a:hover
	{
		color: #000;
	}
	
#middle
{
	float:right;
	background:#FFF; 
	width:650px;
	height:100%;
	margin:0px auto;
}

#top
{
	width:100%;
	height:75px;
	overflow:hidden;
}

#content
{
	width:100%;
	height:80%;
	padding:0px;
	overflow:auto;
}
