body {
	border: 0; 
	padding: 0;
	margin: 0;
	background-color: #f5f4f4;
}


#container {
    width: 720px;
    height: 800px;
    position:absolute;
	top: 5%;
	left: 50%;
	margin-left: -400px;
}

#header {
	position: absolute;
    width: 700px;
    height: 100px;
 	top: -107px;
	left: 5%;   
    background-color: #ace07a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#footer {
	position: absolute;
    width: 700px;
    height: 100px;
	left: 5%; 
	bottom:0px;
    background-color: #ace07a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		

}

/*NAVIGATION*/ 

#categories {
	font-family: Helvetica Neue, Arial;
	list-style: none;
}

#categories li {
	float: left; 
	margin: 0 7px 0 10px;
}

#categories li a {
	font-size: 1em; 
	font-weight: bold;  
	color: #999999;
	text-decoration: none;
}

#categories li a:hover {
	color: #ace07a;
}

#categories .willkommen a{
	color: #666666;	

}


/*CONTENT*/ 

#content {
	position: relative;
	top: 5%;
	margin: 0 0 0 55px;
	font-family: Helvetica Neue, Arial;

}

#content h1 {
	font-size: 64px;
	font-weight: bold;
	color: #ace07a;
	text-shadow: 0px 1px 0px #ffffff;
}

#content p {
	color: #7b7b7b;
	text-shadow: 0px 1px 0px #ffffff;
}

#content img {
	margin-left: 150px
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #707070;
	text-shadow: 0px 1px 0px #ffffff;
}

#content a {
	color: #696969;
	text-shadow: 0px 1px 0px #ffffff;
}

#box {
	margin-top: 120px;
	margin-left: 35px;
	height: 300px;
	width: 700px;
	background-color: #ace07a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#cc {
	padding-left: 45%;
	padding-top: 20px;
}

