html, body {
	margin: 0px;
	padding: 0px;
	color: #666;
}

html {
	background: url(../images/background.jpg) repeat-y center top;
}

/*
html {
	background: url(../images/background.gif) repeat left top;
}
body {
	background: url(../images/background.png) repeat-y center top;
}
*/
body img, body a img {
	border: none;
}

.invi {
	left: -999em;
	position: absolute;
}

.cleft {
	clear: left;
	margin: 0;
	height: 1px;
}

#tainer {
	width: 1126px;
	margin: 0 auto;
}

#main {
	width: 1126px;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

#main {
	padding-bottom: 30px;
}

#middle {
	width: 1111px;
	height: 424px;
	background: url(../images/middlebg.png) no-repeat left top;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

#header {
	width: 1126px;
	height: 213px;
	margin: 0 auto;
	background: url(../images/headerbg.png) no-repeat center top;
}

#logo {
	width: 428px;
	padding: 15px 0 0 30px;
	float: left;
}

/* Navigation */

#nav {
	width: 606px;
	height: 88px;
	list-style: none;
	background: url(../images/navbg.png) no-repeat left top;
	margin: 0;
	padding: 98px 0 0 60px;
	float: left;
}

#nav li {
	float: left;
	display: block;
	margin: 0 9px;
	list-style:none;
	position:relative;
}

#nav li a {
		padding: 0;
}

#nav li.home a {
	display: block;
	width: 52px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat 0px 0px;
}

#nav li.preise a {
	display: block;
	width: 55px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat -52px 0px;
}

#nav li.anfaenger a {
	display: block;
	width: 79px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat -107px 0px;
}

#nav li.gruppen a {
	display: block;
	width: 75px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat -186px 0px;
}

#nav li.seepark a {
	display: block;
	width: 70px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat -261px 0px;
}

#nav li.info a {
	display: block;
	width: 40px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat -331px 0px;
}

#nav li.kontakt a {
	display: block;
	width: 68px;
	height: 25px;
	background: url(../images/navsprite.png) no-repeat -371px 0px;
}

#nav li.home a:hover { background: url(../images/navsprite.png) no-repeat 0px -25px; }
#nav li.preise a:hover { background: url(../images/navsprite.png) no-repeat -52px -25px; }
#nav li.anfaenger a:hover { background: url(../images/navsprite.png) no-repeat -107px -25px; }
#nav li.gruppen a:hover { background: url(../images/navsprite.png) no-repeat -186px -25px; }
#nav li.seepark a:hover { background: url(../images/navsprite.png) no-repeat -261px -25px; }
#nav li.info a:hover { background: url(../images/navsprite.png) no-repeat -331px -25px; }
#nav li.kontakt a:hover { background: url(../images/navsprite.png) no-repeat -371px -25px; }

#nav li.home a.active { background: url(../images/navsprite.png) no-repeat 0px -50px; }
#nav li.preise a.active { background: url(../images/navsprite.png) no-repeat -52px -50px; }
#nav li.anfaenger a.active { background: url(../images/navsprite.png) no-repeat -107px -50px; }
#nav li.gruppen a.active { background: url(../images/navsprite.png) no-repeat -186px -50px; }
#nav li.seepark a.active { background: url(../images/navsprite.png) no-repeat -261px -50px; }
#nav li.info a.active { background: url(../images/navsprite.png) no-repeat -331px -50px; }
#nav li.kontakt a.active { background: url(../images/navsprite.png) no-repeat -371px -50px; }

.smOW { 
	display: none; 
	position: absolute; 
	overflow: hidden;
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding: 0 2px;
	margin: 0;
}

#nav ul, #subMenusContainer ul {	
	/*border around submenu goes here*/	 
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;	
	left: 0;
}

.smOW li {
	border-bottom: 1px dashed #aaa5a1;
}

.smOW li a {
	display: block;
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: 6px 7px;
	width: 136px;
}
.smOW li a:hover, .smOW li a.active {
	color: #008fc6;
}


/* non-javscript users */

#nav li.home li a, #nav li.preise li a, #nav li.anfaenger li a, #nav li.gruppen li a, #nav li.seepark li a, #nav li.info li a, #nav li.kontakt li a { background: none; }

