@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #B3FFD5;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auff&uuml;llung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken k&ouml;nnen Sie die gew&uuml;nschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	color: #000;
}
a img { /* Dieser Selektor entfernt den standardm&auml;&szlig;igen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen f&uuml;r die Hyperlinks der Site, einschlie&szlig;lich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}

/* ~~ Dieser Container mit fester Breite umschlie&szlig;t alle anderen div-Tags. ~~ */
.container {
	width: 960px;
	background: #FFFFFF; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
}

/* ~~ F&uuml;r die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich &uuml;ber die gesamte Breite des Layouts. Sie enth&auml;lt einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	background-color: #E5F5F4;
	background-image: url(../Bilder/witta_header_960.jpg);
	height: 145px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-repeat: no-repeat;
}

/* ~~ Dies sind die Spalten f&uuml;r das Layout. ~~ 

1) Eine Auff&uuml;llung wird nur oben und/oder unten in den div-Tags positioniert. Die Elemente innerhalb dieser div-Tags verf&uuml;gen &uuml;ber eine seitliche Auff&uuml;llung. Dadurch m&uuml;ssen Sie keine Box-Modell-Berechnungen durchf&uuml;hren. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auff&uuml;llung oder einen Rahmen hinzuf&uuml;gen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie k&ouml;nnen auch die Auff&uuml;llung f&uuml;r das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gew&uuml;nschten Auff&uuml;llung im ersten div-Tag einf&uuml;gen.

2) F&uuml;r die Spalten wurde kein Rand angegeben, da es sich um flie&szlig;ende Spalten handelt. Wenn Sie unbedingt einen Rand hinzuf&uuml;gen m&ouml;chten, platzieren Sie ihn nicht auf der Seite in Flussrichtung (z. B. ein rechter Rand in einem div-Tag, das so festgelegt ist, dass das Element nach rechts flie&szlig;t). In vielen F&auml;llen kann stattdessen eine Auff&uuml;llung verwendet werden. Bei div-Tags, bei denen diese Regel gebrochen werden muss, sollten Sie der Regel des div-Tags eine display:inline-Deklaration hinzuf&uuml;gen, um das Problem zu umgehen, dass in einigen Versionen von Internet Explorer der Rand doppelt angezeigt wird.

3) Da Klassen in einem Dokument mehrmals verwendet werden k&ouml;nnen (und zudem auf ein Element mehrere Klassen angewendet werden k&ouml;nnen), wurden den Spalten Klassennamen statt IDs zugewiesen. Beispielsweise k&ouml;nnen zwei div-Tags f&uuml;r eine Seitenleiste bei Bedarf gestapelt werden. Diese div-Tags k&ouml;nnen problemlos in IDs ge&auml;ndert werden, solange Sie sie nur einmal pro Dokument verwenden.

4) Wenn Sie die Navigation auf der rechten statt auf der linken Seite platzieren m&ouml;chten, lassen Sie diese Spalten einfach in die andere Richtung flie&szlig;en (alle nach rechts anstatt alle nach links). Die Spalten werden dann in umgekehrter Reihenfolge dargestellt. Die div-Tags in der HTML-Quelle m&uuml;ssen nicht verschoben werden.

*/
.sidebar1 {
	float: left;
	width: 165px;
	background-color: #FFF;
	background-image: url(../Bilder/sidebar.gif);
	height: 515px;
}
.content {
	width: 570px;
	float: left;
	height: 525px;
	background-image: none;
	text-align: center;
	padding: 0px;
	overflow: auto;
}
.content_sprechzeiten {
	width: 570px;
	float: left;
	height: 515px;
	background-image: url(../Bilder/web_witta_hg_sprechzeiten.jpg);
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
}
.content_endoskopie {
	width: 570px;
	float: left;
	height: 515px;
	background-image: url(../Bilder/web_witta_hg_plakatendoskopie.jpg);
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
}
.content_mensch {
	width: 499px;
	float: left;
	height: 450px;
	background-image: url(../Bilder/web_witta_hg_mensch.jpg);
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
}
.content_aktuell {
	width: 570px;
	float: left;
	height: 515px;
	background-image: url(../Bilder/web_witta_hg_570.jpg);
	text-align: center;
	background-repeat: no-repeat;
}
.content_igel {
	width: 570px;
	float: left;
	height: 515px;
	background-image: url(../Bilder/web_witta_hg_570.jpg);
	text-align: center;
	background-repeat: no-repeat;
	overflow: auto;
}
.content_schroepfen {
	width: 570px;
	float: left;
	height: 515px;
	background-image: url(../Bilder/web-witta-hg-schroepfen.jpg);
	text-align: center;
	padding: 0px;
	background-repeat: no-repeat;
}
.content_praxisteam {
	width: 775px;
	float: left;
	height: 490px;
	background-image: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	padding-bottom: 0px;
	padding-top: 40px;
	overflow: auto;
	padding-left: 20px;
	overflow-x: hidden;
}
.content_onlinedienste {
	width: 795px;
	float: left;
	height: 515px;
	background-image: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	overflow: auto;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
.sidebar2 {
    float: right;
    width: 225px;
    padding-right: 0;
    padding-left: 0;
    background-image: url(../Bilder/sidebar.gif);
    height: 515px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* Diese Auff&uuml;llung setzt die rechte Auff&uuml;llung in der obigen Regel f&uuml;r &uuml;berschriften und Abs&auml;tze fort. Die Auff&uuml;llung wurde unten f&uuml;r den Abstand zwischen anderen Elementen in den Listen und links f&uuml;r den Einzug platziert. Sie k&ouml;nnen die Werte nach Bedarf &auml;ndern. */
}
.hg_home {
	background-image: url(../Bilder/web_witta_home_570.jpg);
	height: auto;
	width: 570px;
	padding-top: 310px;
	background-repeat: no-repeat;
	color: #900;
}
.fliesstext {
	background-image: none;
	height: 465px;
	width: 510px;
	padding-top: 50px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: auto;
	padding-left: 30px;
	display: block;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	overflow-x: hidden;
	padding-right: 30px;
}
.popup {
	background-image: none;
	background-repeat: no-repeat;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	overflow-x: hidden;
}
.fliesstext_rot {
	background-image: none;
	background-repeat: no-repeat;
	overflow: auto;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #A60000;
	overflow-x: hidden;
	width: 100%;
}
.fliesstext_igel_bold {
	background-image: none;
	background-repeat: no-repeat;
	overflow: auto;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	overflow-x: hidden;
	width: 100%;
	font-weight: bold;
}
.fliesstext_eingerueckt {
	background-image: none;
	background-repeat: no-repeat;
	overflow: auto;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	overflow-x: hidden;
	height: auto;
	width: 380px;
	padding-left: 20px;
}
.fliesstext_rechts_preise {
	background-image: none;
	background-repeat: no-repeat;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	overflow-x: hidden;
	height: auto;
	width: 100px;
	text-align: right;
	position: relative;
}
.fliesstext_praxis {
	background-image: none;
	height: 465px;
	width: 520px;
	padding-top: 50px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: auto;
	padding-left: 30px;
	display: block;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	overflow-x: hidden;
}
.back {
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	width: 500px;
	text-align: right;
	height: 30px;
}
.fliesstext_hg_mensch {
	background-image: none;
	width: 510px;
	padding-top: 190px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	float: none;
	list-style-type: none;
	height: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;
}
.fliesstext_hg_aktuell {
	background-image: none;
	width: 459px;
	padding-top: 50px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	float: none;
	list-style-type: none;
	height: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;
}
.fliesstext_leistungen {
	background-image: none;
	width: 530px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	float: none;
	list-style-type: none;
	height: 335px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	overflow: auto;
}
.fliesstext_akupunktur {
	width: 530px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	list-style-type: none;
	height: 335px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../Bilder/web_witta_hg_akupunktur.jpg);
}
.fliesstext_ekg {
	width: 530px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	list-style-type: none;
	height: 335px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../Bilder/web_witta_hg_langzeitekg.jpg);
}
.fliesstext_haemorrhoiden {
	width: 530px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	list-style-type: none;
	height: 335px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../Bilder/web_witta_hg_haemorrhoidenligatur.jpg);
}
.fliesstext_sono {
	width: 530px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	list-style-type: none;
	height: 335px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../Bilder/web_witta_hg_sono.jpg);
}
.fliesstext_darmkrebsvorsorge {
	width: 530px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	display: block;
	list-style-type: none;
	height: 335px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../Bilder/web_witta_hg_plakatendoskopie.jpg);
}
.fliesstext_leistungen_weiss {
	background-image: url(../Bilder/web_witta_hg_transparenz.png);
	width: 459px;
	padding-top: 180px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: auto;
	padding-left: 30px;
	display: block;
	float: none;
	list-style-type: none;
	height: 270px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 10px;
}
.fliesstext_sprechzeiten {
	background-image: none;
	width: 460px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: auto;
	display: block;
	float: none;
	list-style-type: none;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
	overflow-x: hidden;
}
.hg_mensch {
	background-image: url(../Bilder/web_witta_background_hell.jpg);
	height: 450px;
	width: 500px;
	background-repeat: no-repeat;
	color: #000;
}
.hg_praxis {
	background-image: url(../Bilder/web_witta_hg_raueme.jpg);
	height: auto;
	width: 500px;
	padding-top: 300px;
	background-repeat: no-repeat;
	color: #000;
}

