/* 
*/

/* grundlegende Seiteneinstellungen */

body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin:0% 0%;
        background-color: #BB0000;
	color: #0000FF;
}


p {
	clear:both;
	color: #3333FF;
}

h1, h2, h3, h4 {
	float:left;
	height:1.5em;
	margin-left: 1.5em;
}



ul {
	list-style: none;
	list-position: inside;
}

li {
	text-align: center;
	width: 10em; 
}


table {
}

a:link, a:visited, a:active {
        text-decoration: none;
        color: #FF0000 !important;
       }

a:hover {
        color: #AA0000 !important; 
       }
