body {
		font-family: Arial, Verdana, sans-serif;
		font-size: 16px;
		color: #ffffff;
		line-height: 20px;
		background: url(../images/back.gif) repeat-x top #82b945;
		text-align: left;
}

blockquote {
/*    background: #95d560;  */
    font-family: "Comic Sans MS", Times, serif;
    font-size: 18px;
    font-weight: bold;
		font-style: italic;
		color: #ffffd0;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 20px 0px;
}

#wrapper {
		width: 980px;
		position: relative;
		margin: 0 auto 0;
}
	
#logo {
		position: absolute;
		top: 20px;
		left: 2px;
		width: 360px;
		height: 70px;
}

#content_left, #content_middle, #content_right {
		position: absolute;
		top: 540px;
		width: 300px;
		padding: 0 0 20px 8px;
		border-left: solid 1px #acd185;
}

#content_left {
		left: 20px;
}

#content_middle {
		left: 347px;
}

#content_right {
		right: 0;
}

h1 {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 20px;
}

h2 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 13px;
}

h3, h4, h5, h6 {
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 8px;
}

h5, h6 {
		font-weight: normal;
		font-style: italic;
}

p {
		padding-bottom: 20px;
	}

a:link, a:visited { 
		font-weight: bold;
		text-decoration: none;
		color:#90f080; 
	}
		
a:hover {
		text-decoration: none;
		color:#ffffff;
	}


ul {
		margin: 5px 0 20px 20px;
}

ul li {
		list-style: disc;
		padding-bottom: 7px;
}


/* Hauptmenü */

#menue {
		position: absolute;
		left: 0;
		top: 100px;
		width: 130px;
		height: 320px;
}

#menue2 {
		position: absolute;
		right: 20px; /*right: 0*/
		top: 100px;
		width: 200px;
		height: 320px;
}

#menue ul, #menue2 ul {
		margin: 0;
		list-style: none;
		font-weight: normal;
		width: 100%;
}

#menue ul li {
		margin: 0;
		list-style: none;
}

#menue2 ul li {
		list-style: none;
}

#menue ul li a:link, #menue ul li a:visited, #menue2 ul li a:link, #menue2 ul li a:visited {
		text-decoration: none;
		font-size: 20px;
		color: #97836e;
		line-height: 22px;
}

#menue ul li a:hover, #menue ul li a.active, #menue2 ul li a:hover, #menue2 ul li a.active {
		color: #82b945;
}

.inhalt {
		position: absolute;
		bottom: 0;
		width: 100%;
}

#menue .inhalt {
		text-align: right;
}

#bilderrahmen {
		position: absolute;
		background: url(../images/bild_hg.gif) no-repeat top left;
		width: 592px;
		height: 411px;
		left: 149px;
		top: 100px;
}

#bilderrahmen img {
		padding: 20px 0 0 20px;
}

del {
		text-decoration: line-through;
}

ins {
		text-decoration: underline;
}

sup, sub {
       line-height: 0;
       font-size: 80%;
}

sup {
		vertical-align: text-top;
}

sub {
		vertical-align: text-bottom;
}

.pdf_Inhalt {
		position: relative;
		float: left;
		margin: 0 0 12px 0;
		width: 280px;
}

.pdf {
		position: relative;
		float: left;
		width: 280px;
		padding-bottom: 20px;
}

.pdf img {
		top: 0;
		left: 0;
		float: left;
		border: none;
}

.pdf p {
		margin: 0 0 0 40px;
		padding: 0;
		width: auto;
}

.zeile {
		position: relative;
		padding: 5px 0 5px 0;
}

form input, form textarea {
		font-family: Arial, Verdana, sans-serif;
		font-size: 16px;
		color: #336424;
		border: none;
		background: #d7ffb2;
		padding: 5px;
}

form input {
}

form label {
		margin: 0 0 0 5px;
}

form p {
		padding: 0 0 20px 0;
}

.fehler {
		border: solid 1px #900;
		background: #ffe0e0;
}