@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }

* html { overflow: hidden; }	/* hack fuer den ie */

img { border: 0; }

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	background-image:url(../bg_page.jpg); 
	background-repeat:repeat;
	text-align:center;
}

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

#header_en {
	position:relative;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	width: 760px;
	height: 280px;
	overflow:hidden;
	background-image:url(../header_e.jpg);
	text-align:right;
}
#header_en .sprache_en{ width:650px;
margin-top:60px; margin-right:80px;
}

#header {
	position:relative;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	width: 760px;
	height: 280px;
	overflow:hidden;
	background-image:url(../header.jpg);
	text-align:right;
}
#header .sprache{ width:650px;
margin-top:60px; margin-right:80px;
}

#content {
	position:relative;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	width: 760px;
	background-image:url(../bg_content.jpg);
	background-repeat:repeat;
}

#footer {
	position:relative;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	width: 760px;
	height: 280px;
	font-size:9px;
	text-align:center;
	clear:left;
	background-image:url(../footer.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

.navigation{
margin-top:0px;	
margin-left:100px;
width:200px;
text-align:left;
float:left;
}

.inhalt{
margin-top:0px;	
margin-left:60px;
width:300px;
text-align:left;
float:left;
}

.button{
width:200px;
height:20px;
text-align:left;
float:left;
background-image:url(../button.gif);
background-repeat:no-repeat;
font-size:12px;
padding-top:6px;
padding-left:15px;
}

.trenner_content{
width:300px;
height:1px;
overflow:hidden;
clear:left;
}

.trenner_text{
width:300px;
height:10px;
overflow:hidden;
clear:left;
}

.pdf{
margin-top:10px;
width:33px;
height:35px;
float:left;
overflow:hidden;
}
.textPdf{
margin-top:10px;
width:100px;
height:35px;
float:left;
overflow:hidden;
margin-right:20px;
}

.footerzeile{
margin-top:250px;
width:760px;
height:35px;
overflow:hidden;
}

.formularfeld200{
width:265px;
margin-top:5px;
margin-bottom:5px;
}
.formularfeld5px{
margin-top:5px;
margin-bottom:5px;
}
.schwarz{
color:#000000;
}

.lila{
color:#642680;
font-weight:bold;
}

