/* CSS Dokument */
/* allgemeine Grundeinstellungen */
* 	{	margin:0px; 
		padding:0px; 
		border:0px none;
		}

html 
	{	height:101%;
		font-size:62.5%;
		}

body 
	{	background-color:#CCCCEE; 
		color:#000000; 
		font-family:Verdana, Helvetica, Arial, sans-serif;
		font-size:1em;
		}
.mitte
	{	text-align:center;
		}
p 	
	{	padding:5px 10px; 
		text-align:justify;
		margin-top:5px;
		margin-bottom:5px}

img{	align:center; margin:0px 0px 0px 5px;
		}
#box {
	position:relative;
	height:100%;
	width:998px;
	margin:0px auto 0px auto;
	color:inherit;
	
}

#box_2 {
	text-align:center;
	position:relative;
	height:100%;
	width:998px;
	margin:0px auto 0px auto;
	color:inherit;
	
}
#box_2 p {text-align:center; }