* { 
	margin: 0; 
	padding: 0; 
}

html * { 
	font-size: 100.00%; 
}

body { 
	font-family: Arial; 
	font-size: 75.00%; 
	color: #666666; 
	background-color: #f8f1e1;
}

#page {
	width: 783px;
	margin: 0 auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#header {
	/*background-image: url(images/bg1.gif);
	background-repeat: no-repeat;	
	background-position: 0px 40px;*/
}

#header ul {
	list-style: none;
	width: 777px;
	height: 40px;
	background-color: #c7543c;
	margin-left: 3px;
	margin-right: 3px;
}

#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: #fffefe;
	font-size: 14px;
	text-decoration: none;
}

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

#header {
	margin-bottom: 2px;
}

#main {
	/* border-top: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;*/
	
	background-color: #fcf1d5;
	
	padding: 15px;
	margin-left: 3px;
	margin-right: 3px;

	min-height: 500px;
}

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

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

#main a {
	text-decoration: underline;
	color: #5a4c2d;
}

#footer {
	/*background-image: url(images/bg2.gif);
	background-repeat: no-repeat;*/	
	background-color: #8474ab;
	padding: 3px 15px 0px 15px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #f8f1e1;
}

#footer a {
	float: left;
	text-decoration: underline;
	color: #5a4c2d;
}

#rechts {
	float: right;
}
