/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

* {margin:0px; padding:0px;}

	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

hr {
	border:none;
	background-color:#999;
	height:1px;
}

sup
{
vertical-align:top;
font-size:85%;
}

html,body { height:100%; margin:0; padding:0; }

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#888;
	min-width:1200px;	
    background:url(../assets/body-bg.gif) repeat-y;		
	height: 100%;
}

ol, ul {
	list-style:outside;
	list-style-type:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1{
	font-size:16px;
	color:#F0F;
	margin-bottom:6px;
	font-weight:normal;
}

h2 {
	font-size:14px;
	color:#F0F;
	margin-bottom:6px;
	font-weight:normal;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

a{
	color:#999;
	text-decoration:none;
}

a:hover, a:active {
   border:none;
   outline:none;
   color:#666;
   text-decoration:underline;
}

.aerzte			{ height: 230px }
.aerzte td		{ padding: 0px 16px 0px 0px; }
.aerzte_pop_up_img	{ float: right }

.arzte_info_wrapper div { width: 300px; float: left; }
.arzte_info_wrapper ul { margin-top: 15px; padding-bottom: 20px; margin-left: 15px; }
.arzte_info_wrapper ul li { list-style: disc }


/*  MAIN LAYOUT */
#mitte {
background:url(../assets/bg-pattern.png) repeat-x #f6f6f6;	

position: absolute;
left: 50%;
margin-left: -476px;
z-index: 0;
height:auto;

width:952px;
border-right:solid #fff 1px;
}
 
#rechts {
margin-left: 476px;
height:100%;
background:#fff;
}

#rechts2{
position: fixed;
right: 0px;
height:100%;
width:50%;
background:#fff;

}

#links {
margin-right: 476px;
height:100%;
background:#f6f6f6;
}

#links2{
	background:url(../assets/bg-pattern.png) repeat-x #f6f6f6;
position: absolute;
left: 0px;
height:100%;
width:50%;
}

/*HEAD*/
#sitehead {
	
}

#headleft {
	float:left;
	background-image:url(../assets/header-bg.png);
	width:702px;
	height:194px;
	margin-left:3px;
}

#logo {
	margin: 50px 0 0 30px;
}

#logotext {
	margin-left:30px;
	font-size:14px;
}

#headright {
	float:left;
	width:247px;
	
}

#contactbox {
	/*background-image:url(../assets/anruf-image.png);
	background-repeat:no-repeat;*/
	width:201px;
	height:161px;
	float:left;
	text-align:center;
	margin-top:10px;
	overflow:hidden;
}

#schildtext {
	background-image:url(../assets/anruf-image-schild.png);
	background-repeat:no-repeat;
	width:200px;
	height:90px;
	padding-top:4px;
}

#schildtext .telefon {
	font-size:18px;
	color:#F0F;
}

.ruf-an-button-ct {margin-top:-9px;}

/* Hack für richtige Darstellung in Safari und Chrome!!!*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.ruf-an-button-ct {margin-top:-2px;}
}

a.contactbutton
{
	background-image:url(../assets/contactbutton.png);
	background-repeat:no-repeat;
	width:167px;
	height:23px;
	padding-top:3px;
	margin:8px 0 0 20px;
	display:block;
	color:#FFF;
	line-height:20px;
	font-size:16px;
}

/* Hack für richtige Darstellung in Safari und Chrome!!!*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
a.contactbutton
	{
		background-image:url(../assets/contactbutton.png);
		background-repeat:no-repeat;
		width:167px;
		height:24px;
		padding-top:2px;
		margin:8px 0 0 20px;
		display:block;
		color:#FFF;
		line-height:20px;
		font-size:16px;
	}
}

a.contactbutton:hover {
	background-position:0 -26px;
	text-decoration:none;
}

a.contactbutton:active {
	background-position:0 -52px;
	font-size:15px;
	line-height:22px;
}


/* MENU */

#menuwrap {
	float:right;
	text-align:right;
	width:auto;
	padding-right:8px;
	margin-right:-3px;
	margin-top:2px;
}


ul#menu {
	list-style-type:none;
	text-align:left;
}

ul#menu li { 

}

