#searchablecontent, #skipnavigation, .hide {
	display: none!important;
	visibility: hidden;
}

body, html {
	background: white;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	scrollbar-base-color: #662D91;
	scrollbar-3d-light-color: white;
	scrollbar-arrow-color: #662D91;
	scrollbar-darkshadow-color: #662D91;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #E8E0EF;
}

body, input, textarea, button, select, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #202149;
}

html {
	overflow: hidden;
}

textarea {
	overflow: auto;
}

a img {
	border: 0px;
}

table {
	border: 0;
	border-collapse: collapse;
	color: #545454;
}

td {
	padding: 0;
}

button {
	background-color: transparent;
	border: 0;
	color: black;
	cursor: pointer;
}

h1.mainheadline {
	position: absolute;
	left: 80px;
	top: 14px;
	width: 600px;
	height: 66px;
	background-color: #F7E7DD;
	padding: 0;
	margin: 0;
	color: #C95D1A;
	text-transform: lowercase;
	border-bottom: 1px solid #662D91;
	font-size: 22px;
	font-weight: normal;
}

h1.mainheadline img {
	position: absolute;
	left: 52px;
	top: 36px;
}

#logo {
	position: absolute;
	left: 5px;
	top: 7px;
}

#functions {
	position: absolute;
}

#author {
	position: absolute;
	bottom: 14px;
	right: 2px;
}

#contactinfo {
	position: absolute;
}

#contactinfo a {
	text-decoration: none;
}

#calc, #calcdiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 100%;
	border: 0px;
	background-color: transparent;
}

#bglinks {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	background-color: #F7E7DD;
}

#bgrechts {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 50%;
	background-color: #E8E0EF;
}

#container {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	background-color: white;
}

#header {
	position: absolute;
	left: 23px;
	top: 0px;
	bottom: 0px;
	width: 50px;
	background-color: #662D91;
}

#aerzte {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 23px;
	background-color: #F7E7DD;
}

#aerzte a {
	margin-top: 14px;
	display: block;
}





/* NAVIGATION */

#nav {
	position: absolute;
	right: 7px;
	top: 14px;
	width: 236px;
	height: 160px;
}

#background_nav {
	position: absolute;
	right: 7px;
	top: 14px;
	width: 236px;
	height: 160px;
	background-color: #C95D1A;
}

#nav, #nav li, #nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	position: relative;
	list-style-type: none;
	float: left;
	width: 24px;
}

#nav a {
	display: block;
	height: 167px;
}

#nav img {
	position: absolute;
	bottom: 18px;
}

#nav li.first {
	margin-left: 7px;
}

#nav .active {
	background: url('../images/mainnavactive.gif') no-repeat bottom left;
}

#subnav {
	position: absolute;
	right: 7px;
	top: 181px;
	width: 236px;
	height: 150px;
	background: right bottom no-repeat #C95D1A;
	padding-top: 10px;
}

#subnav a {
	display: block;
	color: white;
	text-decoration: none;
	padding-left: 18px;
	padding-bottom: 2px;
}

#subnav .akt {
	background: url('../images/subnavecke.gif') no-repeat left center;
	font-weight: bold;
}

#subnav a:hover {
	color: #DFCBEE;
}

#subnav a:hover.akt {
	color: white;
}






/* BACKGROUNDS */

#background_nav_bottom {
	position: absolute;
	right: 7px;
	bottom: 0px;
	height: 7px;
	width: 236px;
	background-color: #C95D1A;
	font-size: 1px;
}

#background_nav_top {
	position: absolute;
	right: 7px;
	top: 0px;
	height: 7px;
	width: 236px;
	background-color: #C95D1A;
	font-size: 1px;
}

#background_content_top {
	position: absolute;
	left: 80px;
	top: 0px;
	width: 600px;
	height: 7px;
	background-color: #662D91;
	font-size: 1px;
}

#background_content_bottom {
	position: absolute;
	left: 80px;
	bottom: 0px;
	width: 600px;
	height: 7px;
	background-color: #662D91;
	font-size: 1px;
}

#content, body#epozcontent {
	color: black;
	background-color: white;
}

#content {
	position: absolute;
	left: 130px;
	bottom: 14px;
	width: 500px;
	background-color: white;
	overflow: auto;
	padding-right: 50px;
	top: 132px;
	color: #545454;
}

#content a {
	text-decoration: none;
	border-bottom: 1px solid #E8E0EF;
	color: #662D91;
}

#content a:hover, #content a:hover strong {
	color: #C95D1A;
	border-color: transparent;
}

