/* CSS Document */

html, body {
	overflow:auto;
	background-color:#99ccff;
}

#wrapper { 
		position:absolute;
		top: 50%;
		left: 50%;
		/*height: 300px; */ 
		width:100%;
		margin: -100px 0px 0px -50%;
		padding: 30px;
		background-color: #ffffff;
		/**/	/**/   /**/
}

.bild {	max-width: 100%;
    	height: auto;
		border: 0;
}


#textbereich {
		margin: 50px auto;
		width: 80%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #ffffff;
		color:#000066;
		font-size:14px;
		padding: 40px;
		text-align:center;
}

#textbereich a {
		color: #000066;
		font-size: 14px;
		text-decoration:none;
}
#textbereich a:hover, a:focus {
		color: #000066;
		text-decoration: underline;
}

h1 {font-size:180%;}