#nav li li{	float:none; background: none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
	background: none;
	display: block;
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: 6px 7px;
	width: 136px;
}

#nav li li a:hover {
	background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; background: none; }
#nav li:hover ul ul {	margin-left: -1000em; background: none; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }


/* Subnav */

#subnavhead {
	width: 282px;
	height: 51px;
	padding: 0;
}

#subnavfoot {
	width: 282px;
	height: 31px;
	padding: 0;
	background: url(../images/subnavfoot.png) no-repeat left top;
}

#subnav {
	width: 282px;
	padding: 0;
	background: url(../images/subnavbg.png) repeat-y left top;
}

#subnav ul {
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 221px;
}

#subnav ul li a {
	display: block;
	width: 191px;
	height: 20px;
	padding: 7px 0 0 30px;
	font: 13px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	border-top: 1px dashed #666;
}

#subnav ul li a:hover, #subnav ul li a.active {
	background: url(../images/subnavhover.png) no-repeat top left;
	color: #008fc6;
}
#subnav ul li a.last {
	border-bottom: 1px dashed #666;
}


#teaser {
	width: 722px;
	height: 323px;
	float: left;
	background: url(../images/teaserbg.png) no-repeat left top;
	margin: 0 10px 0 20px;
	padding: 20px 16px 23px 21px;
}

#slider {
	position: relative;
	width: 728px;
	height: 317px;
	overflow: hidden;
}

#teaser img{
	position:absolute;
	display:block;
	border:none;
	z-index: 1;
}

.column2, .column3 {
	float: left;
}

#main .column2 {
	margin: 0 15px;
	width: 335px;
}

#main .column3 {
	width: 335px;
}

#sozial {
	margin: 5px 0 0 0;
}

#store {
	margin: 55px 0 47px 0;
}

#camping {
}

/* Öffnungszeiten */

#opening {
	width: 272px;
	height: 212px;
	padding: 40px 5px 10px 5px;
	font: 12px Verdana, Geneva, sans-serif;
	background: url(../images/openingbg.png) no-repeat left top;
}

.open {
	border-top: 1px solid #c7c0bc;
	margin: 0 15px;
	padding: 5px 8px 3px 8px;
}

.open h3, .adress h3 {
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 3px 0 5px 0;
	padding: 0;
	color: #2d2d2d;
}

.open p {
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 16px;
}

.open .time, .time {
	font-size: 11px;
	color: #2d2d2d;
	margin: 0 0 5px 5px;
}

.open.last {
	border-bottom: 1px solid #c7c0bc;
}


/* Kontakt */

#kontakt {
	width: 309px;
	height: 149px;
	padding: 50px 0 0 25px;
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	background: url(../images/kontaktbg.png) no-repeat left top;
}

.adress {
	width: 150px;
	float: left;
}

.adress p {
	margin: 0 0 5px 0;
	line-height: 17px;
	padding: 0;
}

#kontaktwrapper #leftInput {
	float: left;
	margin: 0 20px 0 0;
}

#kontaktwrapper #rightInput {
	float: left;
	margin: 0 0 0 20px;
}

#kontaktwrapper fieldset {
	border: none;
	padding: 15px 0;
}

#kontaktwrapper .inputs {
	font: 14px Verdana, Geneva, sans-serif;
	margin: 8px 0;
}

#kontaktwrapper .inputs label {
	color: #2d2d2d;
	font-weight: 700;
}

#kontaktwrapper .inputs input {
	border: 1px dotted #666;
	font: 15px Verdana, Geneva, sans-serif;
	color: #666;
	margin: 3px 0 25px 0;
	padding: 3px 6px;
	width: 246px;
	height: 25px;
	background: url(../images/tablebg.png) repeat-x left top;
}

#kontaktwrapper .inputs textarea {
	border: 1px dotted #666;
	color: #666;
	font: 15px Verdana, Geneva, sans-serif;
	width: 330px;
	height: 455px;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	background: url(../images/tablebg.png) repeat-x left top;
}

