body {
	background-color: #E9DCB9;
	font-family: Georgia, sans-serif;
	color: #446344;
}
.right {
	float: right;
	width: 72%;
	margin-left:10px;
}
.header {
  float: right;
  clear:both;
	height: 75px;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.text {
	float: right;
	width: 100%;
	margin-bottom: 60px;
}
.text .link {
	text-decoration: underline;
	color: #1C581B;
	font-weight: bold;
}
img {
border:0px;
}

img.left {
float:left;
margin:10px;
}

img.right {
float:right;
margin:10px;
width:153px;
}

#oben {
	font-size: 34px;
	font-weight: bold;
}

#strich {
	background-image: url(linie.gif);
  background-repeat: repeat-x;
  height: 3px;
	width:100%;
}

#untertitel {
  font-variant:small-caps;
  letter-spacing:1em;
}

#unten {
  font-variant:small-caps;
  font-size:0.9em;
  letter-spacing:0.2em;
  font-weight:bold;
}


table {
	font-size: 18px;
	font-weight: bold;
	border: 5px solid #446344;
	border-spacing: 0px;
	margin-left:10px;
	margin-right:10px;
}
td {
	margin-left: 0px;
	width: 200px;
	padding: 5px;
	border-top: 1px solid #446344;
	border-bottom: 1px solid #446344;
	border-spacing: 0px;
	text-align:center;
}
td:hover {
	background-color: #8DB18D;
  color:#E9DCB9;
}
.link {
	text-decoration: none;
	color: #446344;
}
a {
  color:#E9DCB9;
  text-decoration:none;
}
a:hover {
	background-color: #8DB18D !important;
	color:#E9DCB9;
}
.active {
	background-color: #6A7070;
	color:#E9DCB9;
}

a.button:hover {
background-color:#E9DCB9;
}

.navi {
  text-align:center;
  position:fixed;
	float: left;
	height: 350px;
	width: 20%;
	margin-top: 100px;
	margin-left: 20px;
	margin-right:20px;
}
.footer {
	clear: both;
	position: fixed;
	width: 100%;
	height: 5%;
	bottom: 0px;
	text-align: center;
	background-color: #E9DCB9;
	padding-top:5px;
}

#best {
  background-color:#E9DCB9;
  position:fixed;
  text-align:center;
  margin:40%;
}

.big {
  font-size:160%;
  font-weight:bold;
  margin:10%;
}

