body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585858;
	background: url(images/hg2.gif) repeat-x;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul li {
	display: inline-block;
	margin-right: 7px;
}

header {
	height: 152px;
	width: 900px;
	padding: 0 77px 0 77px;
	margin: 0 auto;
	background: url(images/hg.gif) repeat-x #fff;
}

img {
	border: 0;
}

/*######################### HEADER #########################*/

#topbar {
	background: #585858;
	color: #fff;
	line-height:  35px;
	border-bottom: 2px solid #acc705;
}

#topbar a {
	color: #fff;
	text-decoration: none;
}

#topbar a:hover {
	color: #acc705;
	text-decoration: underline;
}

#imprint {
	float: right;
}

nav {
	float: right;
	margin-right: -15px;
}

nav ul li {
	margin: 0;
}

nav ul li a {
	color: #585858;
	text-decoration:  none;
	line-height: 115px;
	display: inline-block;
	padding: 0 22px 0 22px;
}

nav ul li a:hover {
	color: #fff;
	background: #acc705;
}

nav ul li a.active {
	color: #fff;
	background: #acc705;
}

/*######################### CONTENT #########################*/

#frontpagewrap {
	width: 1054px;
	margin:  0 auto;
}

#slider {
	height: 378px;
	box-shadow: none;
	margin-bottom: 0;
}

#message {
	position: absolute;
	margin: -245px 0 0 77px;
	z-index: 99999;
}

#contentwrap {
	width: 940px;
	padding: 0 37px 100px 77px;
	margin: 0 auto;
	background: #fff;
	min-height: 350px;
}

#content {
	width: 900px;
	padding-top: 40px;
}

.page {
	width: 675px !important;
	float: left;
}

#content p {
	line-height: 20px;
}

#content p a {
	color: #5da527;
	text-decoration: none;
}

#content p a:hover {
	color: #acc705;
	text-decoration: underline;
}

#content ul {
	list-style: url(images/bullet.gif);
	margin-left: 20px;
}

#content ul li {
	display: list-item;
	line-height: 25px;
	padding-left: 10px;
}

hr {
	margin: 32px 0 30px 0;
	border: 0;
	height: 2px;
	background: url(images/hr.gif) no-repeat;
}

.bold {
	font-weight: bold;
}

footer {
	background: #585858;
	height: 80px;
	border-top: 2px solid #acc705;
}

/*######################### INFOBARS #########################*/

#infobar {
	width: 977px;
	height: 173px;
	margin:  0 auto;
	background: url(images/infobar.jpg);
	color: #fff;
	padding-left: 77px;
}

#infobar div {
	float: left;
	margin: 15px 25px 0 0;
}

#infobar h3 {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding-bottom: 10px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

#infobar p {
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

#infobar a, #infobar2 a {
	color: #fff;
	text-decoration: none;
}

#infobar a:hover, #infobar2 a:hover {
	color: #acc705;
	text-decoration: underline;
}

#infobar table, #infobar2 table {
	margin-top: 13px;
}

#infobar table tr, #infobar2 table tr {
	line-height: 12px;
}

#infobar table tr td, #infobar2 table tr td {
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
	vertical-align: top;
}

#headlinebar {
	background: url(images/headlinebar.png);
	height: 88px;
	width: 900px;
	padding: 0 77px 0 77px;
}

#headlinebar h1 {
	color: #fff;
	line-height: 88px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 7px rgba(0,0,0,.4);
	font-size: 24px;
}

#infobar2 {
	width: 235px;
	background: url(images/infobar2.png);
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
	float: right;
	margin-top: 40px;
	height: 445px;
}

#infobar2 div {
	margin-left: 20px;
}

#infobar2 h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
	width: 195px;
}

/*######################### CALENDAR #########################*/

#tr1 {
	width: 235px;
	float: right;
	margin-top: 40px;
	background: #f1f5d9;
	color: #3e7628;
}

#tr1 .calendar-controls {
	border-bottom: 1px solid #3e7628;
}

#tr1 .curr-date {
	margin-top: 10px;
}

#tr1 .curr-year {
	color: #3e7628;
}

#tr1 .arrow-left {
	background: url(images/arrowleft.gif) no-repeat;
}

#tr1 .arrow-right {
	background: url(images/arrowright.gif) no-repeat;
}

#tr1 .mon-head {
	line-height: 23px;
	border-bottom: 1px solid #3e7628;
}

#tr1 .mon-row  {
	line-height: 23px;
}

#tr1 .hasEvent {
	color: #fff;
	background: #b8cc00;
	border-radius: 4px;
}

#tr1 .today-date {
	border: 1px solid #b8cc00;
	border-radius: 4px;
}

#tr1-container {
	width: 675px;
	min-height: 500px;
}

#tr1-container hr {
	margin: 0 !important;
}

/*######################### MAPS #########################*/

.gm-style-iw {
	height: 90px;
}

/*######################### CLEAR #########################*/

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}