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

body {
	font-family: Verdana, Arial, Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	height:100%;
	margin:0;
	padding:0px;
	scrollbar-arrow-color:#e39728;
}

ul li {
	
	list-style:url(images/menuestrich.png);
	padding:0;
	position:relative;
	top:35px;
}

a.menue {
	font-weight:normal;
	text-decoration:none;
	font-family: Verdana, Arial, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #d99308;
}

a.menue:hover {
	color:#666;
	background-color:#FFF;
}

a.menueactive {
	font-weight:normal;
	text-decoration:none;
	font-family: Verdana, Arial, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #666;
}

a.metamenue {
	font-weight:normal;
	text-decoration:none;
	font-family: Verdana, Arial, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000;
	padding:2px;
}

a.metamenue:hover {
	color: #F60;
}
	
#box1  {
	background-image: url(images/bg01.png); 
	position:absolute;
	background-repeat: repeat-x;
	width:130%;
	height:90px;
	margin-top:0;
	overflow-x: hidden;
}

#box_metamenue  {
	background-image: url(images/bg_metamenue.png); 
	position:absolute;
	background-repeat: no-repeat;
	width:285px;
	height:20px;
	left:865px;
	text-align:right;
}

#box2  {
	background-image: url(images/bg02.png); 
	position:absolute;
	background-repeat: repeat-x;
	width:130%;
	height:98px;
	top:90px;
	z-index:1;
}

#schriftzug  {
	position:relative;
	width:1150px;
	height:25px;
	top:5px;
	text-align:right;
	color:#FFF;
	font-style:italic;
	font-size:12px;
} 

#box3  {
	background-image: url(images/bg03.png); 
	position:absolute;
	background-repeat: repeat-x;
	width:130%;
	min-height:400px;
	top:190px;
	z-index:0;
}


#box4  {
	background-image: url(images/bg04.png); 
	position:relative;
	background-repeat: repeat-x;
	width:130%;
	height:25px;
	top:620px;
	overflow-x: hidden;
}

#box5  {
	background-image: url(images/bg05.png); 
	position:relative;
	background-repeat: repeat-x;
	width:130%;
	height:175px;
	top:622px;
	z-index:1;
	border-bottom:#ccc double;
	overflow-x: hidden;
}

#box6  {
	background-image: url(images/bg06.png); 
	position:relative;
	background-repeat: repeat-x;
	width:100%;
	height:86px;
	top:35px;
	z-index:2;
}

#logo  {
	background-image: url(images/logo.png); 
	position:absolute;
	background-repeat: no-repeat;
	width:166px;
	height:146px;
	top:20px;
	left:100px;
	z-index:2;
}

#icon1  {
	position:absolute;
	top:2px;
	z-index:2;
}

#icon2  {
	position:relative;
	top:2px;
	left:400px;
}

#bild  {
	position:absolute;
	left:800px;
	z-index:3;
	top:26px;
}
	
#menue  {
	background-image: url(images/menue.png); 
	position:absolute;
	background-repeat: no-repeat;
	width:236px;
	height:272px;
	left:0px;
	z-index:1;
	top:15px;
}

h1  {
	font-size:36px;
	color:#f6be6b;
	font-weight:normal;
	margin-left:270px;
	margin-top:20px;
}

h2  {
	font-size:21px;
	color:#e39728;
	font-weight:normal;
	margin-left:270px;
	margin-top:2px;
	height:12px;
}

.p  {
	font-size:12px;
	color:#000;
	font-weight:normal;
	margin-left:270px;
	text-align:justify;
	width:500px;
	z-index:1;
	height: auto;
}

.form  {
	font-size:12px;
	color:#000;
	font-weight:normal;
	margin-left:270px;
	text-align:justify;
	width:500px;
	z-index:1;
}


.formfeld  {
	font-size:12px;
	color:#000;
	font-weight:normal;
	right:50px;
	margin:5px;
	width:180px;
	z-index:1;	
}

.p2  {
	font-size:12px;
	color:#000;
	font-weight:normal;
	margin-left:800px;
	text-align:justify;
	width:350px;
	z-index:1;
	position:absolute;
	margin-top:-100px;
	left: 5px;
}

.frame_p  {
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:justify;
	width:480px;
	z-index:1;
	background-color:transparent;
}

.table {
	font-size:10px;
	color:#000;
	font-weight:normal;
	margin-left:270px;
	text-align:left;

	z-index:1;
}

.frame_table {
	font-size:10px;
	color:#000;
	font-weight:normal;
	text-align:justify;
	width:480px;
	z-index:1;
	background-color:transparent;
}

.icon  {
	font-size:12px;
	color:#fff;
	font-weight:normal;
	z-index:1;
	margin-left:230px;
	width:350px;
}

a.icon:hover  {
	color:#000;
}

.footer  {
	position:relative;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	margin-left:10px;
	top:40px;
	width:320px;
}
	
a.text {
	color:#e39728;
	text-decoration:none;
	font-weight:bold;
}


a.text:hover {
	color:#000;
}

td {
	border-bottom:dotted #999 1px;
}

