body, html
{ 
	
	background-image:url(images/verlauf_1.gif);
	background-repeat:repeat-y;
	height:100%; 
	margin:0; 
	padding:0; 
	text-align:center; 
	overflow:auto;
}


#center {
	position:relative;
	background-color:#ffffff;
	border-color:#666666;
	border-style:groove;
width:500px; 
	height:94%;
    margin: 0 auto 0 auto;
	padding: 0;
	top: 20px;
	
}


	
#Mitte {
	position:absolute;
 	width:488px;
	height:470px;
	z-index:1;
	left: 13px;
	top: 7px;
	visibility: visible;
	}

/*  Text-Inhalt in den Absätzen Anfang */
p
{
text-align:left;
margin-left:4px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em; color:#000000;
}

a
{
color:#000000;
font-weight:bold;
text-decoration:none;
}



/*  Text-Inhalt in den Absätzen Ende*/
