/* Formatierungen der HTML-Elemente auf eine gemeinsame Basis bringen */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style-type: none;
}

input,textarea { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Grundformatierung für das Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
}

a {
	color: #0000ee;
	text-decoration: underline;
}

a:visited {
	color: #551A8B;
	text-decoration: underline;
}

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

a:active {
	color: #ff0000;
	text-decoration: none;
}

h1.start { 
	font-size: 2em; 
	margin: 1em 0;
	font-weight: bold;
	color: #800000;
	text-align: center;
	line-height: 1.2em;
}

h1 { 
	font-size: 1.6em; 
	margin: 1em 0;
	font-weight: bold;
	color: #800000;
	text-align: left;
	line-height: 1.2em;
}

h2 { 
	font-size: 1.3em;
	line-height: 1.3;
	margin: 1em 0;
	font-weight: bold;
	color: #808080;
}

h2 a, h2 a:visited { color: #808080; text-decoration: none; }

h3 { 
	font-size: 1.2em;
	margin: 1em 0; 
	font-weight: bold;
	color: #800000;
}

h3 a, h3 a:visited { color: #800000; text-decoration: none; }

h4 { 
	font-size: 1em;
	margin: 1em 0; 
	font-weight: bold;
	color: #666;
}

h4 a, h4 a:visited { color: #666; }

h5 { 
	font-size: 0.8em;
	margin-top: 1em; 
	font-weight: bold;
	font-style: italic;
	color: #931834;
}

h6 { 
	font-size: 0.6em; 
	margin-top: 1em;
	font-weight: bold;
	color: #931834;
}

p { margin: 1em 0; }

b, strong { font-weight: bolder } 
i, cite, em, address, blockquote { font-style: italic }
pre, tt, code, samp { font-family: monospace }
pre { white-space: pre }

address { margin-left: 3em }
blockquote { margin-left: 3em; margin-right: 3em }

ul, dir { list-style: disc }
ol { list-style: decimal }
li { 
	display: list-item; 
	margin-left: 3em;
}

dt { margin-bottom: 0 }
dd { margin-top: 0; margin-left: 3em }

caption {
	font-weight: bold;
	font-style: italic;
	caption-side: bottom;
}

table {
	border-spacing: 0px; 
	background: #eee;
}

td {
	border: 2px solid #fff;
	vertical-align:top;
	padding: 5px;
}

fieldset {
	border: 1px solid #999;
	margin: 1em 0;
	padding: 1em;
}

label {
	padding-right: 2em;
}

/* Stylesheets für die Seitenstruktur */

#header { 
	width: 100%;
	height: 130px;
	background-color: #3a6ea5;
	color: #fff;
	text-align: center;
	background-image:url(../images/header_praxis.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu {
	width: auto;
	border-top: 1px solid #999;
	background-color: #3a6ea5;
	color: #fff;
	padding: 0.5em 0 0.5em 1em;
	background-image:url(../images/bg-menu.png);
	background-repeat: repeat-x;
	height: 60px;
}

#content {
	position: relative;
	width: 70em;
	margin: 2em auto 0;
	background-color: #fff;
}

#footer {
	width: 70em;
	margin: 25px auto 0;
	text-align: right;
}

/* Stylesheets für Spezialelemente */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {height: 1%;}

.banner_img {
	position: absolute;
	left: 0px;
}

.bannerText {
	padding-top: 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	/* color: #8ea1bd; */
	color: #fff;  
}

.first-bigger {
	color: #fff;
	font-size: 150%;
}

ul.links {
	list-style-image: url(../images/extLink.png);
}

span.phone { font-size: 1.6em; font-weight: bold; color: #800000;}

/* Stylesheets für die Menüs */
ul.hmenu {
	position: relative;
	padding: 0;
	margin: 0 0 3.5em 0;
	list-style-type: none;
	width: 99%;
}

ul.hmenu li { 
	float: left; 
	margin: 0;
}

ul.hmenu ul {
	position: absolute;
	top: 33px;
	width: 100%;
	left: -200em;
	list-style-type: none;
}

ul.hmenu ul li { 
	float: left;
}

ul.hmenu ul ul {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}

ul.hmenu li.active ul {
	position: absolute;
	left: 0;
}

ul.hmenu li li.active ul {
	position: absolute;
	left: 200em;
}

ul.hmenu li li li.active ul {
	position: absolute;
	left: 400em;
}

ul.hmenu li.active ul ul {
	display: none;
}

ul.hmenu a, ul.hmenu a:visited, ul.hmenu a:active, ul.hmenu li.active li a, ul.hmenu li.active li a:visited, ul.hmenu li.active li a:active {
	display: block;
	padding: 2px 0.7em;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #3a6ea5;
	margin-right: 3px;
}

ul.hmenu a:hover, ul.hmenu li.active li a:hover {
	background-color: #8ea1be;
	border: 1px solid #999;
}

ul.hmenu li.active a, ul.hmenu li.active a:visited, ul.hmenu li.active a:active, ul.hmenu li.active a:hover {
	border: 1px solid #800000;
	background-color: #8ea1be;
}