@CHARSET "UTF-8";

@font-face {
	font-family: 'EurostileBlackDTC';
	src: url('../fonts/eurostile-black-dtc-webfont.eot');
	src: local('?'), url('../fonts/eurostile-black-dtc-webfont.woff') format('woff'), url('../fonts/eurostile-black-dtc-webfont.ttf') format('truetype'), url('../fonts/eurostile-black-dtc-webfont.svg#webfontF9OwnFl9') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile';
	src: url('../fonts/eurostile_bold-webfont.eot');
	src: local('?'), url('../fonts/eurostile_bold-webfont.woff') format('woff'), url('../fonts/eurostile_bold-webfont.ttf') format('truetype'), url('../fonts/eurostile_bold-webfont.svg#webfontn0OjNrH6') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'EurostileBold';
	src: url('../fonts/eurostile_bold-webfont.eot');
	src: local('?'), url('../fonts/eurostile_bold-webfont.woff') format('woff'), url('../fonts/eurostile_bold-webfont.ttf') format('truetype'), url('../fonts/eurostile_bold-webfont.svg#webfontn0OjNrH6') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile';
	src: url('../fonts/eurostile-webfont.eot');
	src: local('?'), url('../fonts/eurostile-webfont.woff') format('woff'), url('../fonts/eurostile-webfont.ttf') format('truetype'), url('../fonts/eurostile-webfont.svg#webfontr9ylza1U') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EurostileExtendedRomanDTC';
	src: url('../fonts/eurostileextended-roman-dtc-webfont.eot');
	src: local('?'), url('../fonts/eurostileextended-roman-dtc-webfont.woff') format('woff'), url('../fonts/eurostileextended-roman-dtc-webfont.ttf') format('truetype'), url('../fonts/eurostileextended-roman-dtc-webfont.svg#webfontbNnMLZwz') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen, projection  {
.EurostileBold {font-weight: bold; font-style: normal;line-height:normal; font-family: 'Eurostile', sans-serif;}
.EurostileRegular {font-weight: normal; font-style: normal;line-height:normal; font-family: 'Eurostile', sans-serif;}
		
* {
	/* reset der default abstände aller elemente und setzen der global verwendeten schriftart */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11pt;
	font-family: 'Eurostile',Arial, Helvetica, Sans-Serif;
	color: #000000; 
	line-height: 1em;/*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; */
	background-color: #eee;
	text-align: center; /* zentrierung der seite im IE */
	margin-top: 5px;
	z-index: -5;
	}

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

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

/*
	Seitentitel oben links im Kopfbereich #topgraf
*/	
#titel {
	width: 33%;
	}
#titel h1 {
	padding: 15px 0 0 20px;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 1.5px;
	border: none;
	color: #fff;
}
#titel h1 a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	}
	#titel h1 a:hover {
		text-decoration: underline;
	}
#titel h2 {
	padding: 10px 0 0 20px;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 1px;
	border: none;
	color: #fff;
	cursor: default;
}

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

.inhaber, .weiter {
	border: none;
}
.inhaber a , .weiter a{
	color: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 1.3;
	font-size: 110%;
	cursor: help;
}
	

#fachgebiete {
	float: left;
	margin-left: 320px;
	margin-top: -120px;
	width: 50%;
	border-left: 1px solid #fff;
	padding-left: 35px;
	}
#fachgebiete p {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 2px;
}
	
/* Schriftgrösseneinstellung */
#fontsize {
	margin-right: 20px;
	margin-top: -50px;
	height: 13px;
	line-height: 13px; 
	float: right;
}


/* SUCHE oben rechts */
#suche {
/* 	clear: both; */
	float: right;
	padding-right: 10px;
	margin-top: 55px; /* 95px */
	height: 18px;
	width: 180px;
	}
	#suche input {
/*		border: 1px solid #6f6f6f;	*/
		font: 0.8em 'Eurostile',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;
				}	

				
p, li { 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 10pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	}
	p i {
		 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
		font-style: italic;
	}
	p b {
		 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
		font-weight: bold;
	}
p.kleingedrucktes {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 8pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-style:italic;
}
	.zentriert {
		text-align: center;
	}
#inhalt p {
	color: #000;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding-bottom: 2px;
	margin: 5px 0 10px 0;
}
#inhalt p img {
	margin: 0;
}

#inhalt p.drucklink {
	margin-top: -12px;
	display: block;
	float: right;
	position: relative;
	}
#inhalt p.drucklink a {
	text-decoration: none;
	color: #aaa;
	font-size: 0.8em;
	padding: 5px 20px 5px 0;
	background: url('../images/pdf.png') no-repeat center right;
	margin-bottom: 20px;
}

ul.grundsatz, ul.leitbild, ul.qm-standards {
	list-style-type: none;
}
ul.grundsatz li , ul.qm-standards li  {
	background: url('../images/bullett.gif') 0px 3px no-repeat;
	padding-left: 12px;
	line-height: 1.2em;
}

