body{
	margin: 0px auto;
	padding: 0px;
	width:950px;
	background-color:#999999;
}

#logo{
	position:fixed;
	top:0px;
	background-color:#FFFFFF;
	height:173px;
	width:950px;
	border-bottom: 6px solid #FFFFFF;
	z-index:1;
}

#menu{
	position:fixed;
	top:179px;
	background-color:#F8AE1E;
	height:20px;
	width:950px;
	z-index:1;
}
#menue_element{
	background-color:#FACA6D;
	width:170px;
	height:20px;
	float: left;
}

#menue_elemente{
	width:130px;
	height:19px;
	text-align:center;
	border-right: 2px solid #FFFFFF;
	padding-top:1px;
	float: left;
}

#balken{
	position:fixed;
	top:199px;
	height:10px;
	width:950px;
	background-color:#EAE5BB;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	z-index:1;
}

#balken_fläche{
	width:170px;
	height:10px;
	background-color:#CFCBA6;
}

#menu_vert{
	margin: 0px;
	padding-top:97px;
	position:fixed;
	top:215px;
	width:170px;
	min-height:100%;
	background-color:#F8AE1E;
	background-image:url(grafik_mvert.gif);
	background-repeat:no-repeat;
}	

#menu_vert_box{
	text-align:right;
	margin-right:15px;
}

#inhalt{
	position:absolute;
	top:215px;
	padding-left:35px;
	padding-top:50px;
	padding-right:100px;
	margin-left:170px;
	width:645px;
	background-color:#FFFFFF;
	min-height:100%;
}
	
.Menueschrift{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:1.5;
}

.Menueschrift_Aktiv{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	line-height:1.5;
}

.Text_Inhalt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#333333;
}


.headline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#F8AE1E;
	padding-bottom:28px;
}
.headline2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F8AE1E;
}

.under_headlinde{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.5;
}

form{
padding:0px;
margin:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.textlink:link {
	text-decoration: none;
	color:#333333;
}
a.textlink:visited {
	text-decoration: none;
	color:#333333;
}
a.textlink:hover {
	text-decoration: underline;
}
a.textlink:active {
	text-decoration: underline;
}