/* styles.css */

html, body {
	font-family:Verdana, Arial, sans-serif;
	font-size:10pt;
	color:#ffffff;
	background-color:#140400; /* dunkelbraun */
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	

#center {
	height:100%;
	width:907px;
	margin:0 auto;
	}

#leerzeile {
	height: 15px;
	}
	
h2 {
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	}
	
a:link, a:visited, a:hover, a:active {
 	text-decoration:none;
 	font-weight:bold;
 	color:#FFFFFF;
	}
a:visited {
	color:#FFFFFF;
	}
a:hover, a:active {
 	color:#f7bf13;  /* orange */
 	text-decoration:underline;
 	font-weight:bold;
	}