/* CSS Document */

/* structure */
html {
	margin:0; 
	padding:0;
	height:100%; 
}
body {
	color: #333;
	background: #8B0200;
	margin:0; 
	padding: 0 0;
	overflow:hidden;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

#body-bottom {
	background: #fff url(../style/img/bg-bottom.png) 0 100% repeat-x;
	min-height:966px;
}

#body-top {
	background: url(../style/img/bg-top.png) 0 0 repeat-x;
	min-height:966px;
}
#area {
  	height: 500px;
    width: 500px;	
    left: 50%;
    margin-left: -250px;
    position: absolute;
    text-align: center;
    top: 200px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
	/*border: 1px dashed black;*/
}
#footer {
  	height: 30px;
    width: 500px;	
    left: 50%;
    margin-left: -250px;
    position: absolute;
    text-align: center;
    top: 700px;
    text-align: center;   
/*	border: 1px dashed black;*/
}
#logo {
	float:left;
	width:500px;
	text-align: center; 	
	/*border: 1px dashed black;*/
}
