body {

	position: relative; 
	
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	
	color:#000000;
	
	background-color:#DDDDDD;
	background-image:url(/fileadmin/templates/img/bodybg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;

	font-family:Arial,Verdana,Helvetica,Times,Geneva;
	font-size:12px;
	font-weight:normal;
	
}


fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, DIV, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:Arial,Verdana,Helvetica,Times,Geneva; color: #000; } 
PRE { font-family: monospace; }


a:link {
	color:#c45300;
} 
a:hover {
	color:#fc7c00;
} 
a:active {
	color:#fdbd8e;
} 
a:visited  {
	color:#c45300;
} 

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 12px; }


/******************/
/* Headers, plain */
/******************/
H1 { padding:0px; }
H2 { font-size: 18px; letter-spacing:1px; }
H3 { font-size: 14px; letter-spacing:1px; }
H4 { font-size: 12px; letter-spacing:1px; }
H5 { font-size: 11px; letter-spacing:1px;}

H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px;}
H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }


/* Der Standard-Header der Content-Elemente */
H1.csc-firstHeader {font-size:14px; font-weight:bold; color:#000000; line-height:18px; padding:8px 0px 4px 5px; letter-spacing:1px; text-align:left;  font-family:Arial,Verdana,Helvetica,Times,Geneva;}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: underline; font-weight:bold; }
H2 A { color: #000000; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: none; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #186900; }

/* Der Standard-Sub-Header der Content-Elemente */

/* Header-Layout Nr.1 (ist H1) */
DIV.csc-subheader H1  {font-size:14px; font-weight:bold; color:#000000; line-height:18px; padding:8px 0px 4px 5px; letter-spacing:1px; text-align:left;  font-family:Arial,Verdana,Helvetica,Times,Geneva;}

/* Header-Layout Nr.2 (ist H2) */
DIV.csc-subheader H2 {font-size:12px; font-weight:bold; color:#000000; line-height:16px; padding:8px 0px 4px 5px; letter-spacing:1px; text-align:left;  font-family:Arial,Verdana,Helvetica,Times,Geneva;}

/* Subheader, specific (im libstdheader unter 10.stdwrap nach dem Klassennamen folgendes einsetzen: {cObj:parentRecordNumber}) */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {font-size:12px; font-weight:normal;  text-align:left; color:#000000; margin-bottom:3px; font-family:Arial,Verdana,Helvetica,Times,Geneva;}
/* P.bodytext A { margin:0;  font-size: 9px; text-align:left; } */

/* RTE / Bulletlists */
UL { margin-top:0px; margin-bottom:0px; }
LI { font-size:11px; font-weight:normal;  text-align:left; color:#000000; font-family:Arial,Verdana,Helvetica,Times,Geneva;}

OL { color: black; font-weight: normal; font-size: 9px; line-height: 13px; text-align:left; overflow: visible; }

/* LI ist Nachfahre von OL */
OL LI { padding-bottom:2px; }



/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }

/* SITEMAP (die beiden Content-Navigationen) */

/* Menu / Sitemap, Auflistung der Überschriften "Section index (pagecontent w/Index checked)" */

/* style für die table, in der die Überschriften gelistet sind */
/* siehe auch .navi_content u. .navi_content_header */
.csc-menu-3 { background-color:#fdbd8e; padding:5px; }

DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A {  }

/* Menu / Sitemap, horizontale Navigation der Titel "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { background-color:#CADDEB;  }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract {  }

/**********/
/* Images */
/**********/

/* Images / Captions (Bildertitel) */
P.csc-caption {font-size:9px; font-weight:normal;  text-align:left; color:#000000; padding:3px 5px 3px 5px; font-family:Arial,Verdana,Helvetica,Times,Geneva;}

/* rechtsbündig Icon "nach oben" setzen*/
P.csc-linkToTop {text-align:right; padding-right:10px; }

/* ||||| css_styled_content STOP ||||| */

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */





#pagewrapper {
	width:100%;
	height:100%;
	text-align:center;
}
#page {
	width:900px;
	height:100%;
	margin:0px auto;
	margin-top:10px;
	text-align:left;
}

#header { 
	position:relative;
	width:900px;
	height:117px;
	margin:0;
	padding:0;	
}


#topic {
	position:relative;
	width:900px;
	height:92px;
	margin:0;
	padding:0;	
}
#topic img {
	position:relative;
	width:900px;
	height:92px;
	margin:0;
	padding:0;	
	border:none;
}
*html #topic img { margin-bottom:-3px;}

#topnavigation {
	background-color:#7e3600;
	height:25px;
	width:898px;
	background-color:#c45300;
	border-left:#848484 1px solid;
	border-right:#848484 1px solid;
	text-align:right;
	vertical-align:middle;	
}





.menu-container {clear:both; text-decoration:none; text-align:right;}
* html .menu-container {display:inline-block;}


#menu {
  width:505px;
  padding:2px 10px 0 0; 
  margin:0 0 0 auto; 
  list-style-type:none;
  }
#menu li {
  float:left;
  width:100px;
  border-right:1px solid #fc7c00;
  }
#menu a {
  display:block;
  width:100px;
  color:#fff; 
  background:#c45300; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu a:hover,
