* { 
	margin: 0; 
	padding: 0; 
}

html * { 
	font-size: 100.00%; 
}

body { 
	font-family: Trebuchet MS; 
	font-size: 75.00%; 
	color: #4D4D4F; 
}

#page {
	width: 777px;
	margin: 0 auto;
}

#header {
	margin-top: 20px;
	background-image: url(images/bg1.gif);
	background-repeat: no-repeat;	
}

#header ul {
	list-style: none;
	width: 777px;
	height: 40px;
}

#header ul li {
	display: inline;
	float: left;
}	

#header ul li a {
	margin-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#header ul li a:hover {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #606060;
	height: 18px;
	display: block;
	color: #CACACA;
}

#header img {
	margin-top: 5px;
}

#main {
	border-top: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	
	background-color: #E5E5E7;
	
	padding: 15px;
}

#main h2 {
	color: #E6007C;
	border-bottom: 1px solid #656567;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#main p {
	text-indent: 20px;
	margin-bottom: 15px;
}

#main a {
	color: #E6007C;
}

#footer {
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;	
	
	padding-top: 10px;
}

#footer a {
	float: left;
	color: #E6007C;
}

#rechts {
	float: right;
}
