body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#tablett {
	position: relative;
	width: 90%;
	left: 5%;
}
#top {
	background-image: url(../img/back_top_140929.jpg);
	background-position: center center;
	background-size:100% auto;
	height: 250px;
	width: 100%;
	background-repeat: no-repeat;
	text-align: right;
}
#top #logo {
	margin-top: 50px;
	margin-right: 50px;
}

#menue {
	height: auto;
	min-height: 60px;
	width: 100%;
}
#menue a {
	text-decoration: none;
}
#menue a:hover, #menue a.aktuell {
	text-decoration: underline;
}

#menue td {
	padding-top: auto;
	padding-bottom: auto;
}
#menue td.vert_spacer {
	width: 20px;
}

#inhalte {
	background-image: url(../img/back_body_140929.jpg);
	background-position: center top;
	background-size:100% auto;
	height: auto;
	min-height:500px;
	width: 100%;
	background-repeat: repeat-y;
}
#inhalte #inhalt {
	padding: 20px;
	color: #666;
}

#fuss {
	height: 60px;
	width: 100%;
}
#fuss a {
	text-decoration: none;
}
#fuss a:hover {
	text-decoration: underline;
}
#fuss td {
	padding-top: 10px;
	padding-bottom: auto;
}
h1 {
	font-size: 2em;
	color: #488617;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
ol {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