ul#menu span {
	line-height:34px;
	margin-left:20px;
}

.menuitem { 
	color:#aaa;
	font-size:17px;
}

.menubtn-top, .top_selected{
	background-image:url(../assets/btn-pink-top1.png);
	background-repeat:no-repeat;
	height:35px;
	color:#FFF;
}

.top_selected {
	background-position:0 -70px;
	color:#F0F;
}

.menubtn-center, .center_selected{
	background-image:url(../assets/btn-pink-center.png);
	background-repeat:no-repeat;
	height:35px;
	color:#FFF;
}

.center_selected {
	background-position:0 -70px;
	color:#F0F;
}

.menubtn-bottom, .bottom_selected {
	background-image:url(../assets/btn-pink-bottom2.png);
	background-repeat:no-repeat;
	height:39px;
	color:#FFF;
}

.bottom_selected {
	background-position:0 -78px;
	color:#F0F;
}

.menutrenner {
	background-image:url(../assets/menu-trenner.png);
	background-repeat:repeat-x;
	height:2px;
	width:237px;
}

ul#menu li a.menubtn-top, a.top_selected, a.menubtn-center, a.center_selected, a.menubtn-bottom, a.bottom_selected, a.greenbutton, a.greenbutton_selected { 
	
	font-size:17px;
	width:237px;
	display:block;
}

ul#menu li a {
	text-decoration:none;	
}

ul#menu li a.menubtn-top:hover, a.top_selected:hover, a.menubtn-center:hover, a.center_selected:hover, a.menubtn-bottom:hover, a.bottom_selected{
	color:#FFF;
}

ul#menu li a.top_selected:hover, a.center_selected:hover, a.bottom_selected {
	color:#F0F;
}

ul#menu li a.menubtn-top:hover, a.menubtn-center:hover {
	background-position:0 -35px;
}
ul#menu li a.menubtn-bottom:hover {
	background-position:0 -39px;
}

ul#menu li a.menubtn-top:active, a.menubtn-center:active, a.menubtn-bottom:active {
	color:#F0F;
	font-size:16px;
}

ul#menu li a.menubtn-top:active, a.menubtn-center:active {
	background-position:0 -70px;
}

ul#menu li a.menubtn-bottom:active {
	background-position:0 -78px;
}

ul#menu li a.greenbutton {
	color:#FFF;	
}

ul#menu li a.greenbutton:hover {
	background-position:0 -40px;
	color:#FFF;
}

ul#menu li a.greenbutton:active {
	background-position:0 -80px;
	color:#FFF;
	font-size:16px;
}

ul#menu li a.greenbutton_selected {
	background-position:0 -80px;
	color:#FFF;
	font-size:16px;
}

/* WERBUNG */

#werbung {
	text-align:left;
	margin-top:25px;
	width:230px;
	padding-bottom:10px;
}

#aktionen {
	background-image:url(../assets/werbung-body.png);
	background-repeat:repeat-y;
	width:192px;
	height:auto;
	padding:0 15px 10px 20px;
}


/*CONTENT*/

#contentwrapper{
	background-image:url(../assets/contentwrapper-bg.png);
	background-repeat:repeat-y;
	width:952px;
}

#contentbox {
	/*float:left;*/
	width:673px;
	margin-left:7px;
}


#sidebarwrapper {
	float:right;
	width:250px;
	text-align:right;
}

#contentsidebar {
	float:right;
	background-image:url(../assets/sidebar-bg2.png);
	background-repeat:repeat-y;
	text-align:right;
	width:250px;
	height:auto;
}

.index-content, .index-content_m {
	background-image:url(../assets/content-bg-repeat.png);
	background-repeat:repeat-y;
	width:670px;
}

.content, .content_m {
	background-image:url(../assets/content-bg-repeat.png);
	background-repeat:repeat-y;
	width:670px;
}

.content_m h2{
	color:#00c83c;
}


.contenttextbox {
	width:380px;
	margin:0px 30px 0px 30px;
	padding-bottom:20px;
	float:left;
	font-size:12px;
	
}

.contenttextbox table th{
	color:#F0F;
	text-align:left;
}

