/* CSS Document */
body {background-color:#E6E6E6;
	  background-repeat:no-repeat;
	  background-attachment:fixed;
	  background-position:center;
	  }
	  
img.center {
	position: absolute;
	left: 50%;
	width: auto;
	margin-left: -333px; /* negative Hälfte von width:400px */
	top: 50%;
	height: auto;
	margin-top: -186px;
	border:0;
}


#mittigesbild { 
        position: absolute; 
        width: 900px; 
        height: 450px; 
        margin-left: -450px; 
        margin-top: -250px; 
        left: 50%; 
        top: 50%; 
		border:0;
       
        } 
#mittigesbild2 {position: absolute; 
        width: 375px; 
        height: 375px; 
        margin-left: -186px; 
        margin-top: -186px; 
        left: 50%; 
        top: 50%; 
		border:0;
       
        } 

a {
	text-decoration:none;
	text-decoration:inherit;
	
}

h1 {
	position: absolute;
	text-align:center;
	font-size:6px;
	color:#CCCCCC;
	visibility: hidden;
}

img.center2 {
	position: absolute;
	left: 50%;
	width: 375px;
	margin-left: -130px; /* negative Hälfte von width:400px */
	top: 50%;
	height: 405px;
	margin-top: -183px;
	border:0;
}



