/* ************************************************ */
/* DATEI: style_all.css                             */
/* Style barrierefrei standard alle Medien          */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* 
#FFFFFF - weiss
#000000 - schwarz
#666666 - grau
#999999 - grau
#DDDDDD - hellgrau
#339933 - dunkelgrün
#99CC99 - hellgrün
#009933 - gelb
#FFFF66 - hellgelb
#FF0000 - rot
*/

@media screen {

/* ************************************************************************************************ */
/* --- Allgemein ---------------------------------- */
/* --- html --- */
html { 
 width:100%;
 /* height:100%; */
 margin:0px;
 padding:0px;
}
/* --- body --- */
body {
 /* height:100%; */
 /* width:800px; */
 font-family:verdana, sans-serif;
 font-size:0.9em;
 font-style:normal;
 font-weight:normal;
 /* letter-spacing:0.1em; */
 color:#000000;
 background: url(../image/bg_gruen.jpg) repeat-y;
 background-color:#FFFFFF;
 margin:0px; /* notwendig um die "blinde" Scrollleiste im IE6 zu entfernen */
 padding:0px; /* notwendig um die "blinde" Scrollleiste im IE6 zu entfernen */
 text-align:left;
 vertical-align:top;
 word-wrap:break-word;
}
/* --- Bilder allgemein --- */
img {
 border-width:0px;
 border-style:none;
 background-color:transparent;
}
/* --- Bilder - Rahmen --- */
.img_rahmen {
 background-color:#FFFFFF;
 border:1px solid #999999;
}
/* --- Text - kursiv --- */
.txt_kursiv {
 font-style:italic;
}
/* --- Text - fett --- */
.txt_fett {
 font-weight:bold;
}
/* --- Text - fett --- */
.txt_fett_mittel {
 font-size:1.1em;
 font-weight:bold;
 text-align:center;
 margin:0px 0px 0px 0px;
 padding:20px 30px 20px 30px;
}
/* --- Text - fett --- */
.txt_fett_gross {
 font-size:1.2em;
 font-weight:bold;
 text-align:center;
 margin:0px 0px 0px 0px;
 padding:20px 30px 20px 30px;
}
/* --- Text - rot --- */
.txt_rot {
 color:red;
}
/* --- Text - hoch --- */
.txt_hoch {
 font-size:0.6em;
 position:relative;
 top:-0.2em; 
}
/* --- Text - tief --- */
.txt_tief {
 font-size:0.6em;
 position:relative;
 bottom:-0.2em; 
}
/* --- float aufheben --- */
.stopFloat {
 display:block;
 clear:both;
 float:none;
 height:1px;
 font-size:1px;
 line-height:1px;
 overflow:hidden;
}
/* --- unsichtbar --- */
.unsichtbar {
 position:absolute !important;
 top:-2000px !important;
 left:-2000px !important;
 height:1px !important;
 width:1px !important;
}
/* --- Links allgemein --- */
a:link {
 color:#339933;
 text-decoration:none;
 border-style:none;
}
a:hover {
 color:red; /*#009933;*/
 text-decoration:none;
 border-style:none;
}
a:visited {
 color:#666666;
 text-decoration:none;
 border-style:none;
}
a:active {
 color:#FF0000;
 text-decoration:none;
 border-style:none;
}
/* ************************************************************************************************ */
/* --- Container für alles --- */
#container {
 width:98%;
 max-width:900px;
 background-color:transparent;
}
/* --- Container Kopf --- */
#container_kopf {
 width:100%;
 background-color:transparent;
}
/* --- Container Mitte --- */
#container_mitte {
 /* 
 */
	overflow:hidden;
 width:100%;
	min-height:600px;
	/* 
 */
 background-color:transparent;
}
/* --- Container Fuss --- */
#container_fuss {
 clear:both;
 width:100%;
 background-color:transparent;
 z-index:-200;
}
/* ************************************************************************************************ */
/* --- Bereich Sprunglinks --- */
#sprunglinks {
 position:absolute;
 top:-2000px;
 left:-2000px;
 z-index:10;
 width:100%;
}
#sprunglinks a {
 position:absolute;
 top:0px;
 left:0px;
 font-size:70%;
 font-weight:bold;
 text-decoration:underline;
}
#sprunglinks a:focus,
#sprunglinks a:active {
 position:absolute;
 top:2000px;
 left:2000px;
}
/* --- Bereich Druckkopf --- */
#druckkopf {
 display:none;
}
#anton {
 position:absolute; 
 top:10px;
 left:10px; 
 z-index:100;
}
#anton img.druck{
 display:none;
}
/* ************************************************************************************************ */
/* --- Bereich für Kopfzeile --- */
#bereich_kopf {
 min-height:100px;
 font-size:0.8em;
 font-weight:bold;
 letter-spacing:2px;
 color:#339933;
 /* background: url(../image/banner_800x100.png) no-repeat; */
 background-color:transparent;
 padding:0em 0em 0em 0em;
 margin:0em 0em 0em 0em;
 text-align:left;
 vertical-align:top;
 /* border:1px solid black; */
}
#pfad {
 position:relative;
 top:10px;
 right:20px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:0.9em;
 font-style:normal;
 font-weight:normal;
 letter-spacing:0.1em;
 color:#999999;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 text-align:right;
 vertical-align:bottom;
}
/* ************************************************************************************************ */
/* --- Bereich Navigation --- */
#bereich_navigation {
 float:left;
 width:180px;
 background-color:transparent;  /* #FFFFFF; für den IE Fehler-Balken unter Home-Navigation */ 
 color:#FFFFFF;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 /* border:1px solid black; */
}
/* --- Bereich Navigation - Sprunglinks --- */
#bereich_navigation p.sprung {
 position:absolute;
}
#bereich_navigation p.sprung a:link,
#bereich_navigation p.sprung a:visited {
 position:absolute;
 left:-6000px;
}
#bereich_navigation p.sprung a:focus,
#bereich_navigation p.sprung a:hover,
#bereich_navigation p.sprung a:active {
 top:-6px;
 left:0px;
}