#kontaktwrapper .errors {
	font: 11px Verdana, Geneva, sans-serif;
	width: 640px;
	margin: 15px auto 5px auto;
	line-height: 18px;
}

#kontaktwrapper .button {
	margin: 10px 0 0 12px;
}

#kontaktwrapper .errors strong {
	font-size: 12px;
	color: #c00;
}

#map {
	width:640px;
	height:300px;
	border: 1px solid #5c5c5c;
	margin: 8px 12px;
}

#gmarker p {
	font: 11px Verdana, Geneva, sans-serif;
	line-height: normal;
	color: #000;
}

#gmarker h3 {
	color: #333;
	font: 13px  Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

/* Content */


#contenttainer {
	width: 765px;
	float: left;
	margin: 0 10px 0 20px;
	padding: 0;
}

#contenthead {
	width: 765px;
	height: 28px;
	background: url(../images/contenthead.png) no-repeat left top;
}

#contentfoot {
	width: 765px;
	height: 41px;
	background: url(../images/contentfoot.png) no-repeat left top;
}

#content {
	width: 665px;
	padding: 0 50px;
	background: url(../images/contentbg.png) repeat-y left top;
}

#content h3, #content h4, #content h5 , #content h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-right: 12px !important;
	padding-left: 12px !important;
}

#content h3 {
	font-size: 16px;
}

#content h4 {
	padding: 13px 0 2px 0;
	font-size: 13px;
	color: #008fc6;
}

#content h5 {
	padding: 9px 0 2px 0;
	font-size: 12px;
	color: #008fc6;
	font-weight: normal;
}

#content a {
	font-size: 11px;
	color: #6e5d52;
	text-decoration:none;
	font-weight: bold;
}

#content a:hover {
	color: #67b3df;
}

#content p {
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 17px;
	margin: 0;
	padding: 5px 12px 5px 12px;
}

#content strong {
	font-weight: bold;
	color: #2d2d2d;
}

#content ul {
	font: 12px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 10px 35px;
}

#content ul li {
	padding: 2px 0;
}

.s_pic {
	width: 643px;
	height: 171px;
	margin: 5px auto;
	padding: 8px;
	background: url(../images/s_picbackground.png) no-repeat left top;
}

.b_pic {
	width: 643px;
	height: 300px;
	margin: 5px auto;
	padding: 8px;
	background: url(../images/b_picbackground.png) no-repeat left top;
}

#content .marginT45 {
	padding-top: 45px;
}

.price, .opentimes {
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: hide;
	font: 12px Verdana, Geneva, sans-serif;
	width: 645px;
	margin: 15px auto 60px auto;
}

.price .colcell, .opentimes .colcell {
	background: none;
	border-top: none;
	text-align: right;
	padding-right: 10px;
}

.opentimes .colcellone {
	width: 19%;
	background: none;
	border-top: none;
	text-align: right;
	padding-right: 10px;
}

.price th {
	text-align: left;
	font-weight: normal;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 4px 0 4px 10px;
	background: url(../images/tablebg.png) repeat-x left top;
}

.opentimes th {
	width: 19%;
	text-align: left;
	font-weight: bold;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 4px 0 4px 10px;
	background: url(../images/tablebg.png) repeat-x left top;
}

.price td {
	text-align: right;
	font-weight: bold;
	color: #000;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 4px 10px 4px 0;
	background: url(../images/tablebg.png) repeat-x left top;
}

.opentimes td {
	width: 27%; 
	text-align: right;
	font-weight: normal;
	color: #000;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 4px 10px 4px 0;
	background: url(../images/tablebg.png) repeat-x left top;
}

#infofoot {
	width: 545px;
	padding: 15px 10px 10px 120px;
	margin: 0 auto 15px auto;
	border-top: 2px solid #adadad;
	background: url(../images/infoicon.gif) no-repeat 50px center;
}

#infofoot p {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 6px 28px;
	margin: 0;
	background: url(../images/footerlisticon.png) no-repeat center left;
}

/* News */

#news {
	width: 334px;
	height: 364px;
	float: left;
	margin: 0 0 0 35px;
	padding: 60px 0 0 0;
	background: url(../images/newsbg.png) no-repeat left top;
}

