/* *************************************************************
   ********************* FORMATS *******************************
   ************************************************************* */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;^
	position: relative;
}

#content p, #content h2, #content li, #content td, .hiddenText, form, #footer, .top {
	color: #565656;
	font-size: 11px;
	line-height: 16px;
	}
	
p {
	margin-bottom: 10px;
}

a:link, a:active, a:visited, .showHidden {
	color: #96b316;
	text-decoration: none;
	}
	
a:hover, .showHidden:hover {
	color: #96b316;
	text-decoration: underline;
	cursor: pointer;
	}
	
strong {
	font-weight: bold;
	}

h1 {
	color: #f29e1d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 45px;
	}
	
h2 {
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 18px;
 	}
 	
ul { 
	list-style-image: url(../pix/dot.gif); 
	margin-left: 30px;
	margin-bottom: 30px;
	}
	
li {
	margin-bottom: 6px;
	}

#startbild {
	margin-top: 10px;
	margin-bottom: 20px;
	/*margin-bottom: -110px; z-index geht nicht in ie6 */
	}
	
.box {
	background-color: #edfea8;
	padding: 5px;
	padding-left: 9px;
}

img {
	margin: 3px;
	}
	
li img {
	margin: 0;
	}

.hiddenText {
	display: none;
	margin-bottom: 10px;
	width: 250px;
	}
	
#kontakt td {
	padding-bottom: 5px;
	}

#impressum {
	color: #faa21b; 
	position: absolute;
	bottom: 28px;
	left: 20px;
	}

#datenschutz {
	color: #faa21b; 
	position: absolute;
	bottom: 12px;
	left: 20px;
	}

.top {
	text-align: right;
	}
	

.top img {
	margin-bottom: 0px;
	}
	
.img_physiotherapie {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	}

/* *************************************************************
   ******************** BASIC LAYOUT ***************************
   ************************************************************* */


* { 
	margin:0; 
	padding: 0; 
	} 

option {
	padding-left: 0.4em;
	}
	
html { 
	height: 100%;
	} 
	
fieldset, img { 
	border:0; 
	}
	
select, input, textarea { 
	font-size: 99%;
	}

body { 
	min-height: 101%;	
	font-size: 100.01%; 
	position: relative; 
	background: #faa21b url(../pix/back.gif) repeat-x 0 0px; 
	}

#page_margins { 
	width:782px; 
	margin-left: auto;
 	margin-right: auto;
	max-width:none;  
	min-width:inherit;
	padding-top: 37px;
}

#header {
	position: relative;
	background-image: url(../pix/header.gif);
	height: 66px;
	}

#nav {
	background-color: #faeb00;
	height: 16px;
	clear:both; 
	width: auto;
	}

#main {
	clear:both; 
	width: auto;
	background-color: #e5e5e5; 
	background-image: url(../pix/menu_back.gif); 
	background-repeat: no-repeat; 
	margin-bottom: 25px;
	}

#menu, #menu { 
	padding: 0;
	margin: 0;
	width: 177px; 
	float:left; 
	list-style-type: none; 
	list-style-image: none;
	/*margin-left: -782px; */	
	}
	
#menu li {
	padding: 0;
	margin: 0;
	background-image: url(../pix/menuItem_back.gif);
	height: 26px;
	list-style-type: none; 
	display: block;
	font-size: 1px;
	position: relative;
	}
	
#menu .withSub {
	/*height: auto;*/
	height: 110px;
}

#menu .with4Sub {
	/*height: auto;*/
	height: 130px;
}

#menu .with5Sub {
	/*height: auto;*/
	height: 156px;
}

#menu li img {
	padding-top: 8px;
	padding-left: 19px;
	}
	
#menu li a:hover .mouseOverBox {
	/*display: block;*/
	visibility: visible;
	}
	
.mouseOverBox {
	position: absolute;
	left: 0;
	/*bottom: 8px;*/
	width: 15px;
	top: 0;
	height: 12px;
	border-bottom: 6px solid #b5d333;
	/*display: none;*/
	visibility: hidden;
	}	

#submenu { 
	padding: 0;
	margin: 0;
	list-style-type: none; 
	list-style-image: none;
	/*margin-left: -782px; */	
	background-color: #f3f3f3;
	width: 177px;
	margin-top: 6px;
	}
	
#submenu li {
	padding: 0px;
	margin: 0;
	padding-left: 10px;
	list-style-type: none; 
	display: block;
	font-size: 1px;
	background-image: none;
	}

#content { 
	width: 605px; 
	float:left; 
	/*margin-left: 177px;  */
	background-color: #ffffff;
	min-height: 220px;
	position: relative;
	z-index: 6;
	}

#contentBox {
	padding-top: 12px;
	padding-left: 49px;
	padding-right: 55px;
	}

#footer {
	margin:0; 
	padding: 0; 
	height: 147px;
	background-image: url(../pix/footer.gif);
	clear: both;
	position: relative;
	z-index: 5;
	}
	
.praxisbild {
	margin-bottom: 30px;
	}
	
#runpic {
	float: left;
	margin: 0px 20px 300px 0px;
}

.newsbild {
	margin-right: 8px;
	margin-top: 15px;
	border: 1px solid #FAA21B;
}

#content h2.news {
	font-size: 14px;
	margin-top: 50px;
	background-color: #9bbe04;
	color: #fff !important;
	padding: 3px 10px 3px 10px;
}
	
h2.red {
	background-color: #a51900  !important;
}

span.red, span.red a {
	color: #a51900 !important;
	font-weight: bold;
}

	
	
