@CHARSET "UTF-8";

@media screen, projection  {
* {
	/* reset der default abstände aller elemente und setzen der global verwendeten schriftart */
	margin: 0;
	padding: 0;
	border: 0;
	font: 11pt Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height: 100%;	
	text-align: left;
	}
html {
	font-size: 75%;
    overflow: scroll;
    overflow-x: hidden;
}
html>body{
	font-size: 12px;
}
body {
	height: 100.1%; /* verhindert ein "springen" der seite, da scrollbars immer dargestellt werden */
/*	background: url(../images/bg6.gif) repeat #cecece; */
	text-align: center; /* zentrierung der seite im IE */
	margin-top: 10px;
	z-index: -5;
	}

p, li { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	}
	p i {
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
		font-style:italic;
	}
	p b {
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
		font-weight: bold;
	}
p.kleingedrucktes {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-style:italic;
}
	.zentriert {
		text-align: center;
	}

div.bildunterschrift img{
	vertical-align: text-top;
	text-align: right;

}

div.bildunterschrift {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 7pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-style:italic;
	 float: right;
}

h1.blocksatz {
	 font-size: 18pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #212121;
	 letter-spacing: .8pt;
	 text-align:center;
}

h2 {
	 font-size: 12pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-weight: bold;
	 letter-spacing: .8pt;
	 line-height: 1.2em;
}

h2.blocksatz {
	 font-size: 12pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #3f3e3e ;
	 letter-spacing: .8pt;
	 font-weight: normal;
	 text-align: center;
}
h2.starttext {
	 font-size: 12pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #3f3e3e ;
	 letter-spacing: .8pt;
	 font-weight: normal;
}

h3 {
	 font-size: 10pt; 
	 font-family: Arial, Helvetica, sans-serif;
/*	 color: #394473; */
	 color: #000000;
	 font-weight: bold;
	 letter-spacing: .8pt;
}
h4 {
	 font-size: 10pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-style:italic;
	 letter-spacing: .8pt;
}
h5 {
	 font-size: 8pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #394473;
	 line-height: 1.2em;
	 letter-spacing: .5pt;
	 text-align: center;
}
h6 {
	 font-size: 8pt; 
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 letter-spacing: .5pt;
	 text-align: center;
}

a.textlink {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-weight:bold;
	 color: #394473;
	 text-decoration: none;	
}
a.textlink:hover {
	 text-decoration: underline;
}
a.textlink:hover img {
	 text-decoration: none;
}

a.ankerlink {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 color: #394473;
	 font-style:italic;
	 float: right;
	 margin-right: 10px;
}
a.ankerlink:hover {
	 text-decoration: underline;
}
a.auswahllink {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 9pt; 
	 font-weight: bold;
	 letter-spacing: .8pt;
	 line-height: 1.5em;
	 color: #000000;
	 text-decoration: none;
	 background: url('../images/bullett.gif') 2px 3px no-repeat;
 	 padding-left: 12px;
}
a.auswahllink-sa {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 9pt; 
	 font-weight: bold;
	 letter-spacing: .8pt;
	 line-height: 1.5em;
	 color: #000000;
	 text-decoration: none;
}
a.auswahllink:hover, a.auswahllink:focus {
	 text-decoration: underline;
}
a.auswahllink-sa:hover, a.auswahllink-sa:focus {
	 text-decoration: underline;
}
/*************************/
/* secondary classes     */
/* for links             */
/*                       */
/*************************/
a.pdf {
	padding: 5px 20px 5px 0;
	background: transparent url('../images/pdf.png') no-repeat center right;
}
a.mail {
	padding: 5px 0 5px 23px;
	background: transparent url('../images/mail.png') no-repeat center left;
}
a.extern {
	color: #f17114;
}
a.extlink {
	padding: 5px 20px 5px 0;
	background: transparent url('../images/extlink.png') no-repeat center right;
}
a.linkliste {
	background-color: #cecece;
}
a.offline {
	color: #666;
}
a.offline:hover {
	text-decoration: none;
}
p.linkliste {
	border-bottom: 1px dashed #cecece;
}
p.quellenangabe {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 color: #394473;
	 font-style:italic;
	 float: right;
	 margin-right: 10px;
}
ul.leistungen { 
	display: block;
	list-style-type: none;
	
}
	ul.leistungen li {
		background: url('../images/bullett.gif') 2px 3px no-repeat;
		padding-left: 12px;
		line-height: 15px;
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
	}
	ul.leistungen li i {
		font-style: italic;
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
	}

ul.team { 
	display: block;
	list-style-type: none;
	
}
	ul.team li {
		background: url('../images/bullett.gif') 2px 3px no-repeat;
		padding-left: 12px;
		line-height: 14px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		letter-spacing: .6pt;
		line-height: 1.2em;
	}
	ul.team li i {
		font-style: italic;
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
	}


div.linkespalte {
	float: left;
}
	div.eingerueckt-li {
		margin-left: 50px;
	}
					
div.rechtespalte {
	float: right;
	}
	div.eingerueckt {
		margin-right: 50px;
	}
	div.eingerueckt-re {
		margin-right: 125px;
	}

div.termine {
	float: right; 
	margin-right: 10px; 
	text-align: right;
}
div.wochentage {
	float: left;
}

div.grafikverteiler {
	width: 125px;
	display: block;
	float: left;
}
div.grafikverteiler p a img {
	width: 100px;
	height: 100px;
}
div.grafikverteiler .links {
	float: left;
	display: inline;
}
div.grafikverteiler .mitte-li {
	float: left;
	display: inline;
	padding: 0 7px;
}
div.grafikverteiler .mitte-re {
	float: right;
	display: inline;
	padding: 0 7px;
}
div.grafikverteiler .rechts {
	float: right;
	display: inline;
}

div.grafikverteiler-ds {
	width: 150px;
	display: block;
	float: left;
}
div.grafikverteiler-ds p a img {
	width: 100px;
	height: 100px;
}
div.grafikverteiler-ds .links {
	float: left;
	display: inline;
}
div.grafikverteiler-ds .mitte {
	float: left;
	display: inline;
	padding: 0 7px;
}
div.grafikverteiler-ds .rechts {
	float: right;
	display: inline;
}

/* clearfix workaround zum clearen von floatenden
   elementen ohne zusätzliches markup (clearer divs)
   mehr informationen:
   http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearer {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}

#center {
	margin: auto auto;
	width: 950px;
	border: none;
}

#wrapper {
	width: 950px;
	background-color: #ffffff;
	text-align: center;
	}
div#rahmen {
	width: 950px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	min-height: 400px;	
}
#topgraf {
	width: 950px;
	height: 201px;
	background: url(../images/head.gif); 
	border-top: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	}

/* 
	ÄRZTE-Namen links oben 
	-> Einzelgrafiken wegen Mouseover-Effekt
*/
#aerzte {
	margin-left: 53px;
	margin-top: 84px;
}

