/* Generic */
* {
	margin: 0;
	padding: 0;
}

.noFloat {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.width50 {
	width: 45%;
}

.marginRight {
	margin-right: 2em;
}

.orange {
	color: #ff3c00;
}

/* 1st level grid */

html {
	height: 101%;
}

body {
	font-size: 62.5%;
	background-color: #e5e8ea;
}

td { vertical-align: top; }

p {text-align: justify; line-height: 21px; margin-top: 18px;}

a:link,a:visited,a:active,a:hover{ color: #18527d; }

div#content {
	padding-bottom: 3em;
	background: url(../images/bgMain.gif) repeat-x;
}

div.wrapper {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 780px;
}

div#leftRow {
	float: left;
	width: 275px;
	border-top: #a8daff solid 5px;
	background: #fff url(../images/bgLeft.png)	0 103px no-repeat;
}

div#mainRow {
	float: left;
	width: 495px;
	border-top: #18527d solid 5px;
	background-color: #fff;
}

div#footer {
	height: 50px;
	padding-top: 2em;
	border-top: #18527d solid 1px;
	background: url(../images/bgFooter.png) repeat-x;
}

/* 2nd level grid */
div#mainRow div.headerPic {
	width: 495px;
	height: 265px;
	margin-top: 120px;
	border-top: #18527d solid 10px;
}

div#mainRow div#headerPicHome {
	background: url(../images/headerPicHome.jpg) no-repeat;
}

div#mainRow div#headerPicAbout {
	background: url(../images/headerPicAbout.jpg) no-repeat;
}

div#mainRow div#headerPicStudies {
	background: url(../images/headerPicStudies.jpg) no-repeat;
}

div#mainRow div#headerPicPatients {
	background: url(../images/headerPicPatients.jpg) no-repeat;
}

div#mainRow div#headerPicPros {
	background: url(../images/headerPicPros.jpg) no-repeat;
}

div#mainRow div#headerPicContact {
	background: url(../images/headerPicContact.jpg) no-repeat;
}

div#mainRow div#claim {
	width: 495px;
	height: 100px;
	background: url(../images/claim.png) no-repeat;
}

/* Navigation */
ul#topNav {
	position: relative;
	float: right;
	top: 10px;
	list-style-type: none;
	font: 1.1em/1.1em Arial, Helvetica, sans-serif;
}

ul#topNav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #d4d5d6;
}

ul#topNav li.last {
	padding-right: 0;
	border: 0;
}

ul#topNav li a,
ul#topNav li a:link,
ul#topNav li a:visited,
ul#topNav li a:hover,
ul#topNav li a:active {
	display: block;
	color: #18527d;
	text-decoration: none;
}

ul#mainNav {
	list-style-type: none;
	margin: 0 20px 20px 20px;
}

ul#mainNav li {
	border-bottom: 1px solid #e5e8ea;
}

ul#mainNav li a,
ul#mainNav li a:link,
ul#mainNav li a:visited,
ul#mainNav li a:hover,
ul#mainNav li a:active {
	display: block;
	height: 26px;
	padding: 13px 0 0 45px;
	color: #646f77;
	text-decoration: none;
	background: url(../images/bulletMainNav.gif) 20px 13px no-repeat;
	font: 1.3em Arial, Helvetica, sans-serif;
}

ul#mainNav li a:hover, .activeMainNav {
	color: #ff3c00 !important;
}

ul#subNav {
	height: 28px;
	list-style-type: none;
	background-color: #b4c7d5;
}

ul#subNav li {
	float: left;
	margin-top: 5px;
	border-right: 1px solid #fff;
}

ul#subNav li.last {
	padding-right: 0;
	border: 0;
}

ul#subNav li a,
ul#subNav li a:link,
ul#subNav li a:visited,
ul#subNav li a:hover,
ul#subNav li a:active {
	display: block;
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
	font: 12px/1.2em Arial, Helvetica, sans-serif;
}

ul#subNav li a:hover, ul#subNav li a.activeSubNav {
	color: #fff;
	text-decoration: underline !important;
}

