body {
	margin:0;
	padding:0;
	color:#FFFFFF;
	background-color:#FFFFFF;
	background-image:url(../Abbildungen/Hintergrund-Gruen.jpg);
	background-repeat:repeat-x;
	font: small "Trebuchet MS", Arial, sans-serif;
	}

#schatten-box-oben {
	width: 910px;
	position: relative;
	z-index: 9;
	margin: 0 auto; 
	padding: 0 0 20px 0;
	background:url(../Abbildungen/Hintergrund-Schatten-oben.png) 0 100% no-repeat; 
	}
	
#schatten-box-unten {
	width: 910px;
	position: relative;
	z-index: 9;
	margin: 0 auto 10px auto; 
	padding: 10px 0 0 0;
	background:url(../Abbildungen/Hintergrund-Schatten-unten.png) 0 0 no-repeat; 
	}

#huelle {
	background-color: #FCFAFE;
	background:url(../Abbildungen/Hintergrund-Schatten-Inhaltsbereich.png) 0 0 repeat-y;
	color:#000000;
	margin: 0px auto;
	padding: 5px 15px;
	width: 880px;
	position: relative;
	top: 0px;
	left: 0px;
/*	border: 1px solid #dddddd;*/
	}

/* Korrektur für IE6: Schatten ausblenden, da IE6 keine halbtransparenten PNGs darstellen kann */
* html #schatten-box-oben, * html #schatten-box-unten {
	display:none;
	}
* html #huelle {
	background-image:none;
	background-color: #FCFAFE;
	border: 1px solid #dddddd;
	margin: 10px auto;
	padding: 10px;
	}	
* html #kopfbild {
	position:absolute;
	top: 10px;
	left: 325px;
	}
	
/*Korrektur für IE7: Box-Modell anpassen */
*+ html #schatten-box-oben {
	padding:0px;
	}
*+ html #schatten-box-unten {
	padding: 0px;
	}


/*allgemein______________________________________________________________*/
	
a {
	color:#74578C;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
.extrafett {
	font-weight:900;
	}
	
.leerbox{
	height: 200px;
	}
	
a img {
	border: 0px;
	}
	


/*kopfteil mit Menueleiste_________________________________________________*/


#kopfbild {
	position:absolute;
	top: 5px;
	left: 330px;
	}

#menue-horizontal {
	position:relative;
	top:0px;
	left:0px;
	z-index:10;
	margin: 5px 0px 15px 0px;
	padding: 1px 0 1px 0;
	border-top: 1px solid #92bd05;
	border-bottom: 1px solid #92bd05;
	}
	
#menue-horizontal ul {
	list-style:none;
	text-align:left;
	margin:0;
	padding: 0;
	}

#menue-horizontal li {
	display: inline;
	font-size:120%;
	font-weight:900;
	color:#7A9E04;
	padding: 0 0 0 5px;
	}

#menue-horizontal a {
	color:#7a9e04;
	}
	
#menue-horizontal a:hover {
	color:#050845;
	text-decoration:none;
	}

#hauptmenue {
	position:relative;
	top:0px;
	left:0px;
	float:left; /*damit sprachmenue rechts umflossen wird*/
	}

#hauptmenue li ul{
	display:none; /* Untermenue ausblenden */
	}	

#hauptmenue li:hover ul {
	display:block; /* Untermenue in modernen Browsern einblenden, für IE siehe Javascript-Funktion 'hoverIE' */
	}

#hauptmenue a {
    padding: 0px 0px 5px 0px;
  }

#produkte-anker {
	position:relative;
	top:0px;
	left:0px;
	}
	
#untermenue1 {
	width:150px;
	position:absolute;
	left:-10px;
	top:24px;
	border-top: 1px solid #92bd05;
	border-left: 1px solid #92bd05;
	border-right: 1px solid #92bd05;
	}

#untermenue1 li{
	display:list-item;
	font-size:95%;
	background-color:#FFFFFF;
	padding: 5px 0px 5px 13px;
	border-bottom: 1px solid #92bd05;
	}

#sprachmenue ul{
	list-style:none;
	text-align: right;
	padding:4px 10px 1px 0;
	margin:0;
	font-size: 80%;
	}




/*Hauptteil mit Seitenleisten und mittlerem Inhaltsbereich_________________________________*/

#hauptteil {
	position:relative;
	top:0;
	left:0;
	width: 880px;
	margin-top: 5px;
	}



