body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #3a3536;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 960px;
	margin: 40px auto 0 auto;
	background-color: #fff;
	border-bottom: 1px solid #4C4526;
}

#logo {
	width: 960px;
	text-align: center;
}

#content a {
	color: #5F562F;
}

#content a:hover {
	color: #fff;
	background-color: #5F562F;
	text-decoration: none;
}

#logo a:hover {
	background-color: transparent;
}

#keyvisual {
	width: 320px;
	overflow: visible;
	float: left;
	margin: 20px 0;
}

#content-wrapper {
	width: 480px;
	line-height: 16px;
	float: left;
	z-index: 90;
}

#content {
	margin: 20px 20px 59px 20px;
	position: relative;
}

#bi-praxisraeume #content {
	margin: 20px 0;
}

h1 {
	color: #5F562F;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 9px;
	line-height: 18px;
}

p { 
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 13px; 
}

ul { margin-bottom: 13px;}

#content li {
	list-style-type: square;
	margin-left: 16px;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 1px;
	margin: 12px 0;
}

#navigation {
	position: relative;
	width: 960px;
	font-size: 13px;
	z-index: 100;
/*	border: 1px solid #c7c4b6;
	padding: 0 1px;
*/}

#navigation ul {
	margin-bottom: 0;
}

#navigation li {
	display: block;
	float: left;
	position: relative;
	width: 160px;
}

#navigation li ul li {
	border-top: 1px solid #fff;
	width: 240px;
}

#navigation a {
	color: #333;
	display: block;
	padding: 5px;
	margin-right: 1px;
	background-color: #e7e7e0;
	text-decoration: none;
}

#navigation a.a,
#navigation a.p,
#navigation a:hover.a,
#navigation a:hover.p {
	background-color: #c7c7c0;
}

#navigation a:hover {
	color: #333;
	background-color: #d7d7d0;
	text-decoration: none;
}

#navigation ul.u-1,
#navigation ul.u-2 {
	display: none;
	position: absolute;
}

#navigation li.sfhover ul.u-1,
#navigation li:hover ul.u-1 {
	background-color: #fff;
	display: block;
	width: 160px;
}

#navigation ul.u-1 li.sfhover ul.u-2,
#navigation ul.u-1 li:hover ul.u-2 {
	background-color: #fff;
	display: block;
	left: 240px;
  top: 0;
	width: 240px;
}

form {
	padding: 20px;
	background-color: #e7e7e0;
	border: 1px solid #d7d7d0;
}

form textarea.textinput,
form input.textinput {
	margin: 0 0 2px 0;
	border: 1px solid #d7d7d0;
}

form textarea {
	width: 240px;
	height: 120px;
}

form label {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

.foto-kontakt {
	position: absolute; 
	right: -180px
}

.clearer { clear: both; }