/* Stylesheet für die Übungsseite */



body {
	color: #000000; 			/* Schriftfarbe */
	background-color:	#fcfbf5;
	font-family: Trebuchet, Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px; 		/* Schriftgröße */
	line-height: 16px;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #f5f5f5;
	scrollbar-track-color: #f5f5f5;
	scrollbar-face-color: #f5f5f5;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-3dlight-color: #f5f5f5;
	scrollbar-darkshadow-color: #f5f5f5;
	scrollbar-shadow-color: #f5f5f5;
}


td,th {
	background-color: #f8f8f8;

}


#wrapper {
	color: black;
	background-color: #fcfbf6;
}

#wrapper {
	color: black;
	background-color: #fcfbf6;
	align: center; 
}


a {
	text-decoration: none;	/* Unterstreichungen entfernen */
	outline: none; 		/* gepunktete Umrisslinie verschwindet */
	text-transform: uppercase;
} 

a:link {
	color: #000000;
}

a:visited {
	color: #dd2244;
}

a:hover, a:focus {
	color: #dd2244;
	text-decoration: none;
}

a:active {
	color: #000000;
}


h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
	font-style: bold;
	text-transform: uppercase;
}


address {
	text-align: center; 	/* zentriert */
	font-size: 80%;		/* etwas kleiner */
	font-style: normal;	/* normale Schrift, nicht italic oder bold */
	letter-spacing: 2px; 	/* Abstände zwischen den Buchstaben */
	line-height: 1.5em; 	/* Zeilenabstand */
}


.skiplink {
	display: none;
}