/*Mitte Inhalt allgemein___________________________*/

#mitte {
	background-color: white;
	color:black;
	margin: 0 170px 10px 160px;
	border: 1px solid #92bd05;
	padding: 10px 20px 10px 40px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
/* nur nötig für clear Probleme mit IE und FF*/	
	overflow:hidden;
	width:482px;
	height:1%;
	}
	
* html #mitte {
	position:relative;
	top:0px;
	left:-3px;
	}

	
#mitte h2 {
	color: #74578C;
	padding: 0.4em 0 0.2em 0;
	border-bottom: 1px solid #92bd05;
	font-size: 113%;
	}
	
#mitte ul.aktuelles {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#mitte h3 {
	font-size: 128%;
	}
	
#mitte p {
	color:#444444;
	font-size: 98%;
	text-align:justify;
	}
	
#mitte h3 a:link, #mitte h3 a:visited {
	color:#000000;
	text-decoration: none;
	} 
	
#mitte h3 a:hover {
	color:#000000;
	text-decoration: underline;
	} 
	
#mitte h5 {
	color:#000000;
	font-size: 115%;
	margin-bottom: 5px;
	} 
	
#mitte h5 a {
	color:#000000;
	} 

#mitte h5 a:hover {
	color:#000000;
	text-decoration:underline;
	} 
	
#mitte h6 {
	color:#000000;
	font-size: 103%;
	margin-top: 0;
	margin-bottom: 0;

	} 
	
	
#mitte img {
	float:left;
	margin: 5px 5px 5px 0;
	border: none;
	}
	
#mitte img.rechts {
	float:right;
	margin: 5px 0px 5px 8px;
	}
	
#mitte img.nichtfliessend {
	float:none;
	}
	
#mitte div.clear {
	clear:both;
	height:1px;
	}	
	
#mitte .aktuelles li img {
	float: left;
	margin: 5px 5px 10px 0;
	}
	
#mitte p.unterueberschrift {
	font-weight: bold;
	text-align:justify;
	}
	
#mitte p.anlesetext {
	margin-bottom: 0px;
	}

#mitte p.weiterlesen {
	margin-top: 0;
	text-align: right;
	}

#mitte p.weiterlesen a:link, #mitte p.weiterlesen a:visited {
	color: #74578C;
	/*font-style: italic;*/
	text-decoration: none; 
	font-size: 92%;
	font-style:italic;
	font-weight:bold;
	background-image:url(../Figures/weiterlesen.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}

#mitte p.weiterlesen a:hover {
	text-decoration: underline;
	} 

#mitte p.weiterlesen-ohne-strich {
	margin-top: 0;
	text-align: right;
	border-bottom: 0px;
	}

	
#mitte h3 a:hover {
	color:#000000;
	text-decoration: underline;
	} 

#mitte p.linie{
	border-bottom: solid 1px #444444;
	}


/*Linke Menueleiste____________________________________________*/

#seitenleiste1 {
	float:left;
	width: 159px;
	border-top: 1px solid #92bd05;
	border-left: 1px solid #92bd05;
	border-bottom: 1px solid #92bd05;
	background-color: #ffffff;
	color:#000000;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	}
	
#seitenleiste1 .innen {
	margin: 10px;
	}

#menue-ebene1 {
	color:#050845;
	background-color:#FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0.7em 0 0.9em 15px;
	font-size: 113%;
	font-weight:bold;
	border-bottom: 1px solid #92bd05;
	}
	
#menue-ebene1 li {
	color:#050845;
	background-color:#FFFFFF;
	}	
	
#menue-ebene1 ul {
	list-style: none;
	margin: 10px 0 -13px -15px;
	padding: 5px 0 0 0;
	font-size: 95%;
	}
	
#menue-ebene1 ul li {
	color:#050845;
	background-color:#FFFFFF;
	border-top: 1px solid #92bd05;
	padding: 0.7em 0 0.5em 0px;
	}

#menue-ebene1 ul ul {
	margin: 0 0 -5px 15px;
	padding: 10px 0 0px 0px;
	}
		
#menue-ebene1 ul ul li {
	padding: 0.4em 0 0.3em 0px;
	}		
		
#menue-ebene1 ul li a:hover {
	background-image:url(../Abbildungen/Tikanis-gruen-Button2.gif);
	background-repeat:no-repeat;
	background-position: 2px 50%;
	text-decoration:none;
	} 
	



