body {
	font-family: Arial, Helvetica, Tahoma;
}
a {
	text-decoration: underline;
	color: #8B4513;
}
a:hover {
	text-decoration: none;
	color: #B8860B;
}
.header {
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	width: 924px;
	height: 200px;
}
.top {
	text-align: right;
	font-size: 0.8em;
	color: #8B4513;
	margin: -10px 50px 0px 0px;
}
.menuhoriz {
	background-image: url('img/menuhoriz.png');
	background-repeat: repeat-x;
	height: 29px;
	width: 924px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menuhoriz ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.menuhoriz ul li {
	list-style: none;
	float: left;
	position: relative;
	margin-left: 5px;
	padding: 2px 0px 0px 0px;
}
.menuhoriz ul li a {
	text-decoration: none;
	display: inline-block;
	height: 25px;
	padding: 2px 15px 0px 15px;
	color: #8B4513;
}
.menuhoriz ul li a:hover {
	background-image: url('img/menuhorizhover.png');
	background-repeat: repeat-x;
	color: #8B4513;
}
#current {
	display: inline-block;
	background-image: url('img/menuhorizhover.png');
	background-repeat: repeat-x;
	text-decoration: none;
	margin-top: 2px;
	padding: 2px 15px 0px 15px;
	height: 25px;
	color: #8B4513;
}
.content {
	background-image: url('img/content.png');
	background-repeat: repeat-x;
	width: 924px;
	min-height: 50px;
}
.menu h3 {
	text-align: center;
	background-image: url('img/topbeitrag.png');
	background-repeat: repeat-x;
	color: #FFF0B0;
	font-size: 1em;
	height: 25px;
	width: 200px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px -3px 0px;
}
.menu {
	float: left;
	background-color: #fff5e1;
	color: #FFF0B0;
	width: 200px;
	margin: 15px 0px 0px 5px;
	border-bottom: 3px solid #d5b17a;
}
.menu ul, .menu li {
	margin: 0px 2px 0px 15px;
	padding: 2px 3px 2px 1px;
	text-align: left;
	list-style-type: disc;
	color: #8B4513;
}
.menu ul li a {
	width: 160px;
	color: #8B4513;
	list-style-position: outside;
}
#undercurrent {
	font-weight: bold;
}
.beitrag {
	float: right;
	width: 700px;
	margin: 15px 5px 5px 0px;
	background-color: #fff5e1;
	text-align: left;
	border-bottom: 3px solid #d5b17a;
}
.beitrag div {
	padding: 3px 3px 3px 3px;
}
.beitrag h3 {
	background-image: url('img/topbeitrag.png');
	background-repeat: repeat-x;
	color: #FFF0B0;
	font-size: 1em;
	text-align: left;
	height: 25px;
	padding: 3px 0px 0px 8px;
	margin: 0px;
}
.beitrag h5 {
	font-size: 0.8em;
	text-align: right;
	margin: 2px;
}
.box {
	margin: 0px 10px 0px 10px;
}
.box h4 {
	font-weight: bold;
	padding-left: 10px;
	display: block;
	border-bottom: 2px solid #d5b17a;
	color: #8B4513;
}
.footer {
	background-image: url('img/footer.png');
	background-repeat: repeat-x;
	width: 919px;
	height: 30px;
	font-size: 0.8em;
	padding: 5px 7px 0px 0px;
	color: #FFF0B0;
	text-align: right;
}
.druckalles h3 {
	background-image: url('img/topbeitrag.png');
	background-repeat: repeat-x;
	color: #FFF0B0;
	font-size: 1em;
	text-align: left;
	height: 25px;
	padding: 3px 0px 0px 8px;
	margin: 0px;
}

.druck h5 {
	font-size: 0.8em;
	text-align: right;
	margin: 2px;
}
#thumbcontainer {
	margin: 10px;
	padding-top: 10px;
	text-align: center;
}
#thumbcontainer a img {
	display: inline;
}
#thumbcontainer ul {
	display: inline;
	padding: 0 5px 0 5px;
}
#thumbcontainer ul li {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 5px;
}
#thumbcontainer ul li img {
	border: 1px solid black;
}
#thumbcontainer p {
	margin: 5px 0 5px 0;
}
#grosscontainer {
	margin: 20px;
	padding-top: 15px;
	text-align: center;
}
#grosscontainer #gross {
	border-style: outset;
	border-width: 1px;
}
#grosscontainer a img {
	display: inline;
}
#grosscontainer p {
	margin: 5px 0 0px 0;
}
.nosee {
	display: none;
}
.input {
	color: #8B4513;
	border: 2px solid #d5b17a;
}
.input:hover, .input:focus {
	border: 2px solid #8B4513;
}

.button {
	background-color: #FFF0B0;
	color: #8B4513;
	border: 2px solid #d5b17a;
}
.button:hover {
	border: 2px solid #8B4513;
}