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;
	}
	
	
h1 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	color: rgb(213,47,70);
}

h2 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	color: rgb(55,55,55);
	font-weight: bold;
}

#navigation {
	width: 850px;
	height: 20px;
	position: relative;
	left: 5px;
	top: 90px;
	color: rgb(213,47,70);
	padding-left: 0px;
	padding-top: 10px;
	font-size: 100%;
	
}

#navigation_arbeiten {
	width: 850px;
	height: 20px;
	position: relative;
	left: 5px;
	top: 130px;
	color: rgb(213,47,70);
	padding-left: 0px;
	padding-top: 10px;
	font-size: 100%;
}

#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: 160px;
	line-height: 18px;
	left: 5px;
	width: 850px;
}

#container {
	margin: auto;
	width: 850px;
	background-image: url("img/header.jpg");
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
}

img { border: 0px solid white; }


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