/* CSS Document */

/*	{
	margin:0;

	}*/
	
body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d747c;
	background:#1b324a url(../images/bg.gif) repeat-x;
	}


#main {
	position:relative;
	margin:0 auto;
	width:900px;
	}
	
#white_bg {
	float:left;
	width:100%;
	background:white url(../images/bg_submenu.gif) 0 264px no-repeat;
	}
	
#home	{
	clear:left;
	float:left;
	width:100%;
	height:465px;
	background:url(../images/home.gif) 0 40px no-repeat;
	}
	
#hometext	{
	clear:left;
	float:left;
	margin:27px 0 0 350px;
	display:inline;
	}
	
#hometext h1 {
	line-height:1.2;
	margin-bottom:30px;
	}
	
*html #hometext h1 {
	line-height:1.4;
	margin-top:6px;
	}
	
#hometext a {
	line-height:1;
	font-weight:bold;
	color:#7b828b;
	text-decoration:none;
	}
	
#hometext a:hover {
	color:black;
	}


/*****************Header***************************/
	
#header {
	float:left;
	background:url(../images/header.gif) no-repeat;
	width:100%;
	height:139px;
	}
	
#language {
	float:left;
	margin:20px 0 0 25px;
	display:inline;
	padding:1px;
	font-size:10px;
	color:white;
	background:#314f70;
	border:none;
	}

#language option {
	padding:1px 1px;
	}

#logo	{
	float:left;
	margin:-25px 0 0 815px;
	display:inline;
	}


/*****************Main-Navigation***************************/

	
#mainnavi {
	clear:left;
	float:left;
	width:100%;
	font-size:12px;
	height:34px;
	background:#e9eaeb;
	border-bottom:solid 1px #d5d8dc;
	}
	
#nav {
	float:left;
	list-style-type:none;
	padding:0;
	margin-left:20px;
	display:inline;
	}

*html #nav {
	margin-top:11px;
	}
	
#nav li {
	float:left;
	border-right:solid 1px #6d747c;
	text-align:center;
	}
	
#nav li a {
	float:left;
	font-weight:bold;
	color:#6d747c;
	text-decoration:none;
	padding:0 10px;	
	}
		
#nav li a:hover {
	color:#343b41;
	}
	
#nav .nav_ohnetrennstrich {
	border:none;
	}
	
	
/*****************Sub-Navigation***************************/


#subnavi {
	clear:left;
	float:left;
	margin:30px 36px 0 0;
	}

#pfeile	{
	margin-bottom:15px;
	}
	
	
/*****************Text***************************/

#map	{
	float:left;
	width:601px;
	margin:0px 0px 0px  0;
	font-size:12px;
	line-height:1.5;
	display:inline;
	}

#text_map	{
	float:left;
	width:280px;
	margin:20px 22px 20px 250px;
	font-size:12px;
	line-height:1.5;
	display:inline;
	}


#text	{
	float:left;
	width:280px;
	margin:20px 22px 20px  0;
	font-size:12px;
	line-height:1.5;
	display:inline;
	}
	
*html #text	{
	margin-top:35px;
	}
	
#text a	{
	color:#6d747c;
	}
	
#text a:hover	{
	color:#E9A80D;
	}

#text_map a	{
	color:#6d747c;
	}
	
#text_map a:hover	{
	color:#E9A80D;
	}


/*****************Bilder***************************/

#bilder	{
	float:left;
	width:350px;
	margin-top:30px;
	}
	
#bilder p {
	margin:20px 0 0 55px;
	color:#6d747c;
	font-size:11px;
	line-height:1.4;
	}


/*****************Footer***************************/

#footer	{
	clear:left;
	float:left;
	width:100%;
	height:100px;
	background:url(../images/bg_footer.gif) no-repeat;
	}
	
#footerhome	{
	clear:left;
	float:left;
	width:100%;
	height:80px;
	background:url(../images/bg_footer_home.gif) no-repeat;
	}
	
#footer	img {
	float:right;
	}
	
#footernav {
	float:left;
	list-style-type:none;
	display:inline;
	padding:0;
	margin:35px 0 0 200px;
	font-size:10px;
	font-weight:normal;
	color:#4e657d;
	display:inline;
	}
	
/*html #footernav {
	margin:20px 0 0 200px;
	}
*/
#footernav li {
	float:left;
	padding:0 10px;
	border-right:solid 1px #4e657d;
	}

#footernav li a {
	float:left;
	font-size:10px;
	font-weight:normal;
	color:#4e657d;
	text-decoration:none;
	}
	
#footernav li a:hover {
	color:white;
	}

#footernav .footernav_ohnetrennstrich {
	padding-right:0;
	border:none;
	}
	
/*****************HTML-Elemente***************************/
	
img	{
	border:0;
	}
	
h1	{
	font-size:18px;
	font-weight:bold;
	color:black;
	line-height:1;
	margin-bottom:6px;
	}
	
h2	{
	font-size:18px;
	font-weight:bold;
	color:#25425F;
	line-height:1;
	margin:0 0 40px 0;
	}