/*
Copyright(c) Rupert Eibauer
Hinteres Dorf 29
94405 Oberhöcking

Alle Rechte vorbehalten. Vervielfältigung im Ganzen oder in Teilen ohne meiner
schriftlichen Zustimmung ist untersagt

All rights reserved. Reproduction as a whole or in parts without a written permission
from me is prohibited.
*/
body {
	background: #ffc;
	font-family: sans-serif;
}
div#content {
	background: #fff;
	width: 750px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
div#content ul.big li {
	font-size: 16px;
}
p.clear {
	clear: both;
}
div#content p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	font-size: 14px;
	text-align: justify;
}
div#content h1 {
	font-size: 24px;
}
div#content h2 {
	font-size: 20px;
}
div#content p img  {
	display: inline;
	border: none;
	background-color: #fff;
}
div#content img.right,
div#content img.left,
div#content img.center {
	display: block;
	border: 10px solid #ffc;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content img.right,
div#content table.right {
	clear: right;
	float: right;
	margin-left: 10px;
}
div#content img.left,
div#content table.left {
	clear: left;
	float: left;
	margin-right: 10px;
}
div#content img.center,
div#content table.center {
	clear: both;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
div#content table.center {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	
}
div#content table th:first-child {
	width: 30%;
}
div#content table th {
	background-color: #ffc;
	text-align: left;
	font-size: 16px;
}
div#content p img.right {
	margin-right: -10px;
}
div#content p img.left {
	margin-left: -10px;
}

/* banner 750x262 */
div#menu {
	display: block;
	width: 750px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background: url(banner-750.jpg);
}
div#menu ul {
	margin: 0;
	padding: 0;

	
	display: block;
	position: relative;
	top: 300px;
}
div#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;

	display: inline;
}
div#menu ul li ul {
	position: absolute;
	top: 30px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}
div#menu a, div#menu a:link, div#menu a:visited, div#menu a:focus, div#menu a:active, div#menu a:hover {
	color: #000;
	padding: 2px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
div#menu a:hover {
	color: #fff;
	background-color: #000;
}