#menu li.current a:link {
  color:#fff; 
  background:#7e3600;
  }



#contentwrapper { 
	width:898px;
	height:100%;
	min-height:500px;
	border-left:#848484 1px solid;
	border-right:#848484 1px solid;
	background:#fff url(/fileadmin/templates/img/contentwrapper.gif);
	clear:both;
	
}

#leftcol {
	width:180px;
	height:100%;
	float:left;
}
#rightcol {
	width:146px;
	height:100%;
	float:right;
}
#maincol {
	width:auto;
	height:100%;
	margin:0 146px 0 180px;
	padding:5px;
}

*html #maincol {
	padding:0px;
	width: 545px! important;	
	}

#content_main {
	margin-left:5px;
	margin-right:5px;
}


#banner-120x60 {
	width:142px;
	height:auto;
	overflow:hidden;
	margin:2px;	
}

ul.main-navigation,
ul.sub-navigation {
	width:174px;
	background-color:#fc994f;
	color:#fff;
	list-style-type:none;
	margin:0;
	padding:3px;
	overflow:hidden;
}
ul.sub-navigation {
padding:0px;
margin-bottom:5px;
}


ul.main-navigation li {
	margin:0pt;
	padding:0pt;
	width:100%;
	padding-left:20px;
	font-size:12px;
	color:#fff;
}
*html ul.main-navigation li { 
		width:auto;
	
	}
ul.sub-navigation li {
	margin:0pt;
	padding:0pt;
	width:100%;
	padding-left:25px;
	font-size:11px;
	color:#fff;
}

*html ul.sub-navigation li { 
		width:auto;
	
	}

ul.main-navigation li.Item {
	
	margin-top:3px;
	}

ul.main-navigation li a:link,
ul.main-navigation li a:hover,
ul.main-navigation li a:visited {
	color:#000;
	text-decoration:none;
	}
	
li.Item,
li.CurItem,
li.CurItemandSub {
	background:transparent url(/fileadmin/templates/img/nav_info.gif) no-repeat scroll 0px 0px;
}
li.CurItem,
li.CurItemandSub {
font-weight:bold;
}	
li.sub-nav-spacer {
	background:transparent url(/fileadmin/templates/img/nav_L_o.gif) no-repeat scroll 0px 0px;
	height:1px;
	overflow:hidden;
}
li.sub-nav-begin {
	background:transparent url(/fileadmin/templates/img/nav_L_olur.gif) no-repeat scroll 10px 0px;
	height:15px;
	overflow:hidden;
}

li.sub-nav-main {
	background:transparent url(/fileadmin/templates/img/nav_L_our.gif) no-repeat scroll 10px 0px;
	height:15px;
	overflow:hidden;
}

*+html li.sub-nav-main,
*+html li.sub-nav-begin { 
	margin:-3px 0 -3px 0;
	}
*+html li.sub-nav-spacer { 
	margin:-3px 0 -6px 0;
	}
* html li.sub-nav-main,
* html li.sub-nav-begin { 
	margin:-3px 0 -3px 0;
	}
* html li.sub-nav-spacer { 
	margin:-3px 0 -6px 0;
	}
li.sub-nav-end {
	background:transparent url(/fileadmin/templates/img/nav_L_or.gif) no-repeat scroll 10px 0px;
	height:15px;
	overflow:hidden;
}

div.arzt-suche,
div.tx-newsletter-anmeldung {
	text-align:right;
	}

div.tx-newsletter-anmeldung p,
div.tx-newsletter-anmeldung h2 {
	text-align:left;
	}

div.arzt-suche ,
div#news,
div.tx-newsletter-anmeldung {
	background-color:#fdbd8e;
	border:1px solid #7e3600;
	width:141px;
	margin:2px;
	
}
div.arzt-suche h2,
div#news h2,
div.tx-newsletter-anmeldung h2{
	margin:0px;
	padding:3px;
	background-color:#7e3600;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
div.arzt-suche p,
div.tx-newsletter-anmeldung p {
padding:5px;
}

div.arzt-suche  input,
div.tx-newsletter-anmeldung input {
	width:99px;
	margin:5px;
	padding:0px;
}

div#news div.teaser_titel {

}
div#news div.teaser_body{
	padding:5px;
}






#footer {
	background-color:#fff;
	border-left:#848484 1px solid;
	border-right:#848484 1px solid;
	border-bottom:#848484 1px solid;
	border-top:#fc7c00 2px solid;
	font-size:10px;
	padding:2px 0;
	text-align:center;
	color:#848484;
	clear:both; 
}

#footer a:link,
#footer a:hover,
#footer a:visited {
	color:#848484;
	text-decoration:none;
	text-transform:uppercase;
} 
#footer a:hover {
text-decoration:underline;
color:#848484;
}

#leftcol_content, #rightcol_content, #content_main {
	position:relative;
}

/* Z-Index */
#leftcol { z-index:3;}
#leftcol_content { z-index:4;}
#rightcol { z-index:5;}
#rightcol_content { z-index:6;}
#maincol { z-index:1;}
#content_main { z-index:2;}



/* Clearfix-Methode zum Clearen der Float-Umgebungen */
 .clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
#ie_clearing { display: none }