/* ************************************************************************************************ */
/* ------------------------------------------------ */
/* --- Bereich Inhalt --- */
#bereich_inhalt {
 /*
 position:relative;
 top:-100px;
 width:80%; 11em;
 */
 min-height:400px;
 color:#333333;
 background-color:transparent;
 margin:0px 10px 0px 190px;
 padding:10px 10px 10px 10px;
 text-align:left;
 /* border:1px solid black; */
}
#bereich_navigation,
#bereich_inhalt {
 padding-bottom:32767px;
 margin-bottom:-32767px;
 /* 
 */
}

/* ------------------------------------------------ */
/* --- Hauptbereich - Container für die eigentlichen Inhalte --- */
#bereich_haupt {
 color:#000000;
 background-color:transparent;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 /*
 border:1px solid black;
 background: url(../image/bg_farbverlauf_2.jpg) repeat-y;
 */
}
/* --- Bereich Fuss - Fusszeile --- */
#bereich_fuss {
 min-height:100px;
 font-size:0.7em;
 font-weight:bold;
 letter-spacing:0px;
 background-color:transparent;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}
/* ************************************************************************************************ */
/* *** AB HIER JETZT DEN INHALT GESTALTEN ********************************************************* */
/* ************************************************************************************************ */
.artikel {
 text-align:justify;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}