ul.leitbild li { /*, ul.qm-standards li {*/
	padding-left: 10px;
	line-height: 1.2em;
	}

div.schnellauswahl {
	margin-bottom: 15px;
}

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

}

div.bildunterschrift  p {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 7pt; 
	 letter-spacing: .8pt;
	 line-height: 120%;
	 font-style:italic;
	 float: right;
}

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

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

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

h3 {
	 font-size: 10pt; 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-weight: bold;
	 letter-spacing: .8pt;
}
h3.qual {
	 font-size: 10pt; 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-weight: bold;
	 line-height: 1.2;
	 margin-top: 10px;
	}
h3.lili-header {
	 padding: 10px 0 10px 0;
	 font-size: 10pt; 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-weight: bold;
	 letter-spacing: .8pt;
	 line-height: 1.2em;
}	
h4 {
	 font-size: 10pt; 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-style:italic;
	 letter-spacing: .8pt;
}
h5 {
	 font-size: 8pt; 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif;
	 color: #394473;
	 line-height: 1.2em;
	 letter-spacing: .5pt;
	 text-align: center;
}
h6 {
	 font-size: 8pt; 
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif;
	 color: #000000;
	 letter-spacing: .5pt;
	 text-align: center;
}

a.fontsmaller {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 10pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-weight:bold;
	 color: #fff;
	 text-decoration: none;	
}
a.fontbigger {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 12pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-weight:bold;
	 color: #fff;
	 text-decoration: none;	
}


a.textlink {
	 font-family: 'Eurostile',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;
/*	 border-bottom: 1px solid #394473;*/
}
a.textlink:hover img  {
	 text-decoration: none;
	 border: none;
}

p.ankercontainer {
	display: block;
	margin-bottom: 25px;
}
a.ankerlink {
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	letter-spacing: .8pt;
	line-height: 1.2em;
	color: #394473;
	font-style:italic;
	float: right;
	margin-right: 10px;
	border-bottom: 1px solid #394473;
	text-decoration: none;
	}
a.ankerlink:hover {
	border-bottom: 2px solid #394473;
	}
a.auswahllink {
	 font-family: 'Eurostile',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: 'Eurostile',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 {
	 border-bottom: 1px solid #394473;
}
a.auswahllink-sa:hover, a.auswahllink-sa:focus {
	 border-bottom: 1px solid #394473;
}
/*************************/
/* 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: 'Eurostile',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: 'Eurostile',Arial, Helvetica, sans-serif; 
		 font-size: 10pt; 
		 letter-spacing: .8pt;
		 line-height: 1.2em;
	}
	ul.leistungen li i {
		font-style: italic;
		 font-family: 'Eurostile',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: 'Eurostile',Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		letter-spacing: .6pt;
		line-height: 1.2em;
	}
	ul.team li i {
		font-style: italic;
		 font-family: 'Eurostile',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;
	}

.contentwrapper {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	float: left;
	width: 948px;
	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: 0px;
		padding-top: 1px;
		}	
	/* echttext der listenpunkte ein-/ausblenden */
	.contentwrapper ul#navigation span {
		display: none;
		}	
	.contentwrapper ul#navigation a {
		display: block;
		text-decoration: none;
		padding-left: 3px;
		padding-top: 2px;
		padding-bottom: 0;
		width: 175px;
		height: 20px;
		} 	
	.contentwrapper ul#navigation a.subnavi:before {
			content: ">";
		}
	.contentwrapper ul#navigation a.subnavi:hover , .contentwrapper ul#navigation a.subaktiv {
		background: #5972f8;
		color: #ffffff;
		}
	.contentwrapper ul#navigation a:hover, .contentwrapper ul#navigation a.aktiv {
		background: #2d3cbf;
		color: #ffffff;
		}
	.contentwrapper ul#navigation a.eng {
		font-size: 1em;
	}
			
/*
	Farbe aktiv: 2d3cbf, Text ffffff
	background: #2d3cbf;
	color: #ffffff;

	Farbe inaktiv: #ffffff, Text #000000
	Farbe hover: #5972f8,Text: #ffffff
	background: #5972f8;
	color: #ffffff;

*/

	#kopfzeile {
		width: 950px;
		height: 33px; /* alt: 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, #kopfzeile a {
			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 10px;
	margin-bottom: 20px;
}
#inhalt img {
	margin: 10px 0 10px 15px;
	text-align: center;
}

#inhalt p.demingkreis {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 7pt; 
	 letter-spacing: .8pt;
	 line-height: 120%;
	 font-style:italic;
	 margin-left: 110px;
	 margin-bottom: 20px;
	 text-align: left;
}

.qualnavi {
	width: 48%;
	display: block;
	text-align: center;
	margin: 25px 0 20px 0;
}
.links {
	float: left;
}
.rechts {
	float: right;
}

#acrlink {
	font: 0.7em 'Eurostile', 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 'Eurostile',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 'Eurostile',Arial, Helvetica, sans-serif;
	}

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

.fusszeile {

	margin-bottom: 20px;
}

/* Style für Abkürzungen und Acronyme */
acronym {
	cursor: help;
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	letter-spacing: .8pt;
	line-height: 1.2em;
	border-bottom: 1px dashed #333;
}

