html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #B2C88C;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper	{
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background-image: url(bilder/bg-wrapper.jpg);
	background-repeat: repeat-y;
	margin-bottom: 30px;
	margin-top: 30px;
}

#topnavi	{
	width: 950px;
	height: 35px;
	background-image:	url(bilder/bg-topnavi.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#header	{
	width: 950px;
	height: 245px;
	background-image: url(bilder/bg-header.jpg);
}

#seite	{
	width: 950px;
	background-image: url(bilder/bg-seite.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#inhalt	{
	float: left;
	width: 620px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 1.3em;
}

.meldung	{
	width: 620px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#sidebar	{
	float: right;
	margin-right: 10px;
	width: 245px;
}

#sidebarnavi	ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 30px;
}

#sidebarnavi	li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#sidebarnavi	a {
	font-size: 13px;
	font-weight: bold;
	color: #5F3F93;
	text-decoration: none;
	display: block;
	background-image: url(bilder/button-sidebarnavi.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-bottom: 9px;
	padding-top: 6px;
}

#sidebarnavi	a:hover {
	color: #536B2D;
	text-decoration: none;
}

#clear	{
	clear: both;
	height: 5px;
}

#footer	{
	width: 950px;
	height: 70px;
	background-image: url(bilder/bg-footer.jpg);
}

.copyright	{
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 35px;
	margin-top: 25px;
}

.top	{
	float: right;
	margin-right: 30px;
	margin-top: 25px;
}

h1	{
	font-weight: bold;
	color: #536B2D;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: #EBFEDA;
	background-image: url(bilder/bg-h1.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 65px;
	padding-top: 9px;
	padding-bottom: 10px;
}

h2	{
	font-weight: bold;
	color: #65C60B;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #546B2E;
	padding-bottom: 2px;
}

h3	{
	font-weight: bold;
	color: #536B2D;
	font-size: 14px;
	border-bottom: 1px solid #546B2E;
	padding-bottom: 2px;
}

.firstletter	{
	font-size: 17px;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fettkursiv {
	font-style: italic;
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

.fettgruen {
	font-weight: bold;
	color: #65C50B;
}

.fettrot {
	font-weight: bold;
	color: #536B2D;
}

a.navi:link 	{
	text-decoration: underline;
	color: #5F3F92;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #5F3F92;
}

a.navi:hover 	{
	text-decoration: overline;
	color: #5F3F92;
}

a.navi:active 	{
	text-decoration: underline;
	color: #5F3F92;
}

.mitglieder td	{
	text-align: center;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.mitglieder img	{
	padding-bottom: 5px;
}

.links li	{
	padding-bottom: 5px;
}
