




html,body{
	margin:0;
	padding:0;
	height:100%;
	color:#000;
}

body{
	text-align:center;
	background-color:#fff;
	font-family: arial, sans-serif;
	
}
div#header{ display:none;}
div#navigation{ display:none;}
div#feet{ display:none;}
div#rechts{display:none;}
form{ display:none;}
a {
	text-decoration:none;
}
div#container{
	background-color:#fff;
	width:100%;
	margin:0px auto;
	text-align:left;
	padding:0;

}

div#wrapper{
	width:100%;
	margin:0px;
	padding:0;
	background-color:#fff;
}

div#contentText{
	padding: 25px;
	background-color:#fff;

	
								
	
}
div#contentText img{
	border:0;
	margin:10px;
}

div#contentLinks{
	float:left;
	width:450px;
	margin: 0 20px 0 0;
}
div#contentRechts{
	float:left;
	width:220px;
}