abbr {
	cursor: help;
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	letter-spacing: .8pt;
	line-height: 1.2;
	border-bottom: 1px dashed #333;
}

/* Style für Subscript bzw. Superscript */
sub, sup  {
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	letter-spacing: .8pt;
	line-height: 1.2;
}

/**/ 
p.aeknsignet {
	text-align: left;
	
}
p.aeknsignet img {
	padding: 0 10px 0 5px;
	vertical-align: middle;
}

/* Style für QM-Organigramme */
#qm-organigramme {
	display: block;
	float: left;
	margin: 10px 0 10px 0;

}
#inhalt p.org_1 {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 7pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-style:italic;
	 margin-left: 35px;
	 margin-top: 5px;
	 margin-bottom: 20px;
	 text-align: left;
}
#inhalt p.org_2 {
	 font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	 font-size: 7pt; 
	 letter-spacing: .8pt;
	 line-height: 1.2em;
	 font-style:italic;
	 /*margin-right: 10px;*/
	 margin-top: -32px;
	 margin-bottom: 20px;
	 text-align: right;
}

/* Styles für Tabelle mit Umfrageergebnissen */ 
table#umfrageergebnis {
	border: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
	border-collapse: collapse;
}
table#umfrageergebnis th {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
table#umfrageergebnis th.header-qual-frage{
	width: 50%;
	font-size: 0.9em;
	text-align: left;
}
table#umfrageergebnis th.header-qual-jahr{
	width: 16%;
	font-size: 0.9em;
}
table#umfrageergebnis td {
	font-size: 0.8em;
	font-weight: normal;
	border: 1px solid #ccc;
	line-height: 1.2em;
}
table#umfrageergebnis td  b{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
}
table#umfrageergebnis td.einfach {
	font-size: 0.8em;
	font-weight: normal;
	border: none;
	line-height: 1.2em;
	margin-top: 10px;
}

/* Styles für die Teaserboxen auf der rechten Seite (sidebar) */ 
/* Teaserbox */
.sidebar-teaser {
	width: 200px;
	background-color: #eee;
	color: #000;
	border: solid 1px #1d2192;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar-teaser h4 {
	padding: 3px 0 3px 5px;
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background-color: #415ef7;
	color: #fff;
}
.sidebar-teaser p {
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	font-size: 90%;
	color: #000;
	margin: 0;
	padding: 7px;
	line-height: 1.2;
}
.sidebar-teaser p.header {
	font-size: 90%;
	font-weight: bold;
}
.sidebar-teaser a img {
	border: none;
	margin-top: 10px;
	padding: 0;
}
.sidebar-teaser p.route {
	background-image: url(../images/route.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 1.1;
	height: 100%;
}
.sidebar-teaser a.route {
	display: block;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	font-size: 1.0em;
	line-height: 1.1;
	letter-spacing: 1px;
}

.sidebar-teaser a.mail {
	background-image: url(../images/mail.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 1px;
}
.sidebar-teaser .tel {
	background-image: url(../images/telefon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 35px;
	line-height: 1.1;
}
.sidebar-teaser .fax {
	background-image: url(../images/fax.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 35px;
	line-height: 1.1;
}
.sidebar-teaser p.termin {
	background-image: url(../images/kalender.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 1.1;
	height: 100%;
}
.sidebar-teaser a.termin {
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 35px;
	/*margin: 7px;*/
	line-height: 1.1;
}

.sidebar-teaser p a  {
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: -1px;
	line-height: 1.3;
}

.sidebar-teaser p.termin a {
	font-size: 1.0em;
	letter-spacing: 0px;
}
.sidebar-teaser .signet, .sidebar-teaser .aekn {
	margin: 7px 5px 5px 7px;
}

#timestamp {
	margin: 10px 0 10px 0;
}

/* Styles für die unter der Seite angezeigten statischen Sitemap */
#sitemap {
	margin-bottom: 20px;
	margin-left: 50px;
	}

#sitemap .sitemap-column {
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	margin-bottom: 50px;
	font-size: 0.8em;
	color: #aaa;
	font-weight: bold;
	float: left;
	width: 25%;
}

#sitemap .sitemap-column ul {
	padding-top: 10px;
}

#sitemap .sitemap-column ul li {
	list-style-type: none;
}

#sitemap .sitemap-column ul li a {
	font-family: 'Eurostile',Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-size: 0.8em;
	color: #aaa;
}

.copyright {
	display: none;
	}

}