.newsteaser {
	width: 290px;
	margin: 0 auto;
	padding: 11px 0;
	border-bottom: 1px dashed #666;
}

.newsteaser h3 {
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.newsteaser h3 a {
	display: block;
	width: 233px;
	padding: 0 25px 5px 30px;
	color: #2d2d2d;
	text-decoration: none;
	background: url(../images/newspostbg.gif) no-repeat left top;
}

.newsteaser h3 a:hover {
	background: url(../images/newsposthover.gif) no-repeat left top;
}

.newsteaser p {
	font: 11px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0 30px;
}

.newsteaser p a {
	color: #666;
	text-decoration: none;
}

.newsteaser .date, .news .date {
	font: 10px Verdana, Geneva, sans-serif;
	color: #2d2d2d;
	margin: 5px 0 0 0;
}

.news .date {
	font: 10px Verdana, Geneva, sans-serif;
	color: #008fc6;
	padding: 0 0 0 12px;
	margin: 0;
}

/* Wetter */

#wetter {
	width: 322px;
	height: 159px;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 40px 6px 0 6px;
	background: url(../images/wetterbg.png) no-repeat left top;
}

#wetter p {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#cur_weather {
	width: 300px;
	margin: 0 auto;
	padding: 3px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

#cur_weather h3, .for_weather h3 {
	font: 11px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	font-weight: bold;
}

.cur_weatherimg {
	width: 40px;
	height: 40px;
	padding: 5px 8px 5px 50px;
	float: left;
}

.cur_weatherdata {
	float: left;
}

.cur_weatherdata p {
	font-size: 10px;
}

.for_weather {
	width: 100px;
	margin: 3px;
	float: left;
}

.for_weatherdata p {
	text-align: center;
	font-size: 10px;
}

.for_weather h3 {
	padding: 25px 0 0 0;
	float: left;
}

.for_weatherimg {
	width: 40px;
	height: 40px;
	padding: 5px 5px 0 5px;
	float: left;
}


/* Gallery */

#galerie {
	width: 620px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

.thumbTainer {
	width: 80px;
	height: 61px;
	margin: 20px 10px 0 10px;
	background: url(../images/imagebg.png) no-repeat left top;
	padding: 9px 12px;
	float: left;
}

.thumbTainer a.thumbs {
	display: block;
	width: 80px;
	height: 61px;
	overflow: hidden;
}

.thumbTainer a.thumbs img {
	border: none;
	margin: -20% 0 0 -20%;
}

/* Impressum */

#impressum {
	width: 460px;
	margin: 0 auto;
}

#impLeft, #impRight {
	float: left;
	width: 230px;
}

#terms {
	margin: 40px 0 0 0;
}

#terms p {
	font: 9px Verdana, Geneva, sans-serif;
	color: #808080;
}

#terms strong {
	font-size: 10px;
	color: #666;
}


/* Terminanfrage */

#terminwrapper {
	padding: 5px 12px;
}

#terminwrapper #leftInput {
	float: left;
	margin: 0 20px 0 0;
}

#terminwrapper #rightInput {
	float: left;
	margin: 0 0 0 20px;
}

#terminwrapper fieldset {
	border: none;
	padding: 15px 0;
}

#terminwrapper .inputs, #terminwrapper .checkbox, #terminwrapper .authcode {
	font: 14px Verdana, Geneva, sans-serif;
	margin: 8px 0;
}

#terminwrapper .inputs label, #terminwrapper .checkbox label, #terminwrapper .authcode label {
	color: #2d2d2d;
	font-weight: 700;
}

#terminwrapper .inputs input, #terminwrapper .authcode input {
	border: 1px dotted #666;
	font: 13px Verdana, Geneva, sans-serif;
	color: #666;
	margin: 3px 0 25px 0;
	padding: 3px 6px;
	width: 330px;
	height: 15px;
	background: url(../images/tablebg.png) repeat-x left top;
}

#terminwrapper #rightInput .inputs input {
	border: 1px dotted #666;
	font: 13px Verdana, Geneva, sans-serif;
	color: #666;
	margin: 3px 0 25px 0;
	padding: 3px 6px;
	width: 210px;
	height: 15px;
	background: url(../images/tablebg.png) repeat-x left top;
}