/*#menue-ebene2 {	
	border-top: 1px solid #92bd05;
	}
	*/		
		
.ausblenden {
	display:none;
	}
	
#tp-info #menue-produkte, #tp-info #menue-ebene3,
#tp-module #menue-produkte, #tp-module #menue-ebene3,
#tp-service #menue-produkte, #tp-service #menue-ebene3,
#tp-videos #menue-produkte, #tp-videos #menue-ebene3,
#tp-service #menue-produkte, #tp-service #menue-ebene3,
#pda-designer #menue-produkte,
#bm-info #menue-produkte,
#potterswheel #menue-produkte,
#dienstleistungen #menue-produkte,
#lab-planner #menue-produkte,
#ueber-uns #menue-ueber-uns,
#aktuelles #menue-aktuelles,
#kontakt #menue-kontakt,
#referenzen #menue-referenzen {
	display:block;
	}

#tp-info #menue-tp-info ,	
#tp-module #menue-tp-module ,
#tp-service #menue-tp-service ,
#tp-videos #menue-tp-videos ,
#bm-info #menue-bm-info ,	
#pda-designer #menue-pda-designer ,
#potterswheel #menue-potterswheel ,
#dienstleistungen #menue-dienstleistungen,
#lab-planner #menue-lab-planner
  {
	background-color: #F6EEFC;
	}
		
.slogan {
	background-color:#FFFFFF;
	color:#050845;
	font-style:italic;
	font-weight:bold;
	font-size: 105%;
	text-align:center;
	}
	
	
	
/*Rechte Seitenleiste___________________________________*/	
	
#seitenleiste2 {
	float:right;
	width: 150px;
	background-color: #f5e9ff;
	border: 1px outset #92bd05;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	color: #444444;
	margin: 0 0 10px 0;
	padding: 0px;
	}

#seitenleiste2 p {
	font-weight:bold;
	font-size:95%;
	}	
	
#seitenleiste2 h3 {
	font-size: 100%;
	background-image:url(../Abbildungen/Tikanis-gruen-Verlauf2.png);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: normal;
	}
	
#seitenleiste2 .innen {
	padding: 10px;
	}
	
#seitenleiste2 .innen div {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	}
		
#seitenleiste2 a {
	font-size:95%;
	}	

a.bildlink img {
	border: 1px solid #bbb;
	margin:0 0 12px 0;
	}
		
#seitenleiste2 a.bildlink img:hover {
	border: 1px solid #74578C;
	margin:0 0 12px 0;
	}
	
a img {
	} 
	
#seitenleiste2 div.video1 {
	border-bottom: 1px solid #92bd05;
	marign: 0px;
	}
	  
#seitenleiste2 h1 {
	font-size: 95%;
	font-weight:500;
	text-align:center;
	}
		  



/*Fussleiste________________________________________-*/	
	
#fussleiste {
	width: 100%;
	border-top: 1px solid #92bd05;
	border-bottom: 1px solid #92bd05;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	color:#7A9E04;
	font-weight:900;
	font-size: 85%;
	clear:both;
	}
	
#fussleiste p {
	margin: 0;
	}
	
#fussleiste a {
	color:#7a9e04;
	text-decoration:none;
	}
	
#fussleiste a:hover {
	color:#050845;
	}
	
#fussleiste ul {
	list-style:none;
	text-align:right;
	padding:0 10px 0 0;
	margin:0;
	}
	
#fussleiste li {
	display:inline;
	}
	
#copyright {
	float:left;
	width:300px;
	}



/* Startseite___________________________________*/

#titelbild {
	position:relative;
	top:-10px;
	left:0px;
	margin-bottom:-10px;
	}	

#titelbild-b {
	position:absolute;
	top:0px;
	left:438px;
	}
	
#produkte-links {
	z-index: 10;
	color:#FFFFFF;
	position:absolute;
	top:380px;
	right:20px;
	text-align:right;
	font-size:115%;
	font-weight:bold;
	}	
	
#produkte-links a {
	/* alterniv dunkelgruen 
	color:#2F3D01;*/
	padding: 2px 10px 2px 5px;
	color:#7A9E04;
	background-color:#ffffff;
	background-image:url(../Abbildungen/Hintergrund-Verlauf-gruen-Textbox.png);
	background-repeat: repeat-x;
	border: 1px solid #7A9E04;
	}