/* ~~ Stile f&uuml;r die Navigationslisten (k&ouml;nnen entfernt werden, wenn Sie ein vordefiniertes Ausklappmen&uuml; wie Spry verwenden) ~~ */
ul.nav {
	list-style: none; /* Hiermit wird die Listenmarkierung entfernt. */
	border-top: 1px solid #666; /* Hiermit wird der obere Rand f&uuml;r die Hyperlinks erstellt. Alle anderen werden mit einem unteren Rand im LI-Element platziert. */
	margin-bottom: 15px; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
}
ul.nav li {
	border-bottom: 1px solid #666; /* Hiermit wird die Trennung der Schaltfl&auml;chen erstellt. */
}
ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfl&auml;che beibehalten. */
	padding: 5px 5px 5px 15px;
	display: block; /* Hiermit werden die Blockeigenschaften f&uuml;r den Anker angegeben, sodass dieser das gesamte umschlie&szlig;ende LI-Element auff&uuml;llt und der gesamte Bereich auf einen Mausklick reagiert. */
	width: 180px;  /*Mit dieser Breite reagiert die gesamte Schaltfl&auml;che in IE6 auf Mausklicks. Kann entfernt werden, wenn IE6 nicht unterst&uuml;tzt werden muss. Berechnen Sie die exakte Breite durch Subtrahieren der Auff&uuml;llung f&uuml;r diesen Hyperlink von der Breite des Containers f&uuml;r die Randleiste. */
	text-decoration: none;
	background: #C6D580;
}
.textsidebar_right {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #000;
    width: 200px;
    padding-top: 15px;
    padding-left: 10px;
    float: left;
    text-align: left;
    font-weight: normal;
    line-height: 19px;
}
.praxisadresse {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #000;
    width: 200px;
    padding-top: 15px;
    padding-left: 10px;
    float: left;
    text-align: left;
    font-weight: normal;
    line-height: 19px;
}
.textsidebar_right_bold {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #000;
    width: 200px;
    padding-top: 15px;
    padding-left: 10px;
    float: left;
    text-align: left;
    font-weight: bold;
}
.text_schwarz {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	float: none;
	text-align: left;
	font-weight: normal;
}
.text_schwarz_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	float: none;
	text-align: left;
	font-weight: bold;
}
#titel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	padding-left: 155px;
	width: 570px;
	text-align: center;
	font-style: normal;
	color: #000;
	padding-top: 7px;
	height: 40px;
	font-weight: normal;
	float: left;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur ge&auml;ndert. */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ Stile f&uuml;r die Fu&szlig;zeile ~~ */
