* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	background-image: url("./img/bg.jpg");
	background-repeat: repeat-x;
}

div#main {
	margin: 15px auto 0em;
	width: 810px;
	background-color: #C6CFA8;
	background-image: url("./img/menu.gif");
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #000000;
	min-height: 700px;
}

div#header {
	height: 180px;
}

div#logo {
	height: 150px;
	float: left;
	width: 210px;
}
div#image {
	height: 150px;
	width: 600px;
	background-color: #C6CFA8;
	float: left;
	background-color: #FFFFFF;
	background-color: #C6CFA8;;
}

div#menu {
	height: 30px;
	background-color: #526B1E;
	clear: both;
}
div#menu a:link, div#menu a:visited {
	display: block;
	float: left;
	width: 135px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
div#menu a:hover, div#menu a:active {
	background-color: #708941;
}

div#left {
	width: 210px;
	float: left;
	padding-top: 0.5em;
	background-color: #FFFFFF;
}
div#submenu {
	border-bottom: 2px solid #C6CFA8;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
div#submenu ul {
	list-style: none;
}
div#submenu ul li {
	height: 30px;
}
div#submenu a:link, div#submenu a:visited {
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	display: block;
	padding-left: 1em;
	font-weight: bold;
	color: #526B1E;
}
div#submenu a:hover, div#submenu a:active {
	background-color: #C6CFA8;
}
div#submenu ul li img {
	vertical-align: middle;
	margin-left: 10px;
}

div#left div.news {
	border-bottom: 2px solid #C6CFA8;
	padding: 0em 0.5em 0.5em;
	margin-bottom: 0.5em;
}
div#left div.news .eintrag {
	margin-top: 1em;
}
div#left div.news .title {
	font-size: 11pt;
	font-weight: bold;
}
div#left div.news .datum {
	font-size: 10pt;
	font-weight: normal;
}
div#left div.news p {
	font-size: 10pt;
	margin-top: 0.5em;
}

div#content {
	width: 600px;
	float: left;
}
div#padding {
	margin: 0.5em 1em 1em 0.5em;
}

div#content a:link, div#content a:visited {
	color: #526B1E;
	text-decoration: underline;
}
div#content a:hover, div#content a:active {
	color: #FFFFFF;
	text-decoration: none;
}

div#content h1 {
    margin-bottom: 1.5em;
    font-size: 14pt;
    font-weight: bold;
}
div#content h2 {
    margin-bottom: 1em;
	margin-left: 0.5em;
    font-size: 13pt;
    font-weight: bold;
}
div#content h3 {
	margin-bottom: 0.5em;
	margin-left: 1em;
    font-size: 11pt;
    font-weight: bold;
}

div#content p {
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: justify;
}

div#content .center {
	text-align: center;
}
div#content hr {
	margin: 1em;
	height: 0px;
	border-width: 0px;
	border-top: 1px solid #000000;
}

div#content ul {
	margin-left: 3em;
	margin-bottom: 1em;
	list-style-type: disc;
}
div#content ul li {
	padding-left: 0.3em;
}

div#content p.error {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	border: 1px solid #DD0000;
}
div#content p.success {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	border: 1px solid #526B1E;
}

div#content a.top {
	display: block;
	text-align: right;
}

.small {
	font-size: 9pt;
}

div#content table#vorstand {
	margin: 1em auto;
}
div#content table#vorstand td.name {
	padding-left: 30px;
}

div#haftung {
	margin-top: 4em;
	margin-left: 1em;
}
div#haftung p {
	margin-left: 0em;
	font-size: 9pt;
}

form#anmeldeformular label {
	width: 9em;
	display: block;
	float: left;
}
form#anmeldeformular p {
	margin-bottom: 0.5em;
}
span.star {
	color: #DD0000;
}

div#bildauswahl {
	width: 560px;
	overflow: auto;
	margin-left: 1em;
	white-space: nowrap;
	padding: 5px 0pt;
	height: 112px;
}
div#bildauswahl img {
	height: 90px;
	margin: 0pt 3pt;
	border: 1px solid #526B1E;
}
div.images {
	margin: 1em auto;
	text-align: center;
}
div.images img {
	border: 1px solid #526B1E;
}

div#footer {
	margin: 0em auto 15px;
	width: 800px;
	text-align: center;
	font-size: 8pt;
}

div.galerie img {
	border: 1px solid #526B1E;
	margin: 2px;
}