﻿/* ============================================= */
/* CSS für FallerStart */

Body 
{
	background-color: #FFFAEC; /*beige */
	/* background-color: #000000; /* black */
	/* background-color: #B50023; /*red */
}
#Main {
	position: absolute;
	float:inherit;
	/*top: 190px;*/
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
	min-width: 1024px;
	min-height: 669px;
}

#divBG {
	position: static;
	width: 100%;
	height: 669px;
	min-width: 1024px;
	min-height: 669px;
	background-color: #FFFAEC; /*beige */
	/* background-color: Black; */
	border: 0px;		
}

a {
	border: 0px;
	text-decoration: none;
}
