/*Stylesheet für Typo3 */

/*---------- allgemeine Styles -----------------*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:0;
	color:#626262;
	margin:0px;
	padding:0px;
}

/* Vertikaler Scrollbar in Gecko & Firefox permanent anzeigen (damit Center-Design nicht springt ...) */
html, body {
	height:100%;
	padding-bottom:1px;
}

body {
	background-color:#FFFFFF;
}

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

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

table, tr, td {
	border:0;
	vertical-align:top;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	padding-left: 0px;
	margin-left: 0px;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	vertical-align: baseline;
	color: #0077bd;
}

h1.csc-firstHeader, .news-single-item-title{ /*  Normale erste Überschrift pro Seite mit Icon */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	color: #0077bd;
	background-image:url(grafik/layout/grau_icon.gif);
	/* padding-left: 50px;  Sondereinrueckung fuer Erste Ueberschrift*/
	background-repeat: no-repeat;
	margin-bottom:0px;
	padding-bottom:0px;	
}

hr{
	text-align:left;
	color:#666666;
	width:100%;
	size:1px;
}

/* Textfelder für Formulare */
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
	border: 1px solid #0077bd;
	margin-top:2px;
	margin-bottom:2px;
	
}

input {
	height:15px;
}

.fliesstextklein {
	font-size: 9px;
}	

/* Farbe für Fehlermeldungen in E-mail-Formularen */

.fehler {
color:#FF0000;
}

/* Alles umschließender Container für die zentrierte Ausrichtung der gesamten Seite */
#ebcontainer {
	position:relative;
	top: 0px;
	left: 0px;
	width:1001px;
	margin:auto;
	background-image:url(grafik/layout/bg_body.png);
	background-repeat:repeat-y;
	z-index:1;
}

/* ---------- Haupt-Menü-Ebenen ------------------------- */
#ebmenue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:133px;
	left:15px;
	width:200px;
	z-index:13;
}

#ebmenue a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#626262;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}	

#ebmenue div.menue, #ebmenue div.menueaktiv{
 	/* NaviIcon */
	background-repeat: no-repeat;
	background-position: left 5px;

	padding-left:12px;
	margin-left:0px;
}

#ebmenue div.menue{
	background-image: url(grafik/menue/icon_navi.gif);
}

#ebmenue div.menueaktiv{
	background-image: url(grafik/menue/icon_navi_aktiv.gif);
}


#ebmenue div.menueebene2, #ebmenue div.menueebene2aktiv{
 	/* NaviIcon */
	background-repeat: no-repeat;
	background-position: left 5px;

	padding-left:12px;
	margin-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

#ebmenue div.menueebene2{
	background-image: url(grafik/menue/icon_navi.gif);
}

#ebmenue div.menueebene2aktiv{
	background-image: url(grafik/menue/icon_navi_aktiv.gif);
}

#ebmenue div.menueebene2 a, #ebmenue div.menueebene2aktiv a{
	font-size:10px;
	font-weight:normal;
	color:#626262;
	line-height:normal;
}

#ebmenue div.menueebene3, #ebmenue div.menueebene3aktiv{
 	/* NaviIcon */
	background-repeat: no-repeat;
	background-position: left 4px;

	padding-left:12px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:2px;
}

#ebmenue div.menueebene3{
	background-image: url(grafik/menue/icon_navi.gif);
}

#ebmenue div.menueebene3aktiv{
	background-image: url(grafik/menue/icon_navi_aktiv.gif);
}

#ebmenue div.menueebene3 a, #ebmenue div.menueebene3aktiv a{
	font-size:10px;
	font-weight:normal;
	color:#626262;
	line-height:normal;
}

#ebmenue div.menue a:hover, #ebmenue div.menueaktiv a:hover, #ebmenue div.menueebene2 a:hover, #ebmenue div.menueebene2aktiv a:hover, #ebmenue div.menueebene3 a:hover, #ebmenue div.menueebene3aktiv a:hover {
	color:#f47e36;
}

/* ---------- Meta-Menü-Ebenen ------------------------- */
#ebmenueoben {
	position:absolute;
	height:24px;
	z-index:10;
	right:38px;
	top: 6px;
	text-align:right;
}

#ebmenueoben div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	display:inline;
	font-weight: normal;
	text-decoration: none;
}

#ebmenueoben a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	text-decoration: none;
}

#ebmenueoben div.nebenavigationaktiv a, #ebmenueoben a:active{
	color:#f47e36;
	text-decoration:none;
}

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

.tx-macinasearchbox-pi1 form,
.tx-macinasearchbox-pi1 input
{
	display:inline;
}

.tx-macinasearchbox-pi1 input {
	height:11px;
	font-size:10px;
}

/* ---------- Teaser-Ebenen ------------------------- */
#ebtaeser{
	position:absolute;
	height:auto;
	z-index:10;
	left:785px;
	top: 137px;
	width:180px;
}

#ebtaeser div.csc-frame{
	height:120px;
	width:170px;
	overflow:hidden;
	margin-bottom:27px;
}

#ebtaeser h1{
	font-size: 11px;
	line-height:normal;
	font-weight: bold;
	background-image:none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #0077bd;
	font-style: normal;
}

#ebtaeser p{
	line-height:normal;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

#ebtaeser a{
	/* none */
}

/* ---------- Mitte-Ebenen ------------------------- */
#ebmitte {
	position:relative;
	top: 0px;
	left: 0px;
	width:1001px;
	min-height:900px;
	_height:900px; /*Hack für IE*/
	
	background-image:url(grafik/layout/bg_inhalt.png);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: left top;
	
}

