body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../pics/grauverlauf_higu.jpg);
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
}

#topbalken {
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #FFF;
	background: #660033;
}

#grauverlauf {
	background: url(../pics/grauverlauf_balken.jpg) repeat-x;
	height: 5px;	
}


#head {
	width: 850px;
	height: 150px;
	font-size: 18pt;
	color: #FFF;
	margin: 0px auto;
	text-align: left;
}

p.seitentitel {
	margin-top: 22px;
}



/*Styles für die Links*/

div.linkdiv {
	position: relative;
	left: 28px; top:-15px; width: 450px; height: 150px;
	float:right;
	font-size: 9pt;
} 

.linkdiv a {
	text-decoration: none;
	position: relative;
	left: -20px; top:80px; right: 0px; bottom: 0px;
	text-align: center;
	padding: 76px 10px 10px 10px;
}
.linkdiv a:link {color: #FFF;}
.linkdiv a:visited {color: #FFF;}
.linkdiv a:hover {color: #FFF; background: url(../pics/linkbalken.gif) repeat-x;}
.linkdiv a:active {color: #FFF; background: url(../pics/linkbalken.gif) repeat-x;}

#link {
   color: #FFF; 
   background: url(../pics/linkbalken.gif) repeat-x;
}



#picture {
	width: 850px;
	height: 200px;
	outline: 1px solid #FFF;
	margin: 0px auto;
	text-align: center;
}


/*Hier beginnte der eigentliche Seiteninhalt*/

#content {
	width: 850px;
	height: 400px;
	color: #333;
	font-size: 10pt;
	margin: 0px auto;
	text-align: left;
	margin-top: 25px;
}

/*Spalten auf der Seite HOME*/

#adresse {
	margin: 0;
	padding: 0;
	float: left;	
	margin-right: 80px;
	line-height: 135%;	

}

#oeffnungszeiten {
	padding-top: 1px;
	line-height: 135%;
}


p {
	margin: 0;
	padding: 0;
}

.schriftgross {
	font-size: 12pt;
	color: #660033;
}

hr {
	margin-top: 25px;
	margin-bottom: 15px;
	color: #FFF;
}


/*Spalten auf der Seite TEAM*/

#team_links {
	float: left;
}

#team_rechts {
	margin-left: 420px;	 
}

p.namen {
	color: #660033;
	padding: 5px;
	background-color: #f7f7f7;
}


p.taetigkeit {
	margin-left: 140px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f7f7f7;
}



/*Spalten auf der Seite LEISTUNGEN*/

#leistungen_links {
	width: 270px;
	float: left;
	margin-bottom: 30px;
	line-height: 140%
}

#leistungen_mitte {
	width: 270px;
	float: left;
	margin-left: 10px;	
	margin-bottom: 30px;
	line-height: 140%
}

#leistungen_rechts {
	width: 270px;
	float: right;
	margin-bottom: 30px;
	text-align: justify;
}

#leistungen_rechts p {
	margin-top: 10px;
}

#leistungen_unten {
	clear: right;
	border-top: 1px solid #FFF;
	padding-top: 10px;
	text-align: justify;
}

p.hinterlegt {
	color: #660033;
	background-color: #f7f7f7;
	text-indent: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}



/*Spalten auf der Seite KONTAKT*/

#kontakt_links img {
	margin-top: 20px;
	margin-bottom: 10px;
}

#kontakt_links {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}

#kontakt_mitte {
	width: 250px;
	float: left;
	padding-top: 37px;
	line-height: 144%
}

#kontakt_rechts {
	width: 300px;
	float: right;
	padding-top: 37px;
}

p.impressum {
	padding: 5px 0px 5px 10px;
	background: #f7f7f7;
}



/*Spalten auf der Seite OSTEOPATHIE*/

#osteo_links {
	width: 250px;
	float: left;
	text-align: justify;
	
}

#osteo_mitte {
	width: 250px;
	float: left;
	margin-left: 50px;	
	margin-bottom: 30px;
	text-align: justify;
	
}

#osteo_rechts {
	width: 250px;
	float: right;
	margin-bottom: 30px;
	text-align: justify;
}



/*Styles für die Fusszeile*/

#fusszeile {
	clear: left;
	
	font-size: 8pt;
	text-align: center;
}

#fusszeile hr {
	margin-bottom: 8px;
}


