@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
        font-family:Helvetica,Arial,sans-serif;
        text-decoration:none;
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 130%;
	background-color:rgb(160,160,160);
	border:0; 
	height:100%;

}

a{
	text-decoration:none;
}

#contentwrapper{
	margin: 0;
	padding: 0;
	width: 851px;
}

#pagewrapper{
	width: 851px;
	height: 759px;
	padding: 0;
	margin: 0px auto;
}

#drucken a{
        margin-top:10px;
        margin-left:200px;
        text-decoration:none;
        color:#FFFFFF;
}

#left p a{
        text-decoration:none;
        color: #FFFFFF;
}




