body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	color: rgb(55,55,55);
	background-color: solid white;
	position: relative;
	margin:30px ;
	margin-left:30px;
	}
	
	

#navigation_arbeiten a {
	text-decoration: none;
	color: rgb(122,122,122);
}

#navigation_arbeiten a:hover {
	text-decoration: none;
	color: rgb(184,10,35);
}



#navigation a {
	text-decoration: none;
	color: rgb(0,0,0);
	
}
#navigation a:hover {
	text-decoration: none;
	color: rgb(184,10,35);
}


#content {
	position: relative;
	top: 100px;
	line-height: 18px;
	left: 5px;
	width: 850px;
}

#container {
	margin: auto;
	width: 850px;
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
}

img { border: 0px solid white; }


a {
	color: rgb(55,55,55);
	font-family: helvetica, helvetica neue, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	
	}
