/* CSS Document */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:700px !important;
	width:700px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	z-index:3;
	background-image:url(images/iBGR1.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#C8DDF8;
	padding-right:0px;
	}

div#mainfooter {
		position:absolute;
		width:685px;
		bottom:0; /* stick to bottom */
		height:33px !important;
		height:33px;
}
div#repeat_left{
	margin:0;
	padding:0;
	background-image:url(images/iBGR1.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#C8DDF8;
	width:50%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}
 /* Header */
 
 #header{
 	position:relative;
	width:693px;
	height:273px;

 }
.image_header{
	position:absolute;
	width:693px;
	height:273px;
}
.header_text{
	position:absolute;
	width:193px;
	height:73px;
	top:62px;
	left:210px;
	width:200px;
	color:#1a8c44;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#center_site{
	position:relative;
	background-image:url(images/bg_center.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:693px;
	height:198px;
}

.language a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8F8F8F;
	text-decoration:none;
}
.language a.deutsch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.language a.english{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.language a:hover{
	text-decoration:underline;
}
/* Center of web site */
.left_image{
	width:140px;
	float:left;
	margin-top:84px;
}
.content{
	width:417px;
	float:right;
	margin-top:46px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.content H1{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:21px;
}
/* Footer */
.text_footer{
	float:left;
	width:418px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-left:18px;
}
/* Language CSS*/
.language_second ul{
	list-style:none;
}
.language_second li{
	margin:0;
	padding:0;
	display:block;
	padding:1px 0px 1px 0px;
}
a.L_active_second{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#198B43;
	text-decoration:none;
	padding:0px 0px;
}
a.L_normal_second{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#83BF9B;
	text-decoration:none;
	padding:0px 0px;
}
a:hover.L_normal_second{
	color:#198B43;
}
.language_second{
	position:absolute;
	width:501px;
	height:80px;
	margin-top:98px;
	margin-left:1px;
}
/* New */
.new{
	position:absolute;
	width:56px;
	height:63px;
	margin-top:64px;
	margin-left:600px;

} 
.new a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CF706A;
	text-decoration:none;
	cursor:pointer;
} 


