
body { 
	background: #fff; 
	font: 13px/1.5 Arial, Helvetica, Sans-Serif;
	color: #7d7d7d; 
	}

#site { 	
	background: #edf8f9/* f2f8fa *//* ecf7f9 */ url(../img/bg_site_complete.jpg) right top repeat-x; 
	width: 940px; 
	height: 100%; 
	height: auto; 
	min-height: 100%; 
	margin: 0 auto; 
	}

#sidebarleft { 
	float: left; 
	background: none; 
	width: 230px; 
	height: 100%; 
	height: auto; 
	min-height: 800px; 
	position: relative; 
	}
	
#sidebarleft strong {
	color: #47b4c4;
	}	
	

#logo { padding: 25px 0px 0px 10px; }	
	
	
	
	
/* Navigation in der Sidebarleft ---------------------------------------------- */	
#navigation { }
#navigation ul { 
	padding: 0 0 0 30px; 
	margin: 40px 0 0 0;
	}
#navigation ul li { 
	float: left;
	width: 200px;
	}
#navigation ul li a { 
	display: block; 
	padding: 2px 0px 1px 25px; 
	background: url(../img/navi_bg_sprite.gif) 1px 7px no-repeat; 
	font-size: 14px; 
	font-weight: bold; 
	color: #7d7d7d; 
	text-decoration: none;
	white-space: nowrap;
	}
#navigation ul li a:hover,
#navigation ul li.active a { 
		background: url(../img/navi_bg_sprite.gif) 1px -30px no-repeat; 
		color: #47b4c4;
	}
	
#navigation ul li ul {
	display: none; 
	margin: 1px 0px 2px 0px; 
	padding: 0;
	}
#navigation ul li ul li { }
#navigation ul li.active ul li a { 
	display: block; 
	padding: 0px 0px 0px 30px; 
	background: none; 
	font-size: 12px; 
	font-weight: normal; 
	color: #7d7d7d; 
	text-decoration: none;
	}
#navigation ul li ul li a:hover,
#navigation ul li.active ul li.active a {
	background: none;
	color: #47b4c4; 
	font-weight: bold;
	}
#navigation ul li.active ul { display: block; }






/* Kontakt in der Sidebarleft ---------------------------------------------- */	
#sidebarleft #contact { 
	position: absolute; 
	top: 470px; 
	left: 30px;
	}
#sidebarleft #contact p { padding: 0 0 10px 0; }

/* content ----------------------------------------------------------------- */
#content_box { 
	width: 700px; 
	float: right; 
	background: red url(../img/header_visual_startseite.jpg) top right no-repeat; 
	min-height: 900px; 
	position: relative;
	height: auto; 
	}

#content {
	background: none;
	padding: 410px 60px 60px 60px;
	min-height: 350px;
	}


#content ul { padding: 0 0 0 15px; list-style: disc; }


#headerfoto_in_contentbox {
	position: absolute;
	top: 205px;
	right: 25px;
	width: 270px;
	height: 200px;
	overflow: visible;
	}

#content a {
	text-decoration: none;
	color: #7d7d7d;
	border-bottom: 2px solid #b7bbbc;
	}

#content a:hover {
	color: #5d5d5d;
	border-bottom: 2px solid #47b4c4;
	}
	
	
#content #accordeon_menu .accordeon_item {
	margin: 10px 0;
	}
	
#content #accordeon_menu .accordeon_item h3 {
	padding-left: 20px;
	background: url(../img/arrow_sprite.gif) 0px -25px no-repeat;
	}

#content #accordeon_menu .open h3 {
	padding-left: 20px;
	background: url(../img/arrow_sprite.gif) 0px 9px no-repeat;
	}
	
#content #accordeon_menu .accordeon_content	{
	padding: 0 0 0 20px;
	}
	
#content #accordeon_menu .accordeon_item h3 a { 
	font-weight: bold; 
	border-bottom: 1px solid #47b4c4;
	font-size: 14px; 
	}

#content #accordeon_menu .accordeon_text {
	padding: 10px 0 0 0;
	} 
	
#content #accordeon_menu .accordeon_foto {
	margin: 0 10px 0 -12px;
	float: left; 
	}




