
/* Coding by www.source-factory.com	*/
/*			Allgemeine Styles				*/
/*												*/
/* 		sometime in 2009			*/
* {
margin: 0;
padding: 0;
} 

html, body{ 
 margin: 0px; 
 padding:0; 
 text-align:center; 
 background-color:#D4E07F;
 background-image: url(../gfx/bg_hg.jpg);
 background-repeat: repeat;
} 
 
#pagewidth{ 
 width:900px;
position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -292px;
  margin-left: -450px;
} 

#pagestart{ 
 width:600px;
 position:absolute;
 height:200px;
 
 margin: -120px 0px 0px -304px;
 top: 50%;
 left: 50%;


}  
#header{
 position:relative; 
 height:45px; 
 background-color: #E5DE00; 
 width:100%; 
 border-bottom: 1px solid #ACC012;
 border-top: 1px solid #ACC012;
 background-image: url(../gfx/home_outdoorpraxis_bg.gif);
  background-position: left;
  background-repeat: repeat-y;
  z-index: 122;
}
 
#container{
 height: 100%;
 background-color: #F2EE7F;
overflow: hidden; 
 }

#rightcol{ 
 width:50%; 
 float:right;  
 text-align:left; 
 font-family:"Trebuchet MS","Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
line-height:20px;
 margin-top:30px;
 height: 430px;
 overflow: auto;
 }
 #rightcol img{ 
 padding-left: 20px; 
 }
 
#leftcol{
 width:50%; 
 float:left;
 height: 460px;  
 }
 #leftcol img { 	
	 padding-left: 200px;
	 z-index: 3;	  
} 
 
 #text { 
text-align: justify; 
 font-family: "Trebuchet MS","Bitstream Vera Sans",Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
 width: 170px;
 position: fixed;
	vertical-align: middle;
	padding-left: 7px;
	padding-top: 110px;
	font-style: oblique;
	float:left;
	}
 

 
 p { margin: 2px 8px 5px 20px;
 
   }


 
#footer{
 height:75px; 
  background-color:#E5DE00;
  background-image: url(../gfx/reskon_outdoorpraxis.gif); 
  background-position: right;
  clear:both;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ACC012;
  border-top: 1px solid #ACC012;
  text-align: left;
  padding: 0px 0px 0px 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
 } 
 /* Beginn des oberen Menüs */
#navcontainer {
        
       z-index: 597;
		 text-align:left; 
        padding: 9px 1px 1px 221px;
		  
		   
}  
        

/* Links */
a:link {
	color: #6B8E23;
	text-decoration: none;
}
a:visited {
	color: #8EA490;
	text-decoration: none;
}
a:hover {
	color: White;
	text-decoration: none;
}



h1 {
	font: bold 16px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 2px 8px 5px 20px;
}
 h2 {
	font: bold 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 9px 8px 5px 20px;
}
h3 {
	font: bold 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: underline;
	margin: 9px 8px 5px 20px;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