.artikel p {
 color:#000000;
 margin:10px 15px 5px 15px;
 padding:0px 0px 0px 0px;
}
.artikel p.seitenanfang {
 position:relative;
	top:-30px;
	width:95%;
	font-size:0.8em;
	text-align:right;
 margin-bottom:-24px;
}
/* --- Links Seitenanfang --- */
.seitenanfang a:link,
.seitenanfang a:hover,
.seitenanfang a:visited,
.seitenanfang a:active {
	color:#FF0000;
 text-decoration:none;
 border-style:none;
}
.artikel h2 {
 font-size:1.2em;
 font-weight:bold;
 font-variant:small-caps;
 letter-spacing:1px;
 color:#333333;
 background-color:#DDDDDD;
 margin:20px 10px 10px 10px;
 padding:5px 5px 5px 5px;
 border:1px solid #999999;
 -moz-border-radius:5px; /* Ab CSS 3 - runde Ecken - Firefox */
 -khtml-border-radius:5px; /* Ab CSS 3 - runde Ecken - Safari */
 text-align:left;
 vertical-align:middle;
}
.artikel h3 {
 font-size:1.0em;
 font-weight:bold;
 letter-spacing:1px;
 color:#666666;
 background-color:#F5F5F5;
 margin:10px 10px 10px 10px;
 padding:5px 5px 5px 5px;
 border:1px solid #999999;
 -moz-border-radius:5px; /* Ab CSS 3 - runde Ecken - Firefox */
 -khtml-border-radius:5px; /* Ab CSS 3 - runde Ecken - Safari */
 text-align:left;
 vertical-align:middle;
}
.artikel h4 {
 font-size:0.9em;
 font-weight:bold;
 letter-spacing:1px;
 color:#333333;
 background-color:#F5F5F5;
 margin:10px 10px 10px 10px;
 padding:5px 5px 4px 5px;
 border-top:1px solid #999999;
 border-left:1px solid #999999;
 -moz-border-radius:5px; /* Ab CSS 3 - runde Ecken - Firefox */
 -khtml-border-radius:5px; /* Ab CSS 3 - runde Ecken - Safari */
 text-align:left;
 vertical-align:middle;
}
.artikel h5 {
 font-size:0.9em;
 font-weight:bold;
	line-height:40px;
 letter-spacing:1px;
 color:#333333;
 margin:15px 10px 10px 10px;
 padding:5px 5px 4px 5px;
 text-align:left;
 vertical-align:top;
}

.artikel ul {
 list-style-position:outside;
 list-style-image:url(../image/liste_1.gif);
 text-indent:0px;
 margin:10px 0px 0px 40px;
 padding:0px 0px 0px 0px;
}
.artikel li {
 padding:0px 10px 2px 0px;
}
/* ************************************************************************************************ */
.artikel_mit_bild {
 /* border:1px solid #000000; */
}
.artikel img.textumfluss {
 float:left;
 margin:3px 10px 2px 0px;
 padding:0px 0px 0px 0px;
 border:1px solid #666666;
}
.artikel p.textumfluss {
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}
.textumfluss_clear {
 clear:left;
 font-size:1px;
 line-height:0em;
}
/* ************************************************************************************************ */
#bereich_inhalt a.l_intern {
 background:url(../image/link_intern.gif); /* Linkgrafik - innerhalb der Site */
 background-repeat:no-repeat;
 background-position:top right;
 margin:0px 0px 0px 0px;
 padding:0px 16px 0px 0px;
}
#bereich_inhalt a.l_extern {
 background:url(../image/link_extern.gif); /* Linkgrafik - ausserhalb der Site (www) */
 background-repeat:no-repeat;
 background-position:top right;
 margin:0px 0px 0px 0px;
 padding:0px 16px 0px 0px;
}
#bereich_inhalt a.l_pdf {
 background:url(../image/pdf_15.gif); /* Linkgrafik - PDF-Dokument */
 background-repeat:no-repeat;
 background-position:top right;
 margin:0px 0px 0px 0px;
 padding:0px 26px 0px 0px;
}
/* ************************************************************************************************ */
#karte {
 width:600px; 
 height:550px;
 background-color:transparent;
 border:1px solid #666666;
 text-align:center;
 vertical-align:middle;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}
