@charset "UTF-8";


/** HIDING FOCUSRING */
*:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}


body {
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	background-color: #ddeed2;
	background-attachment: fixed;
	background-image: url(bilder/DSC_1111.jpg);
}

body#kontakt {

	background-color: #8fbad0;
	background-image: url(bilder/back-IMG_9290.jpg);
}

body#ueber-uns {

	background-color: #8fbad0;
	background-image: url(bilder/PICT4135-Edit.jpg);
}

body#start {
	background-color: #8fbad0;
	background-image: url(bilder/PICT2095.jpg);
}

body#foerdermoeglichkeiten {
	background-color: #8fbad0;
	background-image: url(bilder/IMG_2679.jpg);
}
body#partner {
	background-color: #8fbad0;
	background-image: url(bilder/PICT4135-Edit.jpg);
}
body#conventiculum-medici {
	background-color: #8fbad0;
	background-image: url(bilder/IMG_1207.jpg);
}


body#referenzen {
	background-color: #8fbad0;
	background-image: url(bilder/IMG_1207.jpg);
}

body#schulungen {
	background-color: #8fbad0;
	background-image: url(bilder/photocase849562627775.jpg);
}


body#praxisoptimierung {
	background-color: #8fbad0;
	background-image: url(bilder/DSC05570.jpg);
}

body#tipps {
	background-color: #8fbad0;
	background-image: url(bilder/DSC_0415.jpg);
}

body#ident {
	background-color: #8fbad0;
	background-image: url(bilder/DSC07527-tastatur.jpg);
}

body#eventkalender {
	background-color: #8fbad0;
	background-image: url(bilder/DSC_0885.jpg);
}

body#online-support {
	background-color: #8fbad0;
	background-image: url(bilder/Metallwelle.jpg);
}

body#samedi {
	background-color: #8fbad0;
	background-image: url(bilder/Kalender-10279482603073HR.jpg);
}


#container  {
	width: 900px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-bottom: 0;
	background-image: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	background-color: #FFF;
	box-shadow: 1px 2px 15px rgb(60,60,60);
	-webkit-box-shadow: 1px 2px 15px rgb(60,60,60);
	-moz-box-shadow: 1px 2px 15px rgb(60,60,60);
}
#header  {
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	/* box-shadow: 0px 1px 15px grey;
	-webkit-box-shadow: 0px 1px 15px grey;
	-moz-box-shadow: 0px 1px 15px grey; */
	background-image: url(bilder/banner-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	text-align: left;
	margin: 0px;
	left: 0px;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#navi {
	background-color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(bilder/menue-back.jpg);
	background-repeat: repeat-x;
	box-shadow: 0px 1px 4px grey;
	-webkit-box-shadow: 0px 1px 4px grey;
	-moz-box-shadow: 0px 1px 4px grey;}
#navi li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
}
#navi ul li a {
	padding-right: 16px;
	padding-left: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}
#navi ul li a:hover {
	color: #FC6;
}
td img {
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#header h1  {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0px; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#mainContent  {
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 120%;
	text-align: left;
	margin-left: 200px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: corbel, Helvetica, "Helvetica neue", Arial, sans-serif;
	margin-right: 30px;
}


#mainContent p, #mainContent li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 125%;
	color: #727272;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-family: corbel, Helvetica, "Helvetica neue", Arial, sans-serif;
}
#mainContent h2{
	font-size: 30px;
	color: #BFBFBF;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 24px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	line-height: 33px;
}
#mainContent h3{
	font-size: 16px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #8fbad0;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #979797;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#footer  {
	background-image: none;
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 30px;
}
#footer p  {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
	line-height: 16px;
}
#mainContent a {
	color: #51AF2F;
	text-decoration: none;
}
#mainContent a:visited {
	color: #51AF2F;
}
#mainContent a:hover {
	color: #6597AC;
	text-decoration: underline;
}






td {
	text-align: left;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 0px;
}

Table, tr  {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 16px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(bilder/list-eckig.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#header {
	position: fixed;
	top: 0;
	z-index: 90;
}



*:first-child + html #header { text-align: left;  z-index: 90; margin-right: 0; margin-left: 0px; left:0;} 

* html #header {
	text-align: left;
	position: relative;
	top: inherit;
	z-index: 90;
	left: 0px;
}

