/* Stylesheeds für Marks Website */

* { padding: 0; margin: 0; }

body {
	color: #FFFFFF;
	background-color: #8c8c8c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
	
/* ======================================================================
	1. DIV-Bereiche
=========================================================================*/
	
#wrapper {
	color: black;
	background-color: white;
	width: 720px; /*Breite des Inhaltsbereichs*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
#kopfbereich {
	color: black;
	background-color: #f3c600;	
	background-image: url(img/kopf_bg_verlauf.gif);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

/*Verschachtelter Selektor: betrifft nur die Grafik im Kopfbereich */

#kopfbereich img {
	background-color: white;
	padding: 5px;
	border: 5px solid #d9d9d9;
	}
	
#kopfbereich p {
	padding: 5px 0 5px 0;
	margin-bottom: 0; /*weil's vorher 1em war*/
	}
		
#navigation { display: none;}
	
	
#textbereich {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
#fusszeile {
	padding: 20px;
	padding-top: 10px; /*Innenabstand oben, unterhalb Linie*/
	border-top: 2px solit #000000; /*Rahmenlinie oben*/
	margin-top: 20px; /* Aussenabstand oben*/
	}
	
/*================================================================
	Allgemeine HTML-Elemente
==================================================================*/
		
address {
	text-align:center; /*zentrieren*/
	font-size: 80%;	/*etwas kleiner*/
	font-style: normal; /*normale Schrift, nicht kursiv*/
	letter-spacing: 1px; /*Abstand zwischen den Buchstaben*/
	line-height: 1.5em; /*Zeilenabstand*/
	}
	
	p, ul {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 1em; /*Abstand nach unten*/
		margin-left: 0;
		}
		
	ul ul {
		margin: 0;
		}
		
	li {
		magrin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 1em; /* Abstand von links*/
		}
		
	h1 { font-size: 150% }
	h2 { font-size: 130%;
		margin-bottom: 1em;}
	
	a { text-decoration: none; outline: none; }
	a:link { color: #d900000; }
	a:visited { color: #cc6666; }
	a:hover, a:focus {text-decoration:underline; }
	a:active {color: white; background-color: #ffffff;}
	
.skiplink {display: none;}
