/*
Ebenen-Styles
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	width: 100%;
	text-align: center; /*nur fuer Internet Explorer*/
	background-color: #666666;
}

html, body{
  height: 100%;
}

#wrapper{
	margin:auto auto;
	width:955px;
	text-align:left;
	background-color: FFFFFF;
}

#top{
	height:114px;
	width:955px;
}

#header{
	height:110px;
	background:url(pix/logo.gif) #d0d1d3;
	background-repeat:no-repeat;
	background-position:30px 30px;
}

#address{
	margin:0 0 0 760px;
	padding:30px 0 0 0;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	line-height:11px;
}

#spacer{
	height:4px;
	width:955px;
	background-image:url(pix/bgspacer.gif);
}

#center{
	width:955px;
	height:455px;
	background-image:url(pix/bgcenter.gif);
}

#navigation{
	float:left;
	padding:30px 0 0 30px;
	width:247px;
}

* html #navigation{ /*IE 6*/
	width:277px;
}

#content{
	float:left;
	width:593px;
	padding:72px 55px 0 30px;
}

* html #content{ /*IE 6*/
	width:678px;
}

#empty{
	height:15px;
}

#bottom{
	width:925px;
	padding:0 30px 0 0;
	border-top:1px solid #bfbfbf;
	text-align:right;
	height:14px;
	background-color: #FFFFFF;
}

* html #bottom{ /*IE 6*/
	width:955px;
}

.clear{
	clear:both;
}

/*
	Navigation Style
'*/

.nav1_list{
	list-style:none;
	background-image:url(pix/list_bg.gif);
	background-repeat: repeat-y;
}

.nav1_list li{
	clear:both;
}

.nav1_layer1_n{
	float:left;
	width:58px;
	height:60px;
	padding:1px 1px 0 1px;
	background-color:#bfbfbf;
}

* html .nav1_layer1_n{
	width:60px;
	height:61px;
}

.nav1_layer2_n{
	float:left;
	margin:0 0 0 14px;
	padding:50px 0 0 0;
	line-height:11px;
	width:170px;
}

* html .nav1_layer2_n{
	width:170px;
}

.nav2_list{
	list-style:none;
	float:right;
}

.nav2_list li{
	float:left;
	margin:0 15px 0 0;
}

/*
Text-Styles
*/

h1{
	font-family:arial,verdana,helvetica;
	font-size:16px;
	font-weight:bold;
	color:#0089d1;
}

div,td,p{
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000000;
}

/*
Content Styles
*/

a:link { font-family: arial,verdana,helvetica;color: #000000; text-decoration: underline;}
a:visited { font-family: arial,verdana,helvetica; color: #000000; text-decoration: underline;}
a:hover { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: underline;}
a:active { font-family: arial,verdana,helvetica; color: #000000; text-decoration: underline;}

a.gruppenLink:link { font-family: arial,verdana,helvetica;color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}
a.gruppenLink:visited { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}
a.gruppenLink:hover { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}
a.gruppenLink:active { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}

a.nav1_n:link { font-family: arial,verdana,helvetica; font-size: 11px; color: #b2b2b2; text-decoration: none;font-weight: bold;}
a.nav1_n:visited { font-family: arial,verdana,helvetica; font-size: 11px; color: #b2b2b2; text-decoration: none;font-weight: bold;}
a.nav1_n:hover { font-family: arial,verdana,helvetica; font-size: 11px; color: #4fab25; text-decoration: none;font-weight: bold;}
a.nav1_n:active { font-family: arial,verdana,helvetica; font-size: 11px; color: #b2b2b2; text-decoration: none;font-weight: bold;}

a.nav1_h:link { font-family: arial,verdana,helvetica; font-size: 11px; color: #4fab25; text-decoration: none;font-weight: bold;}
a.nav1_h:visited { font-family: arial,verdana,helvetica; font-size: 11px; color: #4fab25; text-decoration: none;font-weight: bold;}
a.nav1_h:hover { font-family: arial,verdana,helvetica; font-size: 11px; color: #4fab25; text-decoration: none;font-weight: bold;}
a.nav1_h:active { font-family: arial,verdana,helvetica; font-size: 11px; color: #4fab25; text-decoration: none;font-weight: bold;}

a.nav2_n:link { font-family: arial,verdana,helvetica;font-size: 12px;color: #b2b2b2; text-decoration: none;}
a.nav2_n:visited { font-family: arial,verdana,helvetica;font-size: 12px; color: #b2b2b2; text-decoration: none;}
a.nav2_n:hover { font-family: arial,verdana,helvetica;font-size: 12px; color: #4fab25; text-decoration: none;}
a.nav2_n:active { font-family: arial,verdana,helvetica;font-size: 12px; color: #b2b2b2; text-decoration: none;}

a.nav2_h:link { font-family: arial,verdana,helvetica;font-size: 12px; color: #4fab25; text-decoration: none;}
a.nav2_h:visited { font-family: arial,verdana,helvetica;font-size: 12px; color: #4fab25; text-decoration: none;}
a.nav2_h:hover { font-family: arial,verdana,helvetica;font-size: 12px; color: #4fab25; text-decoration: none;}
a.nav2_h:active { font-family: arial,verdana,helvetica;font-size: 12px; color: #4fab25; text-decoration: none;}

.input_text{
	width:214px;
	height:14px;
	background-color:#bfbfbf;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000000;	
}

.textarea{
	width:522px;
	height:70px;
	background-color:#bfbfbf;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000000;
}

.button{
	width:127px;
	background-color:#FFFFFF;
}

* html .button {  /* nur fuer Internet Explorer */  
 width:127px;
}

.abschicken{
	float:left;
	background-image:url(pix/abschicken_button.gif);
	padding:0 0 0 34px;
	width:180px;
}

* html .abschicken{
	width:214px;
}

.zuruecksetzen{
	float:left;
	background-image:url(pix/zuruecksetzen_button.gif);
	padding:0 34px 0 0;
	width:180px;
	text-align:right;
}

* html .zuruecksetzen{
	width:214px;
}

.dots_arrow_right{
	background-image:url(pix/dots_arrow.gif);
	background-repeat: no-repeat;
	text-align:right;
	padding:0 12px 0 0;
	line-height:11px;
}

.dots_arrow_right a:link { font-family: arial,verdana,helvetica;color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}
.dots_arrow_right a:visited { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}
.dots_arrow_right a:hover { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}
.dots_arrow_right a:active { font-family: arial,verdana,helvetica; color: #4fab25; text-decoration: none;font-weight: bold;background-color:#FFFFFF;}

.dots_arrow_left{
	background-image:url(pix/dots_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 42px 0;
	text-align:left;
	line-height:11px;
}

.dots_arrow_left2{
	background-image:url(pix/dots_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 42px 0;
	text-align:left;
	line-height:11px;
}

.bildlinks{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #b2b2b2;
}

.grouppic{
	border: 2px solid #b2b2b2;
}

.bildrechts{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 2px solid #b2b2b2;
}

