@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
html {
	height: 101%;
}
body {
	height: 100%;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background: #5F8000 url(img/bg_light.gif) repeat-y center top;
}

/* header */
.header {
	height: 130px;
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #719211;
}

/* structure */
.container {
	min-height: 100%; 			/* Angabe, um Hoehe 100% im Browser*/
	height: auto !important; 	/* Angabe, um Hoehe 100% im Browser*/
	height: 100%;
	width: 900px;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(img/bg_container.gif);
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
a {color: #682;
	outline:none;
}
a:hover {color: #9A6;
	outline:none;}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code {
	padding-bottom: 1.2em;
}
strong {
	font-weight: bolder;
	color: #336633;
}
ul {
	list-style-type: none;
	margin-left: 1.4em;
}
h1 {
	font-size: 1.4em;
}
h1,h2,h3 {
	color: #336633;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 1.4em;
	font-weight: normal;
	margin-top: 1em;
	color: #336633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8AAA4A;
	padding-bottom: 5px;
}
h2 span {
	display: block;
	padding-top: 0.3em;
}
h3 {
	font-size: 1.3em;
	padding-bottom: 0.8em;
}
h4 {
	font-size: 1.2em;
	color: #336633;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEC575;
	margin-top: 15px;
}
h5 {
	font-size: 1.3em;
	color: #336633;
}

blockquote {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	margin-bottom: 2em;
	padding: 6px 12px;
	background-color: #EDFCC4;
}

blockquote p {padding: 3px 0;}
.bildrechts {
	float: right;
	border: 1px solid #C5E475;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}




/* misc */
.clearer {clear: both;}

/* top */
.top {
	height: 60px;
	margin: 0 auto;
	width: 830px;
	background-color: #F6FCF2;
	font-weight: normal;
	font-variant: normal;
	position: relative;
}

.top .img {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
.contact {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 270px;
}
.contact ul {
	list-style-type: none;
}
.contact li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
}
.contact a:link, .contact a:visited {
	text-decoration: none;
	color: #336633;
	font-size: 1.25em;

}
.contact a:hover, .contact a:active {
	color: #81AC00;
}
.contact .on {
	color: #81AC00;
	font-size: 1.25em;
}


/* item */
.item {clear: both;}
.item .date {
	background: url(alt/img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 35px;
	text-align: center;
	width: 36px;
}
.item .top {
	color: #336633;
	float: left;
	height: 35px;
	text-align: center;
	width: 36px;
	font-size: 1em;
	line-height: 30px;
	background-color: #EEFDC5;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 650px;
	padding-bottom: 20px;
}
.item h1 {
	color: #FFF;
	line-height: 35px;
	padding-left: 16px;
	background-color: #336633;
}
.item .body {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-top: 20px;
}
.body p {
	line-height: 1.5em;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
.body ul {
	margin-bottom: 2em;
	margin-left: 1.5em;
}
.body li {
	list-style-type: none;
	list-style-image: url(img/li.gif);
	line-height: 1.5em;
	font-size: 1.25em;
	padding-bottom: 0.5em;
}
.body table {
	background-color: transparent;
}
.body td {
	vertical-align: top;
}





/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 178px;
}
.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 35px;
	padding-left: 6px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	font-size: 1.25em;
}
.navigation li a {
	background: #E8F6BF url(alt/img/bgnavigation.gif) repeat-x;
	color: #553;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}
.navigation  .on {
	color: #336633;
	font-weight: bolder;
}


/* footer */
.footer {
	color: #FFF;
	font-size: 1.1em;
	line-height: 35px;
	width: 830px;
	position: absolute;
	left: 35px;
	bottom: 0px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/bgfooter.gif);
	background-repeat: repeat-x;
	clear: both;
}
.footer a {
	color: #FFF;
	padding-left: 20px;
	text-decoration: none;
}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {
	float: right;
}
.impressum {
	position: absolute;
	right: 104px;
	top: 0px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #E2F4AE;
}
.linegreen {
	border-top: 1px solid #336633;
}
.border {
	border: 1px solid #81AC00;
}
.firm {
	font-weight: bold;
	color: #336633;
}
.center {
	text-align: center;
}
#form {
	font-size: 1.25em;
	width: 600px;
	margin-bottom: 50px;
}


.oben {
	height: 25px;
	padding-top: 20px;
	padding-left: 450px;
	padding-bottom: 20px;
}
.oben a {
	font-size: 1.2em;
	text-decoration: none;
	height: 25px;
}
li a:link, li a:visited {
	text-decoration: none;
}