.footer {
	position: relative;/* Hiermit erh&auml;lt IE6 die Eigenschaft hasLayout, damit die clear-Anweisung korrekt ausgef&uuml;hrt wird. */
	clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der flie&szlig;enden Spalten erkennt und ihren Inhalt aufnimmt. */
	height: 20px;
	width: 960px;
	background-color: #36B6B5;
	text-align: right;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse k&ouml;nnen Sie ein Element auf der Seite nach rechts flie&szlig;en lassen. Das flie&szlig;ende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse k&ouml;nnen Sie ein Element auf der Seite nach links flie&szlig;en lassen. Das flie&szlig;ende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten flie&szlig;enden div-Tag (im .container) platziert werden, wenn .footer entfernt oder aus dem .container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#name_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-align: right;
	float: left;
	height: 85px;
	width: 290px;
	margin-top: 5px;
	margin-left: 155px;
}
#name_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-align: left;
	float: right;
	height: 85px;
	width: 290px;
	margin-top: 5px;
	margin-right: 195px;
}
.banner_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #36B6B5;
	float: right;
	height: 40px;
	padding-top: 5px;
	width: 225px;
}
#banner_praxis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #36B6B5;
	float: right;
	height: 30px;
	padding-top: 10px;
	width: 225px;
	margin-top: 20px;
}
#notdienst {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #FFF;
    line-height: 18px;
    font-weight: bold;
    background-color: #990000;
    text-align: center;
    height: 40px;
    padding-top: 5px;
    width: 165px;
    float: left;
    margin-top: 15px;
}
#menurot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #900;
	text-align: left;
	width: 8em;
	margin: 0px;
	padding: 0px;
}
#zeiten_left {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #000;
    width: 75px;
    text-align: left;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}
#zeiten_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	text-align: left;
	display: block;
	float: right;
	width: 130px;
	padding-top: 10px;
	font-weight: bold;
}
#praxisadresse {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-top: 50px;
}
.headline_rot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
.textsidebar_right_bold {
	font-weight: bold;
}