.contenttextbox table td{
	height:18px;
	empty-cells:show;
	
}

.contentfloatbox {
	width:auto;
	padding:0px 50px 0px 30px;
	padding-bottom:20px;
	font-size:12px;
}

.imagebereich {
	float:left;
	width:200px;
}


#infobox {
	font-size:12px;
	text-align:left;
	margin:0 20px 20px 28px;
}

#infobox h1 {font-size:16px;}

/* SUBCONTENT */
#subcontentbereich {
	width:auto; 
	margin:0 0 0 32px;
	font-size:12px;
}

#contactform {
	width:auto; 
	margin:0 20px 0 32px;
}

#contactlady {
	background-image:url(../assets/kontaktlady.png);
	background-repeat:no-repeat;
	width:282px;
	height:380px;
	overflow:visible;
	float:right;
}

/* INDEX Seite */

#indexcontentwrapper{
	background-image:url(../assets/indexcontentwrapper-bg.png);
	background-repeat:repeat-y;
	min-height:500px;
	height:auto;
	width:952px;
}

.indexcontent {
	background-image:url(../assets/content-bg-index.png);
	background-repeat:no-repeat;
	height:512px;
	width:670px;
}

.indexcontent ul{
	line-height:18px;
	font-size:13px;
}

#body-pos {margin-top:-12px;}


#bodynavlinks, #bodynavlinks_m{
	float:left;
	margin:40px 0 0 80px;
	/*border:solid 1px;*/
}

#bodynavlinks_m h2, #bodynavrechts_m h2{
	color:#00c83c;	
}

#bodynavrechts {
	background-image:url(../images/index/women.png);
	margin-left:35px;
}
#bodynavrechts_m {
	background-image:url(../images/index/men.png);
	margin-left:20px;
}

#bodynavrechts, #bodynavrechts_m {
	float:left;
	background-repeat:no-repeat;
	width:373px;
	height:530px;
	text-align:right;
	margin-top:-30px;
	overflow:visible;
	/*border:solid 1px;*/
}

#bodynavrechts ul {
	margin-right:50px; /* change bodynavbogenre too */
}

#bodynavrechts_m ul {
	margin-right:30px;
}

.bodynavbogenli {
	background-image:url(../assets/bodynav-bogen-li2.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	width:153px;
	height:24px;
	margin-bottom:2px;
}

.bodynavbogenre {
	background-image:url(../assets/bodynav-bogen-re2.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	margin-bottom:2px;
	width:153px;
	height:24px;
	float:right;
	margin-right:50px; /* change bodynavrechts ul too */
}

#bodynavrechts_m .bodynavbogenre {
	margin-right:30px;
	background-image:url(../assets/bodynav-bogen-re2_m.png);
}

#bodynavlinks_m .bodynavbogenli {
	background-image:url(../assets/bodynav-bogen-l2i_m.png);
}

.bodynavbogenre h2, .bodynavbogenli h2 {
	font-size:14px;
}


#index_subtext {
	/*width:500px; */
	float:left;
	/*border:solid 1px;*/
	width:400px;
	font-size:12px;
}

/* FOOTER */

#fusszeile{
	background-image:url(../assets/green-subcontent-bottom.png);
	background-repeat:no-repeat;
	height:150px;
	width:948px;
	margin-left:4px;
	float:left;
    font-size:12px;	
}

#indexfooter{
	background-image:url(../assets/green-index-bottom.png);
	background-repeat:no-repeat;
	height:150px;
	width:948px;
	margin-left:4px;
	float:left;
}

#footerlinks {
	color:#999;
	float:left;
	width:675px;
	margin:95px 0 0 80px;
}

#footerlinks a, #footerlinks p {
	float:left;
	margin-right:20px;
}

#socialmedia {
	float:left;
	margin-top:40px;
}

#socialmedia a{
	float:left;
	margin-right:10px;
	
}

.footerbg {
	background-image:url(../assets/footerbg2.png);
	background-repeat:repeat-y;
	float:left;
	width:948px;
}

/*Allgemein*/
.clearleft {
	clear:left;
}

.clearright {
	clear:right;	
}

.whitespace {
	background-color:#FFF;
}

