/*	
	(c) 2005 by suPer-And

	9FBFDF	159,191,223	hellblau Hintergrund
	6487BE	100,135,190	mittelblau (ÜS und Linien und so)
 	4972A3			dunkleres mittelblau mit etwas mehr Kontrast
	000088			dunkle Schrift in Navigation
*/


BODY		{margin-left: 20px; margin-right: 20px; margin-top: 0px; 
		background: #9FBFDF; font-family: Verdana, arial, sans-serif; font-size: 13px; }

.newsfenster	{margin-left: 0px; margin-right: 0px; margin-top: 0px; }

TABLE		{font-size: 13px; }

		/* für den Titel "Child Dev..." rechts oben */
.ueber1 	{font-size: 18px; color: #6487BE; margin-top: 0; margin-bottom: 0; line-height: 20px; }
		
		/* Stand und Autor auf Index-Seite */
.untenlinks	{position:absolute; bottom:7px;  left:10px; font-size: 11px; color: #6487BE; }
.untenrechts	{position:absolute; bottom:7px; right:25px; font-size: 11px; color: #6487BE; }

		/* Stand und Autor auf sonstigen Seiten */
.unter1		{font-size: 11px; color: #6487BE; margin-top: 0; margin-bottom: 0; }

		/* "Moving towards" auf index */
.unter2		{font-size: 15px; color: #4972A3 }

		/* Text zu den Bildern.  */
.bilderrand 	{font-size: 10px; color: #000000; line-height: 15px; vertical-align: top; text-align: center; }
.bilderrand a	{font-size: 10px; }

		/* für Schrift wie etwa bei "Beruf" in "Our team" */
.mittelblau	{color: #4972A3; }
		
		/* Navigation mit Hyper-Link */
.mlink 		{font-size: 11px; color: #000088; text-align: center; cursor: pointer; }

		/* Navigation ohne Hyper-Link und Rahmen für Aktiv */
.olink_gerahmt	{font-size: 11px; color: #000088; text-align: center; border-width: 2px; border-style: solid; border-color: #6487BE; }

		/* Rahmen der Tabellen in "our team" */
.blaurahmcent	{border-collapse: collapse; border-style: solid; border-color: #6487BE; border-width: 1px; text-align: center; }

		/* Rahmen der Tabellen in "contact" und "concerned" */
.blaurahmleft	{border-collapse: collapse; border-style: solid; border-color: #6487BE; border-width: 1px; }
.blaurahmleft td	{padding-left: 15px; padding-right: 15px; padding-top: 2px; padding-bottom: 2px; }

		/* Aufzählung u.a. home-Seite */
.einzug 	{text-indent: -11px; margin-left: 11px; }

		/* Aufzählung Zahlen in "Tips for parents" */
.grosAufz	{font-size: 32px; color: #6487BE; text-align: right; }
		
		/* HyperLinks */
a 		{text-decoration: none; }
a:link 		{color: #4972A3; }
a:visited 	{color: #4972A3; }
a:hover 	{color: #4972A3; text-decoration: underline; }
a:link img 	{border:1px dashed #9FBFDF; }
a:visited img 	{border:1px dashed #9FBFDF; }
a:hover img 	{border:1px dashed #ffffff; }

		/* im News-Fenster */
.logo		{background-image:url(pictures/logo4.gif); background-repeat:no-repeat; background-position: center; background-attachment:fixed; }
		/* AUF DER Index-Seite */
.logo2		{background-image:url(pictures/logo2.gif); background-repeat:no-repeat; background-position: center; }