body{
	right:0;
	margin:0;
	padding:0;
	
	font-family: Verdana;
	font-size:0.8em;
	background:#F6FFE1;
	background-image:url(images/background_page.png);
	background-repeat:repeat-x;
}

html, body{
	height:100%;
}

*{
	color:#184C00;
	border:0;
}

#wrapper{
	position:relative;
	min-height:100%;
	width:1053px;
	margin: 0 0 0 auto;
	background: url(images/background_wrapper.png) repeat-y;
	margin-bottom:-105px;
}

#header{
	width:1053px;
	height:463px;
	background: url(images/header.jpg);
	margin-bottom:-105px;
}

#navigation{
	position:absolute;
	top:15px;
}

#navigation ul li{
	list-style-type:none;
}

#navigation ul li a{
	position:relative;
	display:block;
	width:129px;
	height:29px;
	margin-bottom: 6px;
	font-size: small;
	text-align: center;
	text-decoration: none;
	background: url(images/navi_bg.png);
	padding-top:13px;
	opacity: 0.8;
}

#navigation ul li.active a{
	opacity:1;
	background:url(images/navi_bg_active.png);
}

#aktuell{
	position:absolute;
	width:210px;
	top:165px;
	left:710px;
	text-align: right;
}
#aktuell h1{
	font-size: medium;
	margin-bottom:0;
	padding-bottom:0;
}
#aktuell dt{
	font-weight: bold;
}
#aktuell dd{
	margin-bottom: 10px;
}
#aktuell dd a{
	text-decoration: none;
}

#content{
	position:relative;
	width: 530px;
	margin:-150px 0 0px 40px;
	padding-bottom:104px;
}

#content input, #content textarea {
	border: 1px solid #184C00;
}

h1, h2, h3 {
	font-weight:normal;
}

h1{
	font-size: x-large;
}

h2{
	font-size: large;
}

h3{
	font-size: 110%;
}

hr{
	height:1px;
	border: 1px dashed #184C00;
}

#navigation ul li a:hover{
	opacity: 1.0;
}

#footer {
	position:relative;
	width:100%;
	height:104px;
	background:url(images/background_footer.png) repeat-x;
	font-size:x-small;
}
#footer-wave{
	position:relative;
	width:1053px;
	height:104px;
	background:url(images/wave_footer.png) no-repeat right;
	margin: 0 0 0 auto;
}
#footer-wave .bodytext{
	padding: 70px 0 0 40px;
}

/* Guestbook */

.tx-guestbook-field {
	width:100%;
	clear:both;
}
.tx-guestbook-field label {
	float:left;
	width:30%;
}
.tx-guestbook-field input, .tx-guestbook-field textarea {
	float:left;
	width:69%;
}
.tx-guestbook-field input.tx-guestbook-submit {
	margin-left:30%;
}
.tx-guestbook-left {
	margin-top:-15px;
	font-size: x-small;
}
/* NEWS */
.news_date {
	font-size: 110%;
}