/* ---------- Inhalts-Ebenen ------------------------- */
#ebinhalt {
zzposition:absolute;
	top: 0px;
	left: 0px;
	width:455px;

	padding:80px 190px 20px 265px;	
}

/* ----------- ToTop-Link ------------------ */
#totoplink{
	float:left;
	text-align:left;
zzpadding:10px 0px 10px 265px;
}

/* ----------- Print-Link ------------------ */

#divprintlink{
	float:right;
	text-align:right;
zzpadding:10px 250px 10px 0px;
}

/* ----------- Print-Link ------------------ */
EX#divprintlink{
	text-align:left;
	padding:10px 0px 10px 265px;
}


/* ---------- Kopf / Oben-Ebenen ------------------------- */
#eboben {
	position:absolute;
	top: 0px;
	width:850px;
	height:175px;
	background-image:url(grafik/layout/bg.gif);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: left top;
	font-size: 12px;
	visibility: hidden;
}

#eboben-kopf {
	position:absolute;
	width:850px;
	height:25px;
	top: 0px;
	background-image:url(grafik/layout/head_bg.gif);
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: left top;
	visibility: hidden;
}

#eboben-links {
	position:absolute;
	top: 25px;
	left:17px;
	width:19px;
	height:149px;
}

#eboben-logo-container {
	position:absolute;
	top: 14px;
	left:8px;
	width:198px;
	height:117px;
	font-weight: bold;
	font-size: 13px;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#eboben-rechts {
	position:absolute;
	top: 25px;
	right:18px;
	width:12px;
	height:149px;
	
}

#ebflash {
	position:absolute;
	z-index:2;
	left: 0px;
	top: 297px;
}


#ebfirma {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position:absolute;
	width:176px;
	height:53px;
	z-index:1;
	left: 169px;
	top: 39px;
}

/* Tabelle in Contentbereich */
.contenttable{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	line-height:normal;
}

.contenttable td{
	width:auto;
	height:auto;
	border:0px;
}

.contenttable p{
	padding:0px;
	margin:0px;
	line-height:normal;
}

div.csc-frame-invisible{
	clear:both;
}

div.csc-frame-frame2{ /* TEXT-Element Einstellung Rahmen 2 => Türkis */
	border:1px solid #629595;
	background-color: #e9f3f3;
}

/* ---------- Unten-Ebenen (Fuss) ------------------------- */
#ebunten{
	position:absolute;
	bottom:-15px;
	left:0px;
	width: 955px;
	background-image:url(grafik/layout/bg_body.png);
	background-repeat:repeat-y;
}

/* ---------- Linke / Such-Ebenen ------------------------- */
#eblinks {
	position:absolute;
	z-index:7;
	left: 27px;
	top:480px;

	font-size: 10px;
	line-height: 13px;

	font-size: 10px;
	line-height: 13px;
}

#eblinks p, #eblinks table, #eblinks tr, #eblinks td,  #eblinks tbody{
	font-size: 10px;
	line-height:normal;

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
}

.news-list-container {
	/* none jet */
}


div.news-list-item {
	/* IE hack */ /* RAUSGENOMMEN! Wofür war der ???*/
	zzheight: 1%;
	zzline-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:0;

	padding-left:28px;
	padding-top:10px;
	clear:both;
}

.news-list-item p{
	padding:0px;
	margin:0px;
}

.news-list-item-title {
	padding:0px;
	margin:0px;
zzmargin-left:-70px;
zzpadding-left:70px;
}

.news-list-item-subhead, .news-single-item-subheader{
	font-weight:bold;

	padding:0px;
	margin:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.news-single-timedata, .news-list-timedata{
	font-size:9px;
	text-align:right;
}

.news-list-item-pics-div, .news-single-item-pics-div{
	margin-right:10px;
	clear:left;
	float:left;
	text-align:right;
}

.news-list-item-pics-div img, .news-single-item-pics-div img, .csc-textpic-imagewrap img, div.csc-textpic img {
	padding:2px;
	border: 1px solid #6194bc;
}

.news-list-item-morelink{
	text-align:left;
}

.news-single-backlink{
	clear:right;
	text-align:right;
}

.news-single-item{
}

.news-single-item-links, .news-single-item-files{
	padding-bottom:20px;
	margin-top:20px;
}

.news-single-item-links p, .news-single-item-files p{
	line-height:normal;
	padding:0px;
	margin:0px;
}

/* Ausnahmen für bestimmte New-Listen*/

.news_list_arzt h2, .news_list_arzt p, .news_list_arzt div.news-list-item-morelink,
.news_list_kontakt h2, .news_list_kontakt p, .news_list_kontakt div.news-list-item-morelink {
	padding:0px;
	margin:0px;
	padding-left:90px;
}

.news_list_links div.news-list-item-pics-div, 
.news_single_arzt div.news-list-item-pics-div,
.news-list-pressefoto div.news-list-item-pics-div{
	margin-right:0px;
	margin-left:10px;
	clear:right;
	float:right;
	text-align:left;
}

/*  -------  Printansicht  --------  */
.printansicht, body.printbody html.printbody{
	background-image:url();
}

#print-fuss table{
	margin:10px;
}

#ebinhalt.printansicht {
	width:auto;
	padding:10px 20px 20px 20px;	
}

.printansicht #ebflash{
	visibility:hidden;
}


.csc-frame-frame1 .csc-textpic-imagewrap img{
	border:0;
}

/* Keine Rahmen um Navi-Pfeile */
a.internal-link img, a.internal-link-new-window img, a.external-link img, a.external-link-new-window img, a.mail img, a.download img {
	padding: 0px;
	margin: 0px;
	border: 0;
}

#pageid_1 #divprintlink,
#pageid_1 #totoplink{
	visibility:hidden;
}
