/* CSS Document */

/* Forms / Layout */


html, body {height:100.1%;}

body {
	background:url(pics/bg_body.gif) repeat top left;
	color:#000;
	font:100% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#wrapper_frame{
	width:901px;
	margin:0 auto;
	min-height:100%;
}

#inner_wrapper{
	position:relative;
	*height:100%;
	/*overflow:hidden;*/
	background:#fff;
}


#logo{

	font-size:12px;
	height:67px;
	width:900px;
	background-image:url(pics/Banner.jpg);
}

#select_language{
	margin-top:10px;
	margin-right:10px;
	float:right;
	color:#fff;
}


#top_navi_frame{
	width:900px;
	height:26px;
	background-image:url(pics/topNavBG.jpg);
	border-bottom:1px solid #333;
	
}

#frame_home2_wrapper{
	position:static;
	width:auto;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;

}

#frame_home2_li{
	position:static;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	height:300px;
	width:449px;
	border-right:1px solid #CCCCCC;
}

#header_home2_li{
	position:relative;
	top:-83px;
	margin-left:20px;

}


#frame_home2_re{
	position:static;
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	height:300px;
	width:449px;
	border-left:1px solid #CCCCCC;
}

#header_home2_re{
	position:relative;
	top:-83px;
	margin-left:20px;

}

.innner_wrapper_home2{
	position:static;
	width:auto;
	height:auto;
	min-height:100%;
	padding: 0px 20px 8px 20px;
	text-align:justify;
	}


#header_home2_li h1{
	color:#FFFFFF;
	}
	
#header_home2_re h1{
	color:#FFFFFF;
}


.goToButton{
	position:static;
	float:right;
	margin-bottom:20px;
}


#impressum_wrapper_frame{
	width:450px;
	margin:0 auto;
	min-height:100%;
	
	/*border:1px solid #fff;*/
}

#footer_frame{
	position:relative;
	margin:0px auto 0 auto;
	width:900px;
	height:25px;
	background-color:#006699;
}

#footer_frame_2{
	position:relative;
	margin:0px auto 0 auto;
	width:900px;
	height:25px;
	background-color:#F75A00;
}


.footer_copyRight_frame{
	float:left;
	padding-left:20px;
	height:25px;
}

.footer_link_frame{
	float:left;
	padding-left:200px;
	height:25px;
}

.footer_slogan_frame{
	float:right;
	padding-right:25px;
	height:25px;
	
}

/*Text-Styles*/

a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size:10px;
	color:#003399;
	text-decoration : none;
	border-style:none;
	line-height: 1;
	

}
	
h1{
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#333333;
}

p{
	font-family:Verdana, sans-serif;
	font-weight : normal;
	font-size: 11px;
	color:#395F8C;
	line-height: 1;
	margin-top:0px;
	margin-bottom:0px;
}

.body{
	color:#333333;
	line-height:1.5;
	font-size:11px;
}

.footer{
	color:#fff;
}

#select_language_text{
	padding-top:4px;
	padding-right:5px;
	float:left;
	color:#fff;
	}


	




	

	
	
	



