body
{
	font-family: Tahoma, Verdana, Arial;
	color:#7e7e7e;
	font-size:11px;
}

#main 
{
	margin: 0 auto;
	text-align: center;
	width:	930px;
	min-height: 700px;
  	height:auto !important;
  	height:700px;
	position:relative;
	top: 0px;
	z-index:100;
	//background-color: white;
	//border:1px solid #cccccc;
}

a
{
	text-decoration:none;
	color:#8a8a8a;
}

a:hover
{
	text-decoration:none;
	color:#29b9e2;
}

#header_select a
{
	text-decoration:none;
	color:#29b9e2;
}


#header
{
	text-align: left;
	width: 930px;
	min-height: 99px;
  	height:auto !important;
  	height:99px;
  	background: url("Bilder/header_bg.jpg") repeat-x;	
}

	#header_logo
	{
		float:left;	
		min-height: 99px;
	  	height:auto !important;
	  	height:99px;
	  	width: 282px;
	  	background-image: url("Bilder/header_logo.jpg");
	}
		
	#header_navi
	{
		float:left;
		min-height: 99px;
	  	height:auto !important;
	  	height:99px;	
	}
	
	#header_unselect
	{
		float:left;
		min-height: 69px;
	  	height:auto !important;
	  	height:69px;
	  	font-family: Tahoma, Verdana, Arial;
	  	font-size:11px;	
	  	color:#8a8a8a;
	  	text-align: center;
	  	padding: 30px 15px 0px 15px;  	
	  	vertical-align: middle;
	  	line-height: 69px;
	  	background: url("Bilder/header_bg.jpg") repeat-x;
	  	cursor: pointer;
	}
	
	#header_select
	{
		float:left;
		min-height: 99px;
	  	height:auto !important;
	  	height:99px;
	  	font-family: Tahoma, Verdana, Arial;
	  	font-size:11px;	
	  	color:#8a8a8a;
	  	margin: 0px 8px 0px 8px; 
	  	text-align: center;	
	  	vertical-align: middle;
	  	line-height: 69px;
	  	background: url("Bilder/navi_middle_select.jpg") repeat-x;
	  	cursor: pointer;
	}
	
	#header_select_left
	{
	  	float:left;
	  	height:99px;
	  	width:7px;
	  	background: url("Bilder/navi_left_select.jpg") no-repeat;
	  	cursor: pointer;
	}
	
	#header_select_middle
	{
		float:left;
	  	padding: 30px 0px 0px 0px;  
	  	color:#29b9e2;
	}
	
	#header_select_right
	{
		float:left;
	  	height:99px;
	  	width:7px;
	  	background: url("Bilder/navi_right_select.jpg") no-repeat;
	  	cursor: pointer;
	}
	
#content
{
	margin: 0 auto;
	text-align: left;
	width:	930px;
	min-height: 314px;
  	height:auto !important;
  	height:314px;
  	background: url("Bilder/sub_main.jpg") repeat-x;	
}

#content_main
{	
	float:left;
	text-align: left;
	width:	689px;
	min-height: 314px;
  	height:auto !important;
  	height:314px;
  	background: url("Bilder/main_bg.jpg") repeat-x;
  	
}

#content_sub
{
	float:left;
	text-align: left;
	width:	232px;
	min-height: 314px;
  	height:auto !important;
  	height:314px;  	
}
	
#content_2
{
	margin: 0 auto;
	text-align: left;
	width:	930px;
	min-height: 239px;
  	height:auto !important;
  		
}

#content_2_main
{	
	float:right;
	text-align: left;
	width:	232px;
	min-height: 239px;
  	height:auto !important;
  	height: 239px;
  	background: url("Bilder/unten_bg.jpg") no-repeat;
  	
}

#content_2_sub
{
	float:right;
	text-align: left;
	width:	689px;
	min-height: 239px;
  	height:auto !important;
}



