@charset "utf-8";
/* CSS Document */

/* ### undo #################################################################### */


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,body,html,p,blockquote,fieldset { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }


/* ### reset some basic style ################################################### */

p			{margin-bottom: 0em;}

ul	 {
	list-style: disc;
	margin:0 0 0 15px;
	padding: 0 0 10px 0;
	}
ul li	{
	line-height:120%;
	margin: 0 0 3px 0;;
	}



/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

body  {
	font-family:Tahoma, Geneva, sans-serif; 
	font-size: x-small;
	background:url(img/bg.gif) repeat-x top;
	background-color:#E2DAC2; 
	}

div, p, td {
	font-size:1.1em;
	line-height:135%;
	color:#444;
	}
a {
	color:#900;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}	
h1,h2,h3,h4,h5,h6 { 
	font-size:1em; 
	font-weight:normal; 
	color:#968C2D;
	}
h1 {
	font-size:1.6em;
	margin:20px 0 10px 0;
	}
h2 {
	font-size:1.4em;
	margin:10px 0 5px 0;
	}	
.red {
	color:#900;
	}
.clear {
	height:1px;
	visibility:hidden;
	clear:both;
	}
.linie {
	border-bottom:1px dotted #B49D61;
	padding-top:20px;
	margin:0 0 20px 0;
	}
.trennlinie {
	border-bottom:1px solid #F7F4EE;
	padding-top:10px;
	margin:0 0 10px 0;
	}
	
	
#website {
	padding:0 0 5px 0;	
	width:800px;
	margin:0px auto;
	}
	
#header {
	margin:0px auto;
	padding: 75px 0 35px 0;
	width:440px;
	}
#main {
	margin:0px auto;
	padding: 10px 0 10px 0;;
	width:440px;
	}
#leistung {
	margin:0px auto;
	padding: 0px 0 10px 0;
	width:440px;
	}
#leistung .physio {
	float:left;
	padding: 0px;
	width:220px;
	}
#leistung .ergo {
	float:left;
	padding: 0px;
	width:220px;
	}		

#footer {
	font-size:1em;
	height:20px;
	text-align:center;
	background-color:#900;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	color: #B58689;
	}
#footer a,
#footer a:hover{
	color:#B58689;
	text-decoration:none;
	}





	