/*
	Golden Grid - CSS Library
	Author:Vladimir Carrer
*/

/* CSS Grid */


.main {  margin:0 auto;  width:970px; padding-top:0px; 
    background-image:url();
	background-repeat: no-repeat;
	background-position: center top;
	
	background-color:;	  
	  }


.g160,.g320,.g480,.g640,.g800,.g960,.g80,.g240,.g400,.g560,.g720,.g880,.g960 {float:left; display: inline; margin-left:10px; } 

/* 6 columns */
.g160 {width:150px; }
.g320  {width:310px;}
.g480  {width:470px;}
.g640  {width:630px;}
.g800  {width:790px;}
.g960  {width:950px;}
#header {
	width:970px;
	height:340px;
	float:left;
	display:inline;
	background-image: url(../../Bilder/header.jpg);
	background-repeat: no-repeat;
}

/* 12 columns */
.g80 {width:70px;}
.g240 {width:230px;}
.g400 {width:390px;}
.g560 {width:550px;}
.g720 {width:710px;}
.g880 {width:870px;}

/* margin */
.ml80{margin-left:90px;}
.ml160{margin-left:170px;}
.ml240{margin-left:250px;}
.ml320{margin-left:330px;}
.ml400{margin-left:410px;}
.ml480{margin-left:490px;}
.ml560{margin-left:560px;}
.ml640{margin-left:650px;}
.ml720{margin-left:730px;}
.ml800{margin-left:810px;}
.ml880{margin-left:890px;}
.ml960{margin-left:970px;}

.inside{margin-left:0;}

p.grid{
	padding-left:10px;
}
  
.clear {clear:both;}
.clearfix, .main{ display:block;} 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 }


body{
	background-image:url(../../Bilder/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#ebdfbb;	
}

.main{
	background-color:;
}
.g160,
.g320,
.g480,
.g640,
.g800,
.g960,
.g80,
.g240,
.g400,
.g560,
.g720,
.g880
{ background:;  } 
 
.menu {
	margin: 113px 0px 0px 324px;
	
	padding: 0;
	list-style: none;

}
.menu li {
	padding: 0;
	margin: 0;
	height: 49px;
	margin-right: 0em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 49px;
	background-repeat: no-repeat;
}
.home {background-image: url(../../Bilder/home_hover.jpg); width: 112px;}
.home a {background-image: url(../../Bilder/home.jpg);}

.therapien {background-image: url(../../Bilder/therapien_hover.jpg); width: 130px;}
.therapien a {background-image: url(../../Bilder/therapien.jpg);}

.praxis {background-image: url(../../Bilder/praxis_hover.jpg); width: 122px;}
.praxis a {background-image: url(../../Bilder/praxis.jpg);}

.kontakt {background-image: url(../../Bilder/kontakt_hover.jpg); width: 111px;}
.kontakt a {background-image: url(../../Bilder/kontakt.jpg);}

.impressum {background-image: url(../../Bilder/impressum_hover.jpg); width: 124px;}
.impressum a {background-image: url(../../Bilder/impressum.jpg);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



.rc {-moz-border-radius: 10px;  -webkit-border-radius: 10px; ;  }
h3{
	margin-top:5px;
	margin-left:0px;
}
