/*---------------------------------------------------------
Allgemeine Formatierungen (Body) */

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { word-wrap: break-word; }
body { margin: 0; 
	font-size: 100.01%; 
	color: #525252; 
	font-family: sans-serif; 
	background-image: url(../pics/layout/hinterg-sand02.jpg); 
	background-repeat: repeat; 
	
	/* font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; */
	background-color: #a7d2fd; 
	/*margin-left: 15px; 
	margin-top: 15px; 
	margin-bottom: 25px */
}

p { }

td { }

a:link { color: #000; font-weight: bold; text-decoration: none; }
a:visited { color: #000; font-weight: bold; text-decoration: none; }
a:hover { color: #0069d2; }
a:active { color: #0069d2; }

/* Tabellen Standard-Farbe (braun) */

.tbl-01 {background-color: #fff}



/*---------------------------------------------------------
Formatierungen fuer Kopf bzw. Titel-Banner (linker Rand) */

.kopf-1 { border:0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; padding-right: 0px}


/*---------------------------------------------------------
Formatierungen fuer Navigation (linker Rand) */

.nav-links {; padding-left: 3px; padding-right: 3px; font-weight: bold; background-color: #000000;}

.ebene1 {text-align: left; padding-left: 4px; padding-bottom: 1px;  margin-right: 1px; }
.ebene2 {text-align: left; padding-left: 10px; padding-bottom: 2px; padding-top: 1px; margin-right: 1px; font size:"2"}
.ebene3 {text-align: left; padding-left: 18px; padding-bottom: 2px; padding-top: 1px; margin-right: 1px; font size:"1"}

.ad-nav-links {text-align: center; color: #FFFFFF; font-weight: bold; font-size: 0.8em; padding-left: 3px; padding-right: 3px}

#linktipps { padding:4px; background-color: #FFFFFF}

/*---------------------------------------------------------
Formatierungen fuer alle Eck-Elemente*/

/*schwarze Ecken auf Hintergrund = Navi und Werbung 
.eck-obenlinks { text-align:left; vertical-align: top}
.eck-obenrechts {text-align:right; vertical-align: top}
.eck-untenlinks {text-align:left; vertical-align: bottom}
.eck-untenrechts {text-align:right; vertical-align: bottom}
*/

/*weiße Ecken auf Hintergrund 
.eckw-obenlinks { text-align:left; vertical-align: top; background-color: #FFFFFF}
.eckw-obenrechts {text-align:right; vertical-align: top; background-color: #FFFFFF}
.eckw-untenlinks {text-align:left; vertical-align: bottom; background-color: #FFFFFF}
.eckw-untenrechts {text-align:right; vertical-align: bottom; background-color: #FFFFFF}

.eck-ol { text-align:left; vertical-align: top; width: 18px;
			background-image:url(../pics/Buttons_u_Banner/eck-agerer-01.jpg); background-repeat: no-repeat;}
*/

/*---------------------------------------------------------
Formatierungen fuer Startseite speziell */

#news-1 { font-size:0.8em; }
#news-2 { margin-top: 3px; font-size: 0.9em; font-weight: bold; }		

/*---------------------------------------------------------
Formatierungen fuer Webkurse-Tabellen */

/* Formatierungen fuer Webkurse-Tabellen - in Gesmatübersichten*/

.anl-tbl-01 {border: 1px; border-color: #170900; border-style: solid; background: #FFFFFF; color: #000000;}
.anleitung-0 { background: #fff; color: #ffffff; font-weight: bold; height: 25px}
.anleitung-1 { padding-left: 1px; padding-bottom: 2px; padding-top: 2px; padding-right: 1px; }
.anleitung-2 { padding-left: 3px; padding-bottom: 3px; padding-top: 3px; padding-right: 3px; 
				background: #FFFFFF; color: #000000; }

/* für Komtentar-Funktion u.ä. */
.anleitung-zusatzfnkt { padding-left: 3px; padding-bottom: 3px; padding-top: 3px; padding-right: 3px; 
				background: #FFFFFF; color: #000000; font-size: 2; vertical-align: bottom; }				
				

/* Formatierungen fuer Textfelder - in Gesamtübersicht(z.B. Beschreibung für Rubrik / Anleitungen) */
				
.textfeld-1 { padding-left: 15px; padding-bottom: 15px; padding-top: 15px; padding-right: 15px; 
				background: #FFFFFF; text-align: left }
				
				
/*---------------------------------------------------------
Formatierungen fuer Webkurse (innerhalb Webkurs) */

/* Formatierungen für Seiten-Aufzählung / Navigation */
#seiten { padding-right: 5px; padding-left: 5px; font-size:0.8em;}

#bild-links-01 /* Float fÃƒÂ¼r Bild links */
{float: left; padding-right: 15px; padding-bottom: 6px; font-size: .8em; font-weight: bold;}

#bild-rechts-01 /* Float bei Bild rechts*/ 
{float: right; padding-left: 15px; padding-bottom: 6px; font-size: .8em; text-align: center; font-weight: bold;}


/* Anzeigen */ 

.ad-hinweis-01 { color: #171717; font-size: 0.7em; text-align: right; padding-right: 5px; margin-top: 6px; margin-bottom: 6px; }
.ad-hinweis-02 { color: #171717; font-size: 0.7em; text-align: left; padding-right: 5px; margin-top: 6px; margin-left: 40px; }
.ad-hinweis-03 { color: #FFF; font-size: 0.7em; text-align: right; padding-right: 5px; margin-top: 6px; margin-bottom: 6px;  }


#ad-links-01 /* Float für Bild links */
{float: left; padding-right: 15px; padding-bottom: 30px; }
#ad-rechts-01 /* Float bei Bild rechts*/ 
{float: right; padding-left: 15px; padding-bottom: 15px; }