/* Left Content */
div#leftRow h1 a {
	display: block;
	width: 233px;
	height: 88px;
	margin-top: 13px;
	background: url(../images/logo.png)	no-repeat;
}

div#leftRow h1 a span {
	display: none;
}

div#leftRow h2 {
	margin: 0 20px;
	padding: 20px 0 10px 20px;
	font: 1.3em/1.3em Arial, Helvetica, sans-serif;
	color: #b4c7d5;
	font-weight: bold;

}

div#leftRow h2.mainNav {
	padding: 30px 0 12px 20px;
	border-bottom: 1px solid #e5e8ea;
}

div#leftRow p,
div#leftRow address {
	line-height: 21px;
	margin: 10px 20px;
	padding: .2em 0;
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
	color: #686e72;
}

div#leftRow p#line{ border: 1px solid #e5e8ea; padding: 20px; margin-top: 20px; text-align: left;  }


div#leftRow p.submit {
	text-align: right;
}

div#leftRow label {
	display: block;
	float: left;
	width: 50px;
}

div#leftRow input {
	float: right;
	width: 145px;
}

div#leftRow input.text {
	float: right;
	width: 138px;
	margin: 0 2px 10px 0;
}

/* Main Content */
div#mainRow h2 {
margin-top: 14px;
	padding: 1em 0 .2em 0;
	font: 1.3em/1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff3c00;
}

div#mainRow h3 {
	margin-top: 18px;
	padding: .4em 0 .2em 0;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff3c00;
}

div#mainRow p,
div#mainRow address,
div#mainRow ul,
div#mainRow table {
	padding: .2em 0;
	font: 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: #686e72;
}


div#mainRow ul {
	list-style-position: inside;
}

div#mainRow ul.textlist {
	margin-top: 18px;
	list-style-type: none;
}

div#mainRow ul.textlist li{ padding: 5px; background-color: #e5e8ea; border-top: 1px solid #fff; }

div#mainRow table {
	margin: 1em 0;
}

div#mainRow table td {
	padding: .5em 2em;
	background-color: #e5e8ea;
}

div#mainRow table td.day {
	font-weight: bold;
}

div#mainRow img {
	margin: .5em 0;
}

div#mainRow div img {
	border: 1px solid #e5e8ea;
}

div#mainRow a,
div#mainRow a:link,
div#mainRow a:visited,
div#mainRow a:hover,
div#mainRow a:active {
	color: #18527d;
	text-decoration: underline;
}

div#mainRow a:hover {
	color: #18527d;
	text-decoration: underline;
}

div#mainRow form {
	margin: 1em 0;
	padding: 1em;
	border: 1px dotted #18527d;
	background-color: #e5e8ea;
}

div#mainRow form p {
	margin: .5em 0;
}

div#mainRow form  label {
	display: block;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	float: left;
}

div#mainRow input,
div#mainRow textarea {
	width: 300px;
	margin-right: 10px;
}

div#mainRow input.button {
	margin-left: 110px;
	width: 80px;
}

/* Footer */
div#footer p {
	#margin-top: 20px;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #686e72;
}

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
	color: #18527d;
	text-decoration: none;
}

div#footer a:hover {
	color: #18527d;
	text-decoration: underline;
}

div#mainRow table#expertenteam{
	margin-top: 18px;
	margin-left: 1px;
	width: 494px;
	border-collapse: collapse;
}

div#mainRow table#expertenteam td{
	font-size: 12px;
	padding: 10px;
	border:1px solid #e5e8ea;
	background-color: #fff;
}


div#mainRow table#expertenteam td img{
	border: 1px solid #e5e8ea;
}

div#mainRow table#expertenteam td ul{
	list-style-position: outside;
	padding-left: 20px;
	line-height: 21px;
	font-size: 12px;
}

div#mainRow table#expertenteam td h3{
	margin-top: 0px;
	font-size: 12px;
}

div#mainRow table#sprechstunde{
	margin-top: 18px;
	margin-left: 1px;
	width: 494px;
	border-collapse: collapse;
}

div#mainRow table#sprechstunde td{
	font-size: 12px;
	padding: 10px;
	border:1px solid #e5e8ea;
	background-color: #fff;
}
