body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #C4DF9B;
}

.table {
	background: #C4DF9B;
	width: 600px;
	margin: 0 auto;
	border: groove;
	border-color: Silver;
	vertical-align: top;
}

.titel {
	height: 100px;
	width: 600px;
	background-color: #C4DF9B;
	text-align: center;
}

.navigation {
	width: 120px;
	padding: 5px;
	border-right: groove;
	border-color: Silver;
	vertical-align: top;
}

.inhalt {
	text-align: center;
	padding: 5px;
	margin-left: 10px;
	width: 460px;
}

.inhalt2 {
	text-align: left;
	padding: 5px;
	margin-left: 10px;
	width: 460px;
}

.copy {
	height: 10px;
	text-align: center;
}

.link {
	font-size: 12px;
}

.link2 {
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-size: 30px;
	color: Maroon;
}

h2 {
	font-size: 16px;
	color: Maroon;
	font-style: italic;
	text-align: center;
}

h3 {
	font-size: 12px;
	color: #005826;
}

h4 {
	font-size: 11px;
	font-style: normal;
	color: Maroon;
}

h5 {
	font-size: 16px;
	color: #636363;
}

h6 {
	font-size: 12px;
	color: #65B722;
}

a {
	font-size: 15px;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #636363;
}