#content strong {
	color: #662D91;
}

#content h1 {
	font-size: 18px;
	color: #C95D1A;
	padding-left: 0;
	margin-left: -1px;
}

#content h2, #content h3 {
	font-size: 16px;
	color: #662D91;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#content hr {
	border: 0;
	background-color: white;
	color: white;
	border-top: 1px solid #662D91;
	padding-bottom: 5px;
}

#content .imagelink {
	border: 0;
}

#content ul {
	padding-left: 0;
	margin-left: 16px;
	margin-top: 4px;
	margin-left: 0;
	padding-left: 16px;
}

#content li {
	list-style-type: none;
	list-style-image: url('../images/liststyle.gif');
	margin-left: 0;
	padding-left: 5px;
}

#content li li {
	list-style-image: none;
	list-style-type: circle;
}

#content .ulbackground {
	background-color: #E8E0EF;
	padding-bottom: 1px;
}

#content table .ulbackground {
	padding-left: 10px;
}

.ulbackgroundspacer {
	height: 5px;
	font-size: 1px;
}

#content .tablebackground {
	background-color: #E8E0EF;
}

#content table.tablebackground p {
	margin: 5px;
	margin-left: 7px;
}

#content .ementetabelle td {
	padding-right: 7px;
	vertical-align: top;
}

#content .ementetabelle td h2 {
	padding-top: 0;
	margin-top: 0;
}

#imagebild {
	position: absolute;
	right: 7px;
	bottom: 14px;
	top: 348px;
	width: 236px;
	background-color: #D1EAF7;
	overflow: hidden;
}

#imagebild img {
	position: absolute;
	bottom: 0px;
}

.imagebild_alone {
	top: 181px!IMPORTANT;
}

#content td {
	vertical-align: top;
}







/* ORDISEITE */

#ordination a {
	border: 0;
	margin-right: 1px;
}

#ma_e96 {
	margin: 0;
}

#ordinav {
	margin-top: 3px;
}

.ordibildgross {
	display: none;
}








/* TEAM SEITE */

#teambottom {
	position: absolute;
	/*	top: 227px;
	*/
	top: 246px;
	left: 0;
	width: 496px;
	height: 173px;
}

.teammember {
	position: absolute;
	top: 10px;
	left: 0;
	height: 161px;
	width: 496px;
	background-color: #F7E7DD;
	border-top: 1px solid #C95D1A;
	display: none;
}

.teamfoto {
	position: absolute;
	bottom: 0;
	left: 0;
}

#content .teamname {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 20px;
	text-transform: lowercase;
	color: #C95D1A!IMPORTANT;
}

.teamtext {
	position: absolute;
	top: 27px;
	left: 203px;
	color: #662D91;
}

.teamtext h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-bottom: 9px;
}

.teamnamegrafik {
	position: absolute;
	right: 0px;
	bottom: 0px;
}








/* STARTSEITE */

#startsubnav {
	position: absolute;
	right: 7px;
	top: 181px;
	bottom: 14px;
	width: 236px;
	background: right bottom no-repeat #C95D1A;
}

#startsubnav img {
	position: absolute;
	right: 0px;
	top: -7px;
}

#startheader {
	position: absolute;
	left: 80px;
	top: 14px;
	width: 600px;
	height: 160px;
	color: #545454;
}

#startheader img {
	position: absolute;
	left: 0;
	top: 0;
}

#startcontactinfo {
	position: absolute;
	left: 705px;
	bottom: 30px;
}

#startcontactinfo, #startcontactinfo table, #startcontactinfo a {
	color: white;
	text-decoration: none;
}

#startcontactinfo a:hover {
	text-decoration: underline;
}

#startcontactinfo h2 {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

#startcontent {
	position: absolute;
	left: 80px;
	top: 181px;
	bottom: 14px;
	width: 600px;
	background: url('../images/textur.jpg') #DFDFDC;
}

#startbild {
	position: absolute;
	left: 80px;
	bottom: 14px;
	width: 843px;
	height: 336px;
	overflow: hidden;
}

#startbild img {
	position: absolute;
	bottom: 0px;
}

#willkommen {
	position: absolute;
	left: 138px;
	top: 140px;
}

#inunsererordi {
	position: absolute;
	left: 138px;
	top: 201px;
}

#startaerzte {
	position: absolute;
	left: 444px;
	top: 226px;
}

#startaerzte img {
	margin-right: 6px;
}

#startaerzte a {
	display: block;
	margin-bottom: 18px;
}







/* LAGEPLAN */

#positionplan a {
	float: left;
	margin-right: 20px;
}