.green-vertical {
	background-image:url(../assets/green-vertical.png);
	background-repeat:repeat-y;
	float:left;
	width:7px;
}

.green-horizontal-unten {
	background-image:url(../assets/green-horizontal-unten.png);
	background-repeat:repeat-x;
	float:left;
	height:8px;
}

.green-horizontal-oben {
	background-image:url(../assets/green-horizontal-oben.png);
	background-repeat:repeat-x;
	float:left;
	height:6px;
}

.green-ecke-or {
	background-image:url(../assets/green-ecke-or.png);
	background-repeat:no-repeat;
	width:28px;
	height:29px;
	float:left;
}

.green-ecke-ul {
	background-image:url(../assets/green-ecke-ul.png);
	background-repeat:no-repeat;
	width:38px;
	height:38px;
	float:left;
}

.greenbutton {
	background-image:url(../assets/btn-green1.png);
	background-repeat:no-repeat;
	height:40px;
}

/*a.greenbutton {
	width:auto;
	text-align:center;
	float:left;
	padding:0 10px 0 20px;
}*/

#finanzpic-korrektur {position:absolute; top:325px; right:306px;}

/* Hack für richtige Darstellung in Safari und Chrome!!!*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#finanzpic-korrektur {position:absolute; top:315px; right:306px;}
}

#kontaktpic-korrektur-1 {position:absolute; top:325px; right:300px;}

/* Hack für richtige Darstellung in Safari und Chrome!!!*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#kontaktpic-korrektur-1 {position:absolute; top:280px; right:300px;}
}

a.greenbutton:hover {
	background-position:0 -40px;
	text-decoration:none;
}

a.greenbutton:active {
	background-position:0 -80px;
	color:#FFF;
	font-size:16px;
}

ul.normallist li {
	list-style-position:inside;
	margin-left:4px;
}

ul.bulletpointlist li, ul.romanlist .bulletpointlist li {
	list-style:disc;
	list-style-position:outside;
	margin-left:20px;
}

ul.arrowlist li {
	list-style:disc;
	list-style-position:outside;
}

ul.romanlist li{
	list-style-type:upper-roman;
	list-style-position:outside;
	margin-left:35px;
	margin-bottom:10px;
}

/* Ribbon */

.ribbon {
	margin:0 0 0 -6px; 
	padding:10px 20px 20px 0; 
	font-size:18px; 
	line-height:40px;
	color:#FFF;
}

.ribbon2 {
	margin:0 0 0 -3px; 
	padding:10px 20px 20px 0; 
	font-size:18px; 
	line-height:40px;
	color:#FFF;
}

.ribbon-bottom-spacer {margin-bottom:22px; width:100%;}
.ribbon-bottom-spacer2 {margin-bottom:30px; width:100%;}

.ribbonstart {float:left; margin:0px; padding:0px;}
.ribboncenter {
	float:left; margin:0px; padding:0px;
	background:url(../assets/lasche2.png) repeat-x;
	background-repeat:repeat-x; 
	margin:0px;
	height:46px; 
	padding:2px 20px 0px 30px; 	
}

.ribboncenter_m {
	background:url(../assets/lasche2_m.png) repeat-x;
	background-repeat:repeat-x;  	
}

.ribbonend { float:left; margin:0px; padding:0px;}



.borderimage, .floatimage {
	border:#CCC solid 1px;
	
}

.floatimage {
	float:right;
	margin:0 0 20px 20px;
}

.imagebereich .borderimage {
	margin-bottom:30px;
	
}

.imagebereich p {font-size:12px;}

.rosalink {
	color:#F0F;	
}

.ankerlinks {
	margin-left:30px;
	padding-bottom:20px;
	font-size:12px;
}

.ankerlink_item {
	margin-left:10px;
}

.boldtext {
	font-weight:bold;
}

/* Formular*/
#kontaktpic-korrektur-1 {position:absolute; top:270px; right:300px; margin-left:-80px;}
#kontaktlady-pos {margin:130px 0 0 -80px;}
#formlinks {}
#formrechts {}
#formlinks2 {}
#formrechts2 {}
.hintergrund {}