


body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#463107;
	line-height: 16px;
	background-color:#d0c5a7;
	text-align: left;
}

/**
 * Container um alles (zentiert den content)
 */
div#container {	
	position: absolute;
	top: 0px;
	left: 50%;
	width:804px; 
	margin-left:-402px;	
	background-color:#d0c5a7;
}

* {
	margin:0px;
	padding:0px;	
}

h1 {
	font-size:14px;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

p {
	margin-bottom:15px;
}

ul {
	margin-left:15px;
}

a:link,
a:visited  {
	color:#463107;
	text-decoration:underline;
	font-weight:bold;
}


a:hover {
	color:#000000;
	text-decoration:none;
}