* {
	padding:0px;
	margin:0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background: #76C31E url(screen/body_background.jpg) repeat-x;
	color: #444;
}

/* Layout */

#site {
	width: 980px;
	margin: 0px auto;
}

#header {
	background: url(screen/header_background.jpg) no-repeat 0px 0px;
	height: 319px;
	position: relative;
}

#logo a {
	position: absolute;
	top: 29px;
	left: 0px;
	height: 100px;
	width: 460px;
}

#header_contact {
	color: #ffffff;
	position: absolute;
	top: 172px;
	left: 35px;
	line-height: 160%;
}

#header_contact a {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	background-color: #ffffff;
	width: 980px;
	padding-bottom: 20px;
}

#content_container {
	background: url(screen/container_background.jpg) no-repeat top left;
	width: 304px;
	float: left;
	margin-left: 15px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	position: relative;
	display: inline;
}

#container-contact {
	border-top: 1px dashed #D1D1C2;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 20px;
	width: 200px;
	line-height: 160%;
	font-size: 14px;
	color: #444;
}

#content_main {
	width:605px;
	float: left;
	padding-right: 56px;
	padding-top: 42px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	line-height: 160%;
}

#content_title {
	background: #75C31E url(screen/title_background.jpg) no-repeat;
	width: 585px;
	height: 40px;
	margin-bottom: 40px;
	padding-left: 20px; 
	color: #ffffff;
	font-size: 25px;
	line-height: 160%;
}

#footer {
	background: url(screen/footer_background.jpg) repeat-x;
	height: 56px;
	border-bottom: 1px solid #5A9617;
	padding-top: 10px;
	padding-right: 56px;
}

#footer img {
	margin-left: 40px;
	float: right;
}

#foobar {
	height: 28px;
	color: #ffffff;
	padding-top: 10px;
}

#foobar a {
	color: #ffffff;
	text-decoration: none;
}

#foobar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#print {
	background: url(screen/print.gif) no-repeat left;
	padding-left: 20px; 
	padding-right: 10px; 
}

#gotop {
	background: url(screen/gotop.gif) no-repeat right;
	padding-left: 10px; 
	padding-right: 20px; 
}

/* Navigation */

#hnavi {
	background: url(screen/hnavi_top.jpg) no-repeat;
	padding-top: 6px;
	margin-top: 137px;
	margin-left: 21px;
}

#hnavi ul {
	width: 202px;
	background-color: #ffffff;
	background: #ffffff url(screen/hnavi_bottom.jpg) no-repeat bottom;
	padding-bottom: 6px;
}

#hnavi li {
	list-style: none;
	width: 200px;
	border-right: 2px solid #D7D7CC;
	background: url(screen/hnavi_spacer.jpg) no-repeat center top;
}

#hnavi li.first {
	background: none;
}

#hnavi a {
	color: #727272;
	text-decoration: none;
	display: block;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

#hnavi a:hover,
#hnavi a.active {
	background: url(screen/hnavi_active.jpg) no-repeat 0px 11px;
	color: #D0630E;
}

#hnavi a span {
	padding-left: 20px;
}

/* Notdienst */

.datepicker {
	border: 1px solid #B0AC8C;
	position: absolute;
	top: 74px;
	left: 35px;
	width: 95px;
	height: 18px;
	color: #727272;
	padding-top: 2px;
	padding-left: 5px;
}

.ui-datepicker-trigger {
	position: absolute;
	top: 79px;
	left: 143px;
	cursor: pointer;
}

.datepicker-send {
	position: absolute;
	top: 74px;
	left: 168px;
}