/* CSS Document 
www.physiotherapie-schubien.ch

*/
body {
	height: 99%;
}

body, ul, li {
	padding: 0;
	margin: 0;	
}
 html {
 	background-color: #f54d10;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c4c39;
}	
		
img {
	border: 0 none;
}	


hr {
	color: #d3d3d3;
	background-color: #d3d3d3;
	border: 1px solid #d3d3d3;
	height: 1px;
	border: 0px;
	border-top: 1px solid #d3d3d3;
		
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #666666;
}

a:hover{
	text-decoration: underline;
	color: #ef3911;
}

#top { 
	background-color: #bd1820;
	width: 100%;
	border-bottom: 3px solid #f54d10;
	position: absolute;
	top: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height:120%;
 }
 

 
#inhaltlinks {
	height: 378px;
	width: 242px;
	float:left;
} 
 
#inhalt {
	height: 378px;
	background-color: white;
	position: absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	background-image:url("pics/quaders.gif");
	background-repeat:repeat-x;
	background-position:bottom;
} 

#inhalt_start {
	height: 378px;
	background-color: white;
	position: absolute;
	top: 95px;
	width: 100%;
	background-image:url("pics/quaders_start.gif");
	background-repeat:repeat-x;
	background-position:bottom;
} 

#textstart {
	position:absolute;
	left: 170px;
	top: 150px;
	height: 265px;
	width: 650px;
		z-index: 1;
}

/* zwischengeschobene gif-ebene für nicht flash-player nach oben versetzt, durch z-index versteckt */
#gif {
	z-index: 0;
	position:absolute;
	left: 170px;
	top: 145px;
}

#text {
	position:absolute;
	left: 270px;
	top: 60px;
	height: 265px;
	width: 650px;
}

#text_team {
	position:absolute;
	left: 250px;
	top: 60px;
	height: 265px;
	width: 690px;
}

#text_behandlung {
	position:absolute;
	left: 270px;
	top: 60px;
	height: 265px;
	width: 540px;
	overflow:auto;
	padding-right: 110px;
}


#inhalt_start #text{
	position:absolute;
	left: 165px;
	top: 140px;
}
  
#footer {
	height: 50px;
	position: absolute;
	left: 170px;
	top:470px;
	color: white;
	font-size:18px;
	letter-spacing:0.1em;
	font-weight:normal;
	display:inline;
}  
  * html #footer {
  	top:490px;
  }
  
  
h1 {
	font-size: 12px;
	color: #bd1820;
	display: inline;
}
table#kosten {
	border-right:1px solid #5c4c39;
	border-bottom:1px solid #5c4c39;
}
table#kosten td { 
	border-top:1px solid #5c4c39;
	border-left:1px solid #5c4c39;
	border-collapse:collapse;
		 empty-cells:hide;
	}

td.kosten {
	text-align: right;
	padding-right: 15px;
}

td ul {
	line-height: 120%;
	list-style-type:none;
}
td ul li {
	padding-bottom: 5px;
}
.orange {
	color: #f54d10;
}

/*Hauptnavigation */

#nav {
	position:absolute;
	left: 260px;
	top: 0px;
	height: 20px;
}


#nav a {
	color: #bd1820;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 10px;
}

#nav a:hover {
	color: #bd1820;
	text-decoration:underline;
}

#nav a.aktiv {
	color: #f54d10;
	text-decoration:none;
	font-weight: bold;
}

/* Nebennavigation */

#navi {
	position: absolute;
	left: 270px;
	margin-top: 25px;
}

#navi_therapien {
	position: absolute;
	left: 345px;
	margin-top: 10px;
}

#navi_leistung {
	position: absolute;
	left: 425px;
	margin-top: 55px;
}

#navi_kontakt {
	position: absolute;
	left: 638px;
	margin-top: 55px;
}
#navi ul, #navi_therapien ul, #navi_leistung ul, #navi_kontakt ul {
	list-style-type: none;

}

#navi a, #navi_therapien a, #navi_leistung a, #navi_kontakt a {
	color: #fc904d;
	text-decoration:none;
}
#navi a:hover, #navi_therapien a:hover, #navi_leistung a:hover, #navi_kontakt a:hover {
	color: #fc904d;
	text-decoration:underline;
}
#navi a.aktiv, #navi_therapien a.aktiv, #navi_leistung a.aktiv, #navi_kontakt a.aktiv {
	color: #f54d10;
	text-decoration:none;
}

