/* CSS Document */

/*----------Zentrierung test-----------------*/
BODY {
background-color: #321e1a;
 margin: 0px 0px 0px 0px;
}

#container_1 {
/*background-color: red;*/
 position: absolute;
 width: 845px;
 height: 628px;
 left: 50%;
 top: 50%;
 margin-left: -422px;
 margin-top: -314px;
}
/*----------Zentrierung test-----------------*/

/*#strech {
	background-color: red;
	margin: 0px;
	padding: 0px;
	height: 10px;
	max-height: 150px;
	position: absolute;
	display: block;
}*/

#container_2 {
	/*position:absolute;*/
	position:relative;
	text-align: center;
	margin: auto;
	width:845px;
	height:628px;
}

#container_big {
	background-image: url;
	text-align: center;
	margin: 3px auto;
	width:1000px;
	height:795px;
}

a {
	/*text-decoration: none;*/
}

a: hover {
	color: #5D5D5D;
}

.logo {
	margin-right: 75px;
}

#antiflash {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 2000px;
	height: 2000px;
	color: #000000;
}