*{
	margin:0px;
	padding:0px;
}

#wrapper{
	margin: 0px auto;
	width: 1010px;
}

/* //// fonts //// */
@font-face {
    font-family: 'texgyreherosbold';
    src: url('../fonts/texgyreheros-bold-webfont.eot');
    src: url('../fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* //// fonts  ends//// */

/* ///// general-überall start  ///// */
body {
	background-image:url('../img/128-29.jpg');
	background-repeat:repeat;
	font-family:"texgyreherosregular";
	line-height:18px;
}

h3{
	font-family:"texgyreherosregular";
}

.left{
	float:left;

}

.right{
	float:right;

}

.clear{
	clear: both;
}

a{
	text-decoration:none;
	font-size:14px;
	color:#000;
}
a:hover{
	text-decoration:underline;
}


/* ///// general-überall end  ///// */

/* ////// HEADER START ////// */

#menue{
	position: absolute;
	z-index: 1;
}

#menu_white{
	background-color: #ffffff;
	width: 300px;
	height: 185px;
	margin-top: 45px;
	margin-left: 40px;
	opacity: 0.9;       /* modern browser */  
    -moz-opacity: 0.9;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=90); /* IE5.x -7.0 */  
}


#menu_white a{
	color:#000000;
	opacity: 1;       /* modern browser */  
	font-size:18px;

}

#menu_white a:hover{
	text-decoration:underline;
}

#link_home{
	font-size: 20px;
	letter-spacing: 2px;
	font-family: "texgyreherosbold";
	padding-bottom:22px;
}

.sub_navi{
	padding-bottom:5px;
}


nav{width:990px;}
#menu_yellow{
	background-color: #f59f01;
	width: 300px;
	height: 60px;
	margin-top: 45px;
	margin-left: 15px;
		opacity: 0.9;       /* modern browser */  
    -moz-opacity: 0.9;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=90); /* IE5.x -7.0 */  
}

#menu_yellow li:hover{
	text-decoration:underline;
}

#menu_green{
	background-color: #7ab030;
	width: 300px;
	height: 60px;
	margin-top: 45px;
	margin-left: 15px;
		opacity: 0.9;       /* modern browser */  
    -moz-opacity: 0.9;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=90); /* IE5.x -7.0 */  
}

#menu_green li:hover{
	text-decoration:underline;
}


.link_menue{
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: "texgyreherosbold";
}

#menue ul{
	padding:20px;
	list-style-type: none;
}


.active a{
	font-family:"texgyreherosbold";
}


/* ////// HEADER END ////// */


/* ////// INHALT START ////// */

img{
	z-index: -1;
}


		/*----- INDEX-HOME ------ */
		#home_titel{
			color:#ffffff;
			position: absolute;
			margin-top: 400px;
			margin-left: 40px;
			font-size: 30px;
			line-height: 1.3;
			font-family: "texgyreherosbold";
			text-shadow: 5px 5px 5px black;
		}
		
		/*----- THERAPY ------ */
		.white_box{
			background:url('../img/content_bg.png');
			width: 890px;
			height: 375px;
			margin-left: 40px;
			margin-top: 250px;
			padding:20px;
			position: absolute;

		}
		
		.columns_content{
			-moz-column-count: 2;
    		-webkit-column-count: 2;
   			column-count: 2;
 			-moz-column-width: 200px;
    		-webkit-column-width: 200px;
    		column-width: 200px;
    		column-gap: 20px;
    		-moz-column-gap: 20px;
    		-webkit-column-gap:20px;
			
	
		}
		
		h3{
			-webkit-break-before:column;
		}
		
		.gelb{
			color:#f59f01;
		}

		.white_box ul{
			font-size:13px;
		}

		.white_box ul li{
			list-style-image:url('../img/minus.png');
			list-style-position:outside;
			margin-left:15px !important;
		}
		
		.white_box p{
			font-size:13px;
		}
		
		.white_box h3{
			padding:20px 0 20px 0;
		}
		
		#active_yellow{
			background-color: #f59f01;
			width: 300px;
			height: 185px;
			margin-top: 45px;
			margin-left: 355px;
			position: absolute;
				
		}
		
		#active_yellow p{
			color: #ffffff;
			padding:20px;
			margin-top:37px;
			line-height:22px;

		}

		
		/*----- COACHING ------ */
		
		#active_coaching{
			background-color: #7ab030;
			width: 300px;
			height: 185px;
			margin-top: 45px;
			margin-left: 670px;
			position: absolute;
				
		}
		
		#active_coaching p{
			color: #ffffff;
			padding:20px;
			margin-top:37px;
			line-height:22px;

		}
		
		.gruen{
			color:#7ab030;
		}
		
		.columns_content ul{
			list-style-image:url('../img/minus.png');
		}
		
		
		/*----- Profil ------ */

		#img_silvia_profil{
			margin-top:32px;
		}
		
		/*----- Kontakt ------ */

		#email a{
			color:black;
			font-size:13px;
			font-family:"texgyreherosregular";
		}
		
		#email a:hover{
			text-decoration:underline;
		}
		
/* ////// INHALT END ////// */


/* ////// FOOTER START ////// */

#footer{
	background-color: #f59f01;
	width:1010px;
	height:60px;
	margin-top:15px;
}

#footer p{
	color:#ffffff;
	padding:20px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
}

#footer a{
	color:#ffffff;
}

#footer a:hover{
	text-decoration:underline;
}

/* ////// FOOTER END ////// */