#terminwrapper .authcode input {
	width: 200px;
}

#terminwrapper .checkbox input {
	margin: 10px 0 18px 0;
	padding: 3px 6px;
	height: 15px;
}

#terminwrapper .authcode {
	float: left;
}

#terminwrapper .inputs textarea {
	border: 1px dotted #666;
	color: #666;
	font: 13px Verdana, Geneva, sans-serif;
	width: 235px;
	height: 107px;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	background: url(../images/tablebg.png) repeat-x left top;
}

#terminwrapper .button {
}

#terminwrapper .errors {
	font: 11px Verdana, Geneva, sans-serif;
	width: 640px;
	margin: 25px auto 5px auto;
	line-height: 18px;
}

#terminwrapper .errors strong {
	font-size: 12px;
	color: #c00;
}



.hidden {
	opacity: 0;
	position: absolute;
}

.visible {
	opacity: 1;
}

button.calendar {
	background: url(../images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin: 0 0 0 6px;
	width: 20px;
}

button.calendar:hover, button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/calendar.png);
	height: 185px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	

div.calendar * {
	margin: 0;
	padding: 0;
}	

div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	
	
div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}

div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}

div.calendar caption a.prev {
	background-image: url(../images/calendar-prev.gif);
	left: 0;
}

div.calendar caption a.next {
	background-image: url(../images/calendar-next.gif);
	right: 0;
}

div.calendar caption a:hover {
	background-position: 0 12px;
}

div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}

div.calendar caption span.month {
	padding-right: 8px;
}

div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.calendar td, div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
}

div.calendar td {
	background: url(../images/calendar-td.gif);
	color: #FFF;
	font-size: 11px;
}

div.calendar td.invalid {
	color: #999;
}

div.calendar td.valid {
	background: url(../images/calendar-valid.gif);
	color: #0597DB;
	cursor: pointer;
}

div.calendar td.hilite {
	background: url(../images/calendar-td.gif);
}

div.calendar td.inactive {
	background: url(../images/calendar-td.gif) 0 100%;
	color: #FFF;
}

div.calendar td.active, div.calendar td.hover {
	background: url(../images/calendar-valid.gif) 0 100%;
	color: #FFF;
	cursor: pointer;
}


/* JQuery Template calendar */

.datepicker_jqui {
	position: absolute;
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	line-height: normal;
	width: 185px;
	height: 158px;
	padding: 4px;
	background: url(../images/frame.png) no-repeat;
}

