body {
	background-color: #BFCCAA;
	color: #333333;
}

a:link, a:visited, a:hover {
	color: #6F834E;
	text-decoration: none;
}

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


h3{
	font-size: 16px;
	color: #9A2E2C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A2E2C;

}
 
.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}


.navi {
	padding-top: 100px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.navibottom {
	margin-top: 20px;
	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #BFCCAA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #BFCCAA;
}

#sidebar h3 {
	font-size: 16px;
	color: #BFCCAA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar a:link{
	color: #9A2E2C;
	text-decoration: none;
}

#sidebar a:visited{
	color: #9A2E2C;
	text-decoration: none;
}

#sidebar a:hover{
	color: #9A2E2C;
	text-decoration: underline;
}
