@charset "utf-8";
/* CSS Document */

body {
	background: url(bilder/bg.jpg) repeat-x left top;
	font-family: Arial, Verdana,Helvetica, sans-serif;
    padding: 0;
	margin:0;
	height: 100%;
	overflow:auto;
		}
		
#logo {
	position: absolute;
	top: 37px;
	left: 13px;
	width:360px;
	height: 72px;
}

#sujethome {
	position: absolute;
	top: 204px;
	left: 0px;
	width:454px;
	height: 483px;
}

#hauptnavigation {
	position: absolute;
	top: 144px;
	left: 480px;
	width:474px;
	height: 25px;
}

#subnavigation {
	position: absolute;
	top: 170px;
	left: 523px;
	width:474px;
	height: 29px;
	visibility: hidden;
}

#subnavigationvis {
	position: absolute;
	top: 170px;
	left: 523px;
	width:474px;
	height: 29px;
	visibility: visible;
}


#textfeld {
	position: absolute;
	top: 300px;
	left: 480px;
	width:520px;
	height: 410px;
	
}

#back{
	position: absolute;
	top: 645px;
	left: 477px;
	width:132px;
	height: 20px;
	
}


#textfelduem {
	position: absolute;
	top: 200px;
	left: 480px;
	width:630px;
	height: 511px;
	
}

#impressum{
	position: absolute;
	top: 744px;
	left: 0;
	width:98%;
	height: 20px;
	text-align:right;
	
}


.hauptnav {
	font-size: 13px;
	color: #8d8d8d;
	text-decoration: none;
	
}
a.hauptnav:link {}
a.hauptnav:visited {}
a.hauptnav:active { color: #000; }
a.hauptnav:hover { color: #000; }

.hauptnavcurr {
		font-size: 13px;
		color: #000;
		text-decoration: none;
	
	}

.subnav {
	font-size: 13px;
	color: #d56161;
	text-decoration: none;
	
}
a.subnav:link {}
a.subnav:visited {}
a.subnav:active { color: #fff; }
a.subnav:hover { color: #fff; }

.subnavcurr {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	
}


.text {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

a.text:link {text-decoration: none;}
a.text:visited {text-decoration: none;}
a.text:active { text-decoration: underline; }
a.text:hover { text-decoration: underline; }
	


.textkl {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	
}

a.textkl:link {text-decoration: none;}
a.textkl:visited {text-decoration: none;}
a.textkl:active { text-decoration: underline; }
a.textkl:hover { text-decoration: underline; }

.liste{
		line-height: 24px;
		font-size: 13px;
		color: #fff;
		text-decoration: none;
	
}

.bild

{ margin-right: 28px;}