#produkte-links a:hover {
	color:#050845;
	text-decoration:none;
	}
	
#produkte-links a img { border: 0; }	



/* Styles für Unterseiten___________________________________________________________*/


/*Referenzen_____________________________________*/

#mitte .referenzentext h3 {
	padding: 10px 0 0px 0;
	color:#444444;
	}
	
#mitte .referenzentext h2 {
	padding: 3em 0 0.2em 0;
/*	clear:both;*/
	}
	



/*Kontaktformular___________________________________*/


#suchfeld .text {
	width: 280px;
	padding: 2px 0 2px 5px;
	margin: 5px 0 5px 20px;
	border: 1px solid #92bd05;
	font-weight:bold;
	}	
	
#suchfeld .sendeknopf {
	margin: 20px 0 40px 20px;
	}
	
#suchfeld .knopf {
	border: 1px solid #92bd05;
	background-color: #EFDCFF;
	color: #444444;
	}

#suchfeld .knopf:hover{
	color:#000000;
	background-color:#D1B0ED;
	}
	
#mitteilung {
	height: 180px;
	font:100% "Trebuchet MS", Arial, sans-serif;
	font-weight:100;
	}
	
#mitteilungtext {
	position:relative;
	top: -82px;
	}
	
#suchfeld label {
	font: small "Trebuchet MS", Arial, sans-serif;
	}
	

	
/* PDA Designer_____________________________________*/
	
#liste1 {
	color:#444444;
	font-size: 110%;
	font-weight:bold;
	line-height: 1.5;
	}
	
#PDASchlagwort p{
	font-size:125%;
	line-height:2em;
	font-weight:bold;
	text-align:left;
	color:#000000;
	}	

#pda1 {
	position:relative;
	top:-20px;
	}
	

/*Ueber Uns_______________________________________-*/

#motto {
	font-weight:bold;
	font-size:110%;
	}
	
#mitte .hoch {
	position:relative;
	top: -30px;
	}
	
	
	
	
/*Therapieplaner___________________________________*/

#menueleiste2 {
	margin: 10px 0px 30px 0px;
	clear:both;
	}

#menueleiste2 a {
	position:relative;
	top:0px;
	font-size:110%;
	font-weight:bold;
	border: solid 1px #92bd05;
	padding: 3px;
	background-color:#F5FFD6;
	}
	
#mitte h4 {
	color:#444444;
	}	
	
#tp-ueberschrift{
	margin: 0px;
	}

div.tpunterkapitel {
	position:relative;
	top:0;
	left:0;
	width:490px;
	}
	
div.tpunterkapitel div {
	position:absolute;
	top:10px;
	right:0px;
	font-size:85%;
	text-decoration:none;
	}
	
#logo1 {
	margin: 0 0 0 0px;
	}	

	
/* TP-Videos__________________________________ */

#videobilder {
	margin:50px 0 100px -5px;
	}
	
#videobilder ul {
	list-style:none;
	margin:0;
	padding:0;
	}	

#videobilder li {
	margin: 5px 0 0 0;
	}
	
#videobilder td {
	font-weight:bold;
	font-size:90%;
	color:#444444;
	padding: 0 8px 0 17px;
	border-collapse:collapse;
	border-right: 1px solid #92bd05;
	}
	
#videobilder th {
	font-weight:bold;
	font-size:90%;
	color:#444444;
	padding: 0 8px 0 17px;
	border-collapse:collapse;
	border-right: 0px;
	text-align:left
	}
	
#videobilder .unterueberschrift td, #videobilder .unterueberschrift th {
	vertical-align:top;
	padding-bottom:20px;
		}


	
/*PottersWheel_________________________________________*/

#potterswheelliste {
	color:#444444;
	line-height:1.5em;
	}
	
	
/*Lightbox -----------------------------------------------------------------------*/
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 100%;
	height: 100%;
	background: transparent url(../Abbildungen/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Abbildungen/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Abbildungen/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*----------------------------------------------------------------------------------------*/

/*tooltip mit CSS (z.Z nicht verwendet)*/

a.tooltip {text-decoration:none;}
.tooltip span.info{display:none; position:absolute; border: 1px solid #92bd05; color: #000000; background-color:#ffffe1; font-size: 90%; padding: 2px 5px;}
.tooltip:hover span.info{display:block;}

/*----------------*/

