a:link {
color: #FFFFFF;
text-decoration:none;
}

a:visited {
color: #FFFFFF;
text-decoration:none;
}

a:hover {
color: #FF0000;
text-decoration:none;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5C0101;
}


#balken_oben {
	background-color: #CC0000;
	height: 30px;
	width: 100%;
}

#balken_unten {
	background-color: #CC0000;
	height: 20px;
	width: 100%;
}

#container {
	background-color: #000000;
	height: 500px;
	width: 100%;
	
	
}

#flash_container {
	background-color: #000000;
	height: 500px;
	width: 990px;
	margin: auto;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

#mini_balken_oben {
	background-color: #CC0000;
	height: 5px;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#mini_balken_unten {
	background-color: #CC0000;
	height: 5px;
	width: 100%;
	border-top-width: 3px;
	border-right-width: 100%;
	border-bottom-width: 3%;
	border-left-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