/* ************************************************************************************************ */
#breich_arztbilder {
 /* clear:both; */
 width:100%;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 text-align:center;
 overflow:auto;
}
.bild_mit_unterschrift {
 float:left;
 width:49%;
 /* bei zwei Dateien 49% da der Rahmen sonst übersteht und einen Umbruch erzeugt */
 text-align:center;
 margin:0px 0px 0px 0px;
 padding:10px 0px 10px 0px;
 border:0px solid #999999;
}
/* ************************************************************************************************ */
/* --- tabelle allgemein --- */
#tabelle_telefon table {
	font-size:1em;
	width:99%;
	margin:0px auto;
	line-height:1.3em;
	border-spacing:4px; /* IE border-collapse.collapse; */
	margin-left:20px;
}
/* --- td allgemein --- */
#tabelle_telefon td,
#tabelle_telefon th {
	height:2.5em;
	padding:8px 10px 8px 10px;
 -moz-border-radius:5px; /* Ab CSS 3 - runde Ecken - Firefox */
 -khtml-border-radius:5px; /* Ab CSS 3 - runde Ecken - Safari */
}
/* --- oberste Überschrift --- */
#tabelle_telefon caption {
	font-size:1.2em;
	font-weight:bold;
	width:80%;
	/* background-color:#CCCCCC; */
	margin:10px 0px 10px 0px;
	padding-left:10px;
	line-height:1.6em;
	letter-spacing:4pt;
	text-align:left;
}
/* --- th - Zusammenfassung der linken Spalte --- */
#tabelle_telefon #zusammen {
	height:2em;
	background-color:#DDDDDD;
	text-align:right;
	padding-right:10px;
}
/* --- th - Zusammenfassung der rechten Spalte --- */
#tabelle_telefon #ueber {
	height:2em;
	background-color:#DDDDDD;
	text-align:left;
	padding-left:10px;
	border:1px solid #999999;
}
/* --- allgemeine Definitionen zur 1. Spalte --- */
#tabelle_telefon .spalte_1 {
	background-color:#D0E8D0;
}
/* --- allgemeine Definitionen zur 2. Spalte --- */
#tabelle_telefon .spalte_2,
#tabelle_telefon .spalte_2_d {
	background-color:#F3FAF3;
	border:1px solid #999999;
}
/* --- tr_1 - nur die erste Zeile mit der Überschrift - Definitionen zur 1. Spalte --- */
#tabelle_telefon .tr_1 .spalte_1 {
	text-align:right;
	border:1px solid #999999;
}
/* --- tr_1 - nur die erste Zeile mit der Überschrift - Definitionen zur 2. Spalte --- */
#tabelle_telefon .tr_1 .spalte_2 {
	text-align:left;
	border:1px solid #999999;
}
/* --- tr_2 - alle anderen Zeilen - Definitionen zur 1. Spalte --- */
#tabelle_telefon .tbody_1 .tr_2 .spalte_1 {
	text-align:right;
	border:1px solid #999999;
}
/* --- tr_2 - alle anderen Zeilen - Definitionen zur 2. Spalte --- */
#tabelle_telefon .tbody_1 .tr_2 .spalte_2 {
	text-align:left;
	border:1px solid #999999;
}
/* --- tr_2 - alle anderen Zeilen - Definitionen zur 2. Spalte  gestrichelte Linie --- */
#tabelle_telefon .tbody_1 .tr_2 .spalte_2_d {
	text-align:left;
	border:1px dashed #999999;
}
/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* --- NOCH NICHT FERTIG --- */
.nochnichtfertig {
 font-size:1.6em;
 font-weight:bold;
 color:red;
 background-color:#66FF00;
 text-align:center;
}
/* ************************************************************************************************ */
/* ************************************************************************************************ */
}

@media print {

/* --- body --- */
body {
 font-family:verdana, sans-serif;
 font-size:0.9em;
 font-style:normal;
 font-weight:normal;
 color:#000000;
 margin:0px 0px 0px 10px;
 padding:0px 0px 0px 0px;
 text-align:left;
 vertical-align:top;
 word-wrap:break-word;
}
/* --- Bereich Druckkopf --- */
#druckkopf {
 position:relative;
 top:0px;
 left:0px;
 z-index:10;
 font-family:verdana, sans-serif;
 font-size:0.8em;
 font-style:normal;
 font-weight:normal;
 color:#000000;
 margin:0px 0px 20px 0px;
 padding:2px 10px 2px 10px;
 text-align:center;
 vertical-align:top;
 word-wrap:break-word;
 border:1px solid #999999;
}
#anton {
 position:absolute; 
 top:-2px;
 right:2px; 
 z-index:100;
}
#anton img.bildschirm{
 display:none;
}
#bereich_kopf {
 display:none;
}
#sprunglinks {
 display:none;
}
#pfad {
 display:none;
}
#bereich_navigation {
 display:none;
}
#bereich_haupt {
 position:relative;
 left:0px;
 top:0px;
}
#bereich_fuss {
 display:none;
}
}