#positionplan a img {
	display: block;
}

.bigview {
	margin: 0!IMPORTANT;
	padding: 0!IMPORTANT;
	position: absolute;
	left: 0;
	top: 0;
}

#positionplan {
	height: 400px;
}

#positionplannav {
	position: absolute;
	top: 370px;
}







/* KONTAKT */

#form_contact .container_1 {
	width: 500px;
}

#form_contact label span {
	display: block;
}

#form_contact .container_1 label {
	float: left;
	padding-bottom: 10px;
}

#form_contact textarea {
	width: 468px;
	height: 100px;
	border: 1px solid #662D91;
}

#form_contact input {
	width: 150px;
	margin-right: 5px;
	border: 1px solid #662D91;
}

#label_betreff {
	float: none!IMPORTANT;
	display: block;
}

#form_contact .container_senden {
	display: block;
	text-align: right;
	margin-top: 5px;
}

#form_contact button {
	padding-right: 9px;
}







/* SITEMAP */

#sitemap li a {
	font-size: 14px;
	font-weight: bold;
	border-width: 0;
}

#sitemap li li a {
	font-size: 11px;
	font-weight: normal;
	border-width: 1px;
}

#sitemap ul {
	margin-bottom: 10px;
}

#sitemap li li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#sitemap li ul {
	margin-left: 30px;
	padding-left: 0;
}

#sitemap li li li {
	list-style-type: circle;
	padding-left: 10px;
}

#sitemap_e94 ul {
	display: none;
}






/* SUCHE */

#searchicon {
	position: absolute;
	bottom: 16px;
	left: 54px;
}

#search {
	position: absolute;
	left: 80px;
	bottom: 14px;
	display: none;
	background-color: #662D91;
	height: 19px;
	width: 195px;
}

#search input {
	background-color: #E8E0EF;
	border: 1px solid #662D91;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 144px;
	padding-left: 2px;
}

#search button {
	color: white;
	position: absolute;
	left: 142px;
	bottom: 0px;
}

#sucheeck {
	position: absolute;
	right: -7px;
	top: 0;
}

#homeicon {
	position: absolute;
	bottom: 40px;
	left: 55px;
}









/* Infolisten */
table.insetheader caption span {
	position: relative;
	top: 1em;
	left: -0.5em;
	margin-left: 0.5em;
}

table.insetheader {
	margin-left: 0.5em;
}

table.normal caption {
	border-bottom: solid 1px #CBCBCB;
}

table.insetheader .first td, .web table.insetheader .first th {
	padding-top: 2em;
}

table.data caption {
	color: #CBCBCB;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

table.data {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

table.data tbody td, table.data tbody th {
	border-bottom: dashed 1px black;
}

table.data tr.last td, table.data tr.last th, table.data td.noborder, table.data th.noborder, table.data th.subheadline {
	border-bottom: none;
}

table.data td.noborder, table.data th.noborder {
	font-size: 70%;
}

table.data thead, table.insetheader .first th, table.data th.subheadline {
	background-color: white;
	color: #CBCBCB;
}

table.data th {
	font-weight: normal;
	vertical-align: top;
}

table.data td, table.data th {
	font-size: 12px;
	padding-right: 15px;
	text-align: right;
}

table.data td.last, table.data th.last {
	padding-right: 1px;
}

table.data tbody th, table.data th.desc {
	text-align: left;
	padding-right: 30px;
}

table.data col {
	background-image: url(../white-10.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.data col.even {
	background-color: #F0F0F0;
}

table.data col.odd {
	background-color: #CBCBCB;
}

table.data col.last {
	background-image: none;
}

table.data col.desc {
	background: #efefef url(../white-40.gif) repeat-y right top;
}

table.list tr.even {
	background-color: #CBCBCB;
}

table.list tr.odd {
	background-color: #F0F0F0;
}

table.list {
	border-collapse: collapse;
}

table.list td {
	border: 7px solid white;
	padding: 0 0.8em;
}





/* Mozilla / IE Workaround */

#nav > li.first {
	margin-left: 14px;
}

#search label > input {
	width: 147px;
}
div.ZMSGraphic.left {
    text-align: left;
}
div.ZMSGraphic.right {
    text-align: right;
}
div.ZMSGraphic.floatleft {
    float: left;
}
div.ZMSGraphic.floatright {
    float: right;
}
div.ZMSGraphic.center {
    text-align: center;
}
div.graphic.alignleft {
    float: left;
    text-align: right;
}
div.graphic.alignright {
    float: right;
    text-align: right;
}