.inhaber, .weiter {
	border: none;
}

#fontsize-container {
	line-height: 13px; 
	float:right;
	margin-right: 10px;
}
/* Scriftgrösseneinstellung */
#fontsize {
	margin-right: 10px;
	margin-top: 10px;
	width: 950px;
	height: 13px;
}

/* SUCHE oben rechts */
#suche {
	clear: both;
	float: right;
	padding-right: 10px;
	margin-top: 140px;
	height: 18px;
	width: 180px;
	}
	#suche input {
/*		border: 1px solid #6f6f6f;	*/
		font: 0.8em Arial, Helvetica, sans-serif; color: #000000; 
		width: 140px;
		height: 18px;
		line-height: 18px;
		float: right;
	}
	#suche .abschicken {
		float: right;
		width: 32px;
/*		height: 18px;*/
	}

		/* das aussehen der formularelemente wird durch ein hintergrund-
		   bild simuliert, um positionierungsunterschiede zu vermeiden
		   und crossbrowser identisches aussehen zu gewährleisten  */
		form#suche {
			background: url(../images/suche.gif) top left no-repeat;
			display: block;
			height: 18px;
			width: 400px;
			width: 140px;
			}	
			form#suche input {
				display: inline;
				float: left;			
				height: 16px;
				margin-top: 1px;
				line-height: 16px;
				background-color: transparent;
				}	
			form#suche input.txteingabe {
				width: 138px;
				margin-left: 6px;
				}
			form#suche input.absenden {
				width: 18px;
				margin-left: 4px;
				}	


.contentwrapper {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	float: left;
	display: inline;
}

