/* Definition der Stylesheets für Ziehenschule-Website */

/* Definitionen für HTML-Elemente der Bilder-Seite */

body					{ background-color:rgb(200,220,245);					/* Definition Hintergrundfarbe */
						  margin-top:50px;										/* Definition oberer Rand */
						  margin-left:100px;									/* Definition linker Rand */
						  margin-right:100px;									/* Definition rechter Rand */
						}
*						{ font-family:'Verdana', sans-serif; 					/* Definition Standardschriftart */
						  line-height:15pt;										/* Definition Zeilenhöhe */
						  font-size:12pt; 										/* Definition Schriftgröße */
						  margin-top:10px;										/* Defintion Standardabstand oben */
						  margin-bottom:10px;									/* Definition Standardabstand unten */
						}
h1						{ text-align:center; 									/* Ausrichtung für Überschriftentyp 1 */
						  color:rgb(180,0,128);									/* Schriftfarbe für Überschriftentyp 1 */
						  line-height:26pt;										/* Zeilenhöhe bei Überschriftentyp 1 */
						  font-size:24pt;										/* Schriftgröße bei Überschriftenyp 1 */
						}
h2						{ text-align:center;									/* Ausrichtung für Überschriftentyp 2 */
						  color:rgb(180,0,128);									/* Schriftfarbe für Überschriftentyp 2 */
						  line-height:22pt;										/* Zeilenhöhe bei Überschriftentyp 1 */
						  font-size:20pt;										/* Schriftgröße bei Überschriftenyp 1 */
						}
h3						{ text-align:center										/* Ausrichtung für Überschriftentyp 3 */
						  line-height:18pt;										/* Zeilenhöhe bei Überschriftentyp 1 */
						  font-size:16pt;										/* Schriftgröße bei Überschriftenyp 1 */
						}
a:link					{ text-decoration:none;									/* Linkunterstreichung unterdrücken */
						  color:rgb(255,100,0);									/* Farbeinstellung */
						}
a:visited				{ text-decoration:none;									/* Linkunterstreichung unterdrücken */
						  color:rgb(255,100,0);									/* Farbeinstellung */
						}
a:hover					{ text-decoration:none;									/* Linkunterstreichung unterdrücken */
						  font-weight:bolder;									/* Markierter Link fett darstellen */
						  color:rgb(255,100,0);									/* Farbeinstellung */
						}

/* Definitionen für alle Elemente */

.zentriert				{ text-align:center }									/* Text und Grafiken zentriert ausrichten */
.fett					{ font-weight:bold }									/* Fettdruck */
.links_umfliessen		{ float:left; margin-right:15px; margin-bottom:10px }	/* Grafik links und Textfluss rechts */
.rechts_umfliessen		{ float:right; margin-left:15px; margin-bottom:10px }	/* Grafik rechts und Textfluss links */
.Fenster_links			{ float:left; width:450px; margin-bottom:15px }			/* Fenster definieren für Grafiken links */
.Fenster_rechts			{ float:right; width:450px; margin-bottom:15px }		/* Fenster definieren für Grafiken rechts */
.GrafikFenster_klein	{ float:left; width:400px; margin-bottom:15px }			/* Fenster für kleine Grafiken bis 400 Pixel */
.weit					{ word-spacing:40px }									/* Vergrösserter Wortabstand für Linkliste */

