			/*       Basic Styles        */


html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #330000;
	text-align: center;
	color: #ffcc66;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p { 
	margin-top:10px;
        font-size:8pt;
}


a:link, a:visited {
	color: #ffcc66;
        text-decoration: none;
}


a:active, a:hover {
	color: #ff9966;
	text-decoration: underline;
}


h1 {
	font-size:12pt;
	font-weight: bold;
	margin-bottom: 0px;
}


h2 {
	font-size:8pt;
	font-weight: bold;
	margin-bottom: 0px;
}



	/*Klasse zum ausschalten des IMG-Abstand Bug IE */

.blocked {
	display: block;
	}
		



			/* Container der Liste. Abstand und Platzdefinierung.*/


#navi {
	
	font-size: 12pt;
	font-style: italic;	
}

			




	