/* Navigation */
.contentwrapper ul#navigation { 
	display: block;
	list-style-type: none;
	height: 24px;
	position: relative;
	bottom: 0;
	left:10px;
	width: 175px;
		border-top: 1px solid #cbcbcb;
	}
	.contentwrapper ul#navigation li {
		float: left;
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 1px;
		padding-top: 1px;
		}	
		.contentwrapper ul#navigation a {
			display: block;
			} 	
		
		/* echttext der listenpunkte ausblenden */
		.contentwrapper ul#navigation span {
			display: none;
			}	
	/* startseite */
	.contentwrapper ul#navigation a.startseite {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.startseite.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.startseite:hover, .contentwrapper ul#navigation a.startseite-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.startseite.gif) no-repeat;
		}
	
	
	/* Allgemeines */	
	.contentwrapper ul#navigation a.allgemeines {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.allgemeines.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.allgemeines:hover, .contentwrapper ul#navigation a.allgemeines-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.allgemeines.gif) no-repeat;
		}	
	
	
	/* ueberuns */	
	.contentwrapper ul#navigation a.ueberuns {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.ueberuns.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.ueberuns:hover, .contentwrapper ul#navigation a.ueberuns-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.ueberuns.gif) no-repeat;
		}
	/* ueberuns Ebene 2 */	
	.contentwrapper ul#navigation a.ueberuns-aerzte {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.ueberuns.aerzte.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.ueberuns-aerzte:hover, .contentwrapper ul#navigation a.ueberuns-aerzte-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.ueberuns.aerzte.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.ueberuns-aerzte-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.ueberuns.aerzte.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.ueberuns-praxisteam {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.ueberuns.praxisteam.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.ueberuns-praxisteam:hover, .contentwrapper ul#navigation a.ueberuns-praxisteam-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.ueberuns.praxisteam.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.ueberuns-praxisteam-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.ueberuns.praxisteam.gif) no-repeat;
		}
	
	
	/* Kassenleistungen */					
	.contentwrapper ul#navigation a.kassenleistungen {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.kassenleistungen.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.kassenleistungen:hover, .contentwrapper ul#navigation a.kassenleistungen-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.kassenleistungen.gif) no-repeat;
		}
	
	
	/* diagnostik */	
	.contentwrapper ul#navigation a.diagnostik {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.diagnostik.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.diagnostik:hover, .contentwrapper ul#navigation a.diagnostik-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.diagnostik.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.diagnostik-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.diagnostik.gif) no-repeat;
		}

	/* diagnostik Ebene 2 */	
	.contentwrapper ul#navigation a.diagnostik-hautkrebsvorsorge {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.diagnostik.hautkrebsvorsorge.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.diagnostik-hautkrebsvorsorge:hover, .contentwrapper ul#navigation a.diagnostik-hautkrebsvorsorge-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.diagnostik.hautkrebsvorsorge.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.diagnostik-hautkrebsvorsorge-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.diagnostik.hautkrebsvorsorge.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.diagnostik-allergietestung {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.diagnostik.allergietestung.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.diagnostik-allergietestung:hover, .contentwrapper ul#navigation a.diagnostik-allergietestung-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.diagnostik.allergietestung.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.diagnostik-allergietestung-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.diagnostik.allergietestung.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.diagnostik-haarsprechstunde {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.diagnostik.haarsprechstunde.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.diagnostik-haarsprechstunde:hover, .contentwrapper ul#navigation a.diagnostik-haarsprechstunde-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.diagnostik.haarsprechstunde.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.diagnostik-haarsprechstunde-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.diagnostik.haarsprechstunde.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.diagnostik-venendiagnostik {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.diagnostik.venendiagnostik.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.diagnostik-venendiagnostik:hover, .contentwrapper ul#navigation a.diagnostik-venendiagnostik-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.diagnostik.venendiagnostik.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.diagnostik-venendiagnostik-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.diagnostik.venendiagnostik.gif) no-repeat;
		}

	/* therapie */	
	.contentwrapper ul#navigation a.therapie {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie:hover, .contentwrapper ul#navigation a.therapie-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.gif) no-repeat;
		}
		
	/* therapie Ebene 2 */
	.contentwrapper ul#navigation a.therapie-besenreiser {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.besenreiser.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-besenreiser:hover, .contentwrapper ul#navigation a.therapie-besenreiser-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.besenreiser.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-besenreiser-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.besenreiser.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.therapie-aesthetik {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.aesthetik.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-aesthetik:hover, .contentwrapper ul#navigation a.therapie-aesthetik-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.aesthetik.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-aesthetik-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.aesthetik.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.therapie-laser {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.laser.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-laser:hover, .contentwrapper ul#navigation a.therapie-laser-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.laser.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-laser-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.laser.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.therapie-pdt {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.pdt.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-pdt:hover, .contentwrapper ul#navigation a.therapie-pdt-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.pdt.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-pdt-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.pdt.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.therapie-operationen {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.operationen.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-operationen:hover, .contentwrapper ul#navigation a.therapie-operationen-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.operationen.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.therapie-operationen-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.operationen.gif) no-repeat;
		}

	.contentwrapper ul#navigation a.therapie-microdermabrasion {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.therapie.microdermabrasion.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.therapie-microdermabrasion:hover, .contentwrapper ul#navigation a.therapie-microdermabrasion-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.therapie.microdermabrasion.gif) no-repeat;
		}
	
	.contentwrapper ul#navigation a.therapie-microdermabrasion-subaktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.subaktiv.therapie.microdermabrasion.gif) no-repeat;
		}

	/* Derma-Links */	
	.contentwrapper ul#navigation a.derma-links {
		width: 175px;
		height: 20px;
		background: url(../images/navi.inaktiv.derma-links.gif) no-repeat;
		}
	.contentwrapper ul#navigation a.derma-links:hover, .contentwrapper ul#navigation a.derma-links-aktiv {
		width: 175px;
		height: 20px;
		background: url(../images/navi.aktiv.derma-links.gif) no-repeat;
		}


	#kopfzeile {
		width: 950px;
		height: 66px;
		background: url(../images/topnavi.gif); 
		padding: 0;
		margin-top: 10px;
	}

		#kopfzeile  a {
			margin-top: 10px;
			display: inline;
			float: right;
			} 	
		
		/* echttext der listenpunkte ausblenden */
		#kopfzeile  span {
			display: none;
			}	
	
		/* Aktuelles */
		#kopfzeile  a.aktuelles {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.inaktiv.aktuelles.gif) no-repeat;
			}
		#kopfzeile  a.aktuelles:hover, #kopfzeile  a.aktuelles-aktiv {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.aktiv.aktuelles.gif) no-repeat;
			}
		
		/* Anfahrt */
		#kopfzeile  a.anfahrt {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.inaktiv.anfahrt.gif) no-repeat;
			}
		#kopfzeile  a.anfahrt:hover, #kopfzeile  a.anfahrt-aktiv {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.aktiv.anfahrt.gif) no-repeat;
			}
		
		
		/* Kontakt */	
		#kopfzeile  a.kontakt {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.inaktiv.kontakt.gif) no-repeat;
			}
		#kopfzeile  a.kontakt:hover, #kopfzeile  a.kontakt-aktiv {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.aktiv.kontakt.gif) no-repeat;
			}	
		
		
		/* Impressum */	
		#kopfzeile  a.impressum {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.inaktiv.impressum.gif) no-repeat;
			}
		#kopfzeile  a.impressum:hover, #kopfzeile  a.impressum-aktiv {
			width: 130px;
			height: 34px;
			background: url(../images/topnavi.aktiv.impressum.gif) no-repeat;
			}



