* {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 1.5;
	}
	
body {
	font: normal 0.7em Verdana, Arial, sans-serif;
	background: #DBEBEB;
	}
	
/*p {
	padding-bottom: 1.4em;
	}*/

h1 {
	font: normal 1.8em Verdana, Arial, sans-serif;
	line-height: 1.2;
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	color: #55B6A7;
	}
	
h2 {
	font: normal 1.6em Verdana, Arial, sans-serif;
	margin-bottom: 0.8em;
	color: #222;
	}
	
h3 {
	font: normal 1.4em Verdana, Arial, sans-serif;
	margin-bottom: 0.8em;
	color: #222;
	}
	
h4 {
	font: bold 1em Verdana, Arial, sans-serif;
	color: #444;
	}

img {
	border: 0;
}

a {
	color: #55B6A7;
	text-decoration: none;
}

a:hover, 
a:visited:hover, 
a.active:hover {
	color: #55B6A7;
	text-decoration: underline;
}
.mint {
	color: #55B6A7;
}

/* Struktur --------------------------------------------------------------------*/

#OuterWrapper {
	width: 100%;
	text-align: center;
}
#Wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 880px;
	text-align: left;
	background: transparent url(../img/bg_physiotherapie.gif) repeat-y;
}
#Container {
	width: 880px;
}

/* Header/ Footer --------------------------------------------------------------*/

#Header {
	width: 880px;
	height: 320px;
}
#Footer {
	width: 850px;
	height: 17px;
	float: left;
	background: transparent url(../img/bg_footer_1.gif) repeat-y left top;
	margin: 50px 0 0 0;
	padding: 5px 0 5px 0;
}

#FooterLeft {
	width: 340px;
	float: left;
}
#FooterRight {
	width: 450px;
	float: left;
	color: #fff;
}
#FooterRight a {
	text-decoration: none;
	color: #fff;
}
#FooterRight a:hover, 
#FooterRight a:visited:hover, 
#FooterRight a.active:hover {
	text-decoration: underline;
}
#FooterRight a.active {
	color: #fff;
}

/* Navigation ------------------------------------------------------------------ */

#NavLeft {
	font: normal 1.2em Verdana, Arial, sans-serif;
	float: left;
	width: 225px;
	padding: 35px 0px 0px 60px;
	background: transparent url(../img/nav_linie_0.gif) no-repeat left top;
}
#NavLeft ul {
	list-style: none;
}
#NavLeft ul li {
	display: inline;
}
#NavLeft li a {
	padding: 6px 0px;
	text-decoration: none;
	display: block;
	color: #8c8c8c;
	border-bottom: 1px solid #85C7B8;
}
#NavLeft li a:hover, 
#NavLeft li a:visited:hover, 
#NavLeft li a.active:hover {
	color: #55B6A7;
}
#NavLeft li a.active {
	color: #55B6A7;
}

#NavLeft .adresse {
	font: normal 0.9em Verdana, Arial, sans-serif;
	color: #55B6A7;
	line-height: 1.5;
}

/* Inhalt --------------------------------------------------------------------- */

#Content {
	float: left;
	width: 550px;
}
#ColLeft {
	float: left;
	width: 480px;
	margin: 20px 0 0 0;
	padding: 0 0 0 55px;
}
#ColLeft ul {
	list-style: circle;
	margin-left: 15px;
}
#Adresse {
	display:none;
}
#Foto {
	float: left;
	position: relative;
	margin: 5px 15px 10px 0px;
}

#Team {
	float: left;
}

#BU {
	float: left;
	position: relative;
	margin: 5px 15px 0px 0px;
}

td {
	vertical-align:top;
	padding-bottom:15px;
	padding-right:15px;
}