/* header
********************************************************/
.datepicker_jqui .header {
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.datepicker_jqui .header .title {
	text-align: center;
	margin: 3px 18px 0 18px;
}

.datepicker_jqui .header .titleText {
	font-size: 11px;
	color: #fff;
}

.datepicker_jqui .header .previous,
.datepicker_jqui .header .next,
.datepicker_jqui .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	top: 4px;
	background-image: url(../images/arrows.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.datepicker_jqui .header .previous {
	left: 4px;
}
.datepicker_jqui .header .previous:hover {
	background-position: left bottom;
}
.datepicker_jqui .header .next {
	right: 4px;
	background-position: -17px top;
}
.datepicker_jqui .header .next:hover {
	background-position: -17px bottom;
}
.datepicker_jqui .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_jqui .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.datepicker_jqui .body {
	position: relative;
	top: 6px;
	left: 2px;
	width: 185px;
	height: 131px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_jqui .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_jqui .time .hour,
.datepicker_jqui .time .separator,
.datepicker_jqui .time .minutes {
	background: #fff;
	border: 0px;
	width: 50px;
	font-size: 32px;
	color: #333;
	border: 1px solid #aaa;
	position: absolute;
	top: 18px;
	text-align: center;
	padding: 2px;
}

.datepicker_jqui .time .hour {
	left: 23px;
}
.datepicker_jqui .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 84px;
}

.datepicker_jqui .time .minutes {
	left: 103px;
}
.datepicker_jqui .time .ok {
	position: absolute;
	top: 80px;
	height: 32px;
	width: 136px;
	left: 23px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_jqui .days .day {
	float: left;
	overflow: hidden;
	width: 19px;
	padding-top: 1px;
	padding-right: 3px;
	height: 13px;
	border: 1px solid #aaa;
	text-align: right;
	margin: 0 2px 2px 0;
}

.datepicker_jqui .days .titles {
	margin-bottom: 1px;
}

.datepicker_jqui .days .titles .title {
	border: 1px solid transparent;
	text-align: center;
	height: 16px;
	padding-right: 0px;
	width: 22px;
	padding-top: 2px;
}

.datepicker_jqui .days .day0 {
	margin-right: 0;
}

.datepicker_jqui .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_jqui .days .week .day {
	background: #fcfcfc;
	cursor: pointer;
	color: #1C94C4;
}
.datepicker_jqui .days .week .day:hover {
	background: #fdf5ce;
	color: #c77405;
	border: 1px solid #fbcb09;
}

.datepicker_jqui .days .week .otherMonth {
	background: #f2f2f2;
	color: #94B2BE;
	border: 1px solid #aaa;
}

.datepicker_jqui .days .week .selected {
	background: #fff;
	color: #c77405;
	border: 1px solid #fbcb09;
}

/* months-grid
********************************************************/
.datepicker_jqui .months .month {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 57px;
	cursor: pointer;
	background: #fcfcfc;
	padding-top: 7px;
	height: 22px;
	border: 1px solid #aaa;
	margin: 0 2px 2px 0;
}

.datepicker_jqui .months .month3,
.datepicker_jqui .months .month6,
.datepicker_jqui .months .month9,
.datepicker_jqui .months .month12 {
	margin-right: 0;
}

.datepicker_jqui .months .month10,
.datepicker_jqui .months .month11,
.datepicker_jqui .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_jqui .months .month:hover {
	background: #fdf5ce;
	color: #c77405;
	border: 1px solid #fbcb09;
}

.datepicker_jqui .months .selected {
	background: #fff;
	color: #c77405;
	border: 1px solid #fbcb09;
}

/* years-grid
********************************************************/
.datepicker_jqui .years .year {
	float: left;
	text-align: center;
	overflow: hidden;
	background: #fcfcfc;
	width: 32px;
	cursor: pointer;
	padding-top: 7px;
	height: 22px;
	border: 1px solid #aaa;
	margin: 0 2px 2px 0;
}

.datepicker_jqui .years .year4,
.datepicker_jqui .years .year9,
.datepicker_jqui .years .year14,
.datepicker_jqui .years .year19 {
	margin-right: 0;
	width: 34px;
}

.datepicker_jqui .years .year15,
.datepicker_jqui .years .year16,
.datepicker_jqui .years .year17,
.datepicker_jqui .years .year18,
.datepicker_jqui .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_jqui .years .year:hover {
	background: #fdf5ce;
	color: #c77405;
	border: 1px solid #fbcb09;
}

.datepicker_jqui .years .selected {
	background: #fff;
	color: #c77405;
	border: 1px solid #fbcb09;
}

/* global
********************************************************/
.datepicker_jqui .unavailable {
	cursor: default !important;
	background: #f0f0f0 !important;
	color: #ccc !important;
	border: 1px solid #ccc !important;
}

/* IE6 PNG Fix */

* html body {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/background.png', sizingMethod='crop');
	background: none;
}

* html #middle {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/middlebg.png', sizingMethod='crop');
	background: none;
}

* html #header {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/headerbg.png', sizingMethod='crop');
	background: none;
}

* html #teaser {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/teaserbg.png', sizingMethod='crop');
	background: none;
}

* html #nav {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/navbg.png', sizingMethod='crop');
	background: none;
}

* html #news {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/newsbg.png', sizingMethod='crop');
	background: none;
}

* html #wetter {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/wetterbg.png', sizingMethod='crop');
	background: none;
}

* html #kontakt {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/kontaktbg.png', sizingMethod='crop');
	background: none;
}

* html #opening {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/wps/images/openingbg.png', sizingMethod='crop');
	background: none;
}