* html #mainContent  {
	padding-top: 24px;}

* html #sidebar1 {
	text-align: left;
	top: inherit;
	z-index: 80;
	left: 0px;
}

*:first-child + html #sidebar1 {
	text-align: left;
	z-index: 80;
	margin-right: 0;
	margin-left: 0px;
	left:0;
	padding-top: 20px;
} 

	
	
	
	
	
	
h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: normal;
	color: #979797;
	margin-top: 2em;
}
#mainContent img
	{border: 1px solid #979797;
}


.bildrechts {
	float: right;
	margin-bottom: 14px;
	margin-left: 14px;
}

#mainContent .bildrechts-ohnerand {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
}


.clear {
	clear: both;
}
.bildmitte {
	text-align:center;
}
address {
	padding-left: 18px;
}








#sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 145px;
	font-size: 12px;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: fixed;
	top: 170px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C1C1C1;
	font-family: corbel, Helvetica, "Helvetica neue", Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
}

#sidebar1 ul li ul {
	display:none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar1 ul li ul a,#sidebar1 ul li ul a:visited {
	color:grey;
}

#sidebar1 ul li ul a:hover {
	color:#51af2f;}
	
	#sidebar1 ul li ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#ueber-uns #sidebar1 ul li ul {display:block;}

#partner #sidebar1 ul li ul {display:block;}


#sidebar1 ul li {
	margin-top:12px;
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin-left: 0px;
}


#sidebar1 ul {
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin-left: 0px;
}

#mainContent blockquote p {
	font-style: italic;
	color: #83AD88;
	text-align: right;
	font-family: "PALATINO LINOTYPE", PALATINO, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

a, a:visited {
	color: #8fbad0;
	text-decoration: none;
}

a:hover {
	color:#51af2f;
}

#start a[href="index.html"] {color:black;}
#ueber-uns a[href="ueber-uns.html"] {color:black;}
#praxisoptimierung a[href="praxisoptimierung.html"] {color:black;}
#schulungen a[href="schulungen.html"] {color:black;}
#foerdermoeglichkeiten a[href="foerdermoeglichkeiten.html"] {color:black;}
#ident a[href="ident.html"] {color:black;}
#online-support a[href="online-support.html"] {color:black;}
#tipps a[href="tipps.html"] {color:black;}
#news a[href="news.html"] {color:black;}
#kontakt a[href="kontakt.html"] {color:black;}
#eventkalender a[href="eventkalender.html"] {color:black;}
#partner a[href="partner.html"] {color:black;}
#samedi a[href="samedi.html"] {color:black;}
#conventiculum-medici a[href="conventiculum-medici.html"] {color:black;}
#referenzen a[href="referenzen.html"] {color:black;}


#sidebar1 ul li ul {display:none;}
#ueber-uns #sidebar1 ul li ul.ueber-uns {display:block;}
#ueber-uns #sidebar1 ul li ul.partner {display:none;}

#partner #sidebar1 ul li ul.partner {display:block;}
#partner #sidebar1 ul li ul.ueber-uns {display:none;}


blockquote {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent #untermenue {
	float: right;
	background-color: #F6F6F6;
	font-size: 12px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#mainContent #untermenue li {
	font-size: 12px;
	background-image: none;
}


#mainContent #untermenue ul {
	list-style-type: none;
	text-align: right;
	padding: 0px;
	list-style-image: none;
	margin: 0px;
}

#mainContent #untermenue ul li {
	margin-top:6px;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	list-style-image: none;
}

#mainContent blockquote.keinspruch {
	background-color: #EBEBEB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainContent blockquote.keinspruch p ,#mainContent blockquote.keinspruch li {
	font-size: 14px;
	font-family: corbel, Helvetica, "Helvetica neue", Arial, sans-serif;
	color: #828282;
	text-align: left;
	font-style: normal;
}
#mainContent .keinspruch p cite {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}

#mainContent blockquote.keinspruch a ,#mainContent blockquote.keinspruch a:visited {
	color: #51AF2F;
}

#mainContent .hintergrundbild p {
}
.floatright {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}



#eventkalender #container {min-height:900px;}
#tipps #container {min-height:900px;}
#partner #container {min-height:660px;}
#start #container {min-height:580px;}
#container {min-height:580px;}