/* kleine contentspalte (navi) */		
.content-spalte-links {
	float: left;
	display: inline;
	margin: 0;
	width: 197px;
	}
/* mittlere contentspalte */	
.content-spalte-mittel {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 540px;	
/*	background-color: #f8f8f8; */
	}	
	.content-spalte-mittel div.allergie {
		display: block;
		min-height: 300px;
	}
	.content-spalte-mittel #inhalt li {
		margin-bottom: 8px;
	}
.content-spalte-rechts {
	float: right;
	display: inline;
	margin: 0;
	width: 210px;
	}
	.content-spalte-rechts img {
		padding-bottom: 20px;
		margin-left: 20px;
	}
	.content-spalte-rechts a img {
		padding-bottom: 20px;
		margin-left: 20px;
	}
	
.tabelle {
	width: 100%;
	border: none;
}
.spalte-li {
	float: left;
	text-align: left;
	width: 2%;
}
.spalte-re {
	float: right;
	width: 98%;
	text-align: left;
}

.tooltip-table {
	vertical-align: top;
	text-align: left;
}

#inhalt {
	padding: 0 20px;
}

#acrlink {
	font: 0.7em  Arial, Helvetica, sans-serif; color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	width: 285px;
	vertical-align:top;
}
#acrlink a {
	text-decoration: underline;
	font: bold 1.0em Arial, Helvetica, sans-serif; color: #000000;
	vertical-align:top;
}

#footer {
	clear: both;
	width: 804px;
	height: 18px;
	background-color: #d1cbbf;
	color: #122051;
	text-align: center;
	padding-top: 4px;
	line-height: 110%;
	font: 0.8em Arial, Helvetica, sans-serif;
	}

#abgesetzt {
	background-color:#efefef;
	padding: 5px;
}

}