/* print.css
------------------------------------------------------------------------
print styles for wagrain

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	background: none;
	margin: 0;
	padding: 0;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}




/* general sitecontainers
--------------------------------------------------------------------- */
#background {
	display: none;
}


#sitecontainer {
	width: 100%;
	overflow: visible;
}

#site {
	width: 910px;
	position: relative;
	overflow: visible;
}


/* header
--------------------------------------------------------------------- */

#header {
	display: none;
}

/* main navigation
--------------------------------------------------------------------- */

#main_nav {
	display: none;
}


/* footer
--------------------------------------------------------------------- */

#footer {
	display: none;
}



#portal {
	display: none;
}



/* Content
--------------------------------------------------------------------- */
#content {
	background: none;
	width: 700px;
	overflow: visible;
}

#content #subnavigation {
	display: none;
}

/* Textarea (center) 
-------------------------------------------------------------------*/
#content #textarea {
	width: 560px;
	overflow: visible;
	padding: 40px 15px 0 0;
	float: left;
}

#textarea h1 {
	width: 540px;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}

/* contentblock */
#textarea .contentblock {
	width: 540px;
	overflow: visible;
	padding: 5px 0;
	color: #000;
}

#textarea .contentblock h2 {
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 12px;
}

#textarea .contentblock h3 {
	overflow: hidden;
	padding: 0;
	margin: 10px 0 5px 0;
	color: #000;
}

#textarea .contentblock a {
	text-decoration: none;
	color: #b5dc0f;
}

#textarea .contentblock ul {
	overflow: hidden;
	margin: 5px 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#textarea .contentblock ul li {
	background: url(/static/img/list_arrow_print.gif) left 2px no-repeat;
	overflow: hidden;
	padding: 1px 0 1px 18px;
	list-style: none;
	color: #000;
}

#textarea .contentblock ol {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	margin: 5px 0;
	overflow:hidden;
	padding: 0 0 0 5px;
}

#textarea .contentblock ol li {
	overflow: hidden;
	padding: 1px 0;
	color: #000;
}


/* gallery block */
#textarea .gallery {
	width: 560px;
	overflow: visible;
	padding: 0 0 5px 0;
}

#textarea .gallery a {
	width: 168px;
	height: 98px;
	overflow: hidden;
	border: 1px solid #b5dc0f;
	padding: 0;
	margin: 10px 15px 0 0;
	position: relative;
	float: left;
}

#textarea .gallery .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	top: 84px;
	left: 154px;
	z-index: 1;
}


/* enquiry form */
#textarea .formblock {
	width: 540px;
	overflow: visible;
	padding: 5px 0;
}

#textarea .formblock .description {
	width: 535px;
	overflow: visible;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
}

#textarea .formblock h3 {
	width: 540px;
	overflow: hidden;
	padding: 0;
	color: #b5dc0f;
}

#textarea .formblock form {
	width: 540px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#textarea .formblock p {
	width: 540px;
	overflow: hidden;
	margin: 0 0 7px 0;
}

#textarea .formblock label {
	display: block;
	width: 70px;
	height: 14px;
	overflow: hidden;
	padding: 2px 5px 3px 0;
	color: #000;
	float: left;
}

#textarea .formblock i {
	color: #b5dc0f;
	font-style: normal; 
}


#textarea .formblock input {
	background: #fff;
	width: 188px;
	overflow: hidden;
	border: 1px solid #000;
	padding: 3px 5px;
	color: #343434;
	float: left;
}

#textarea .formblock input.zip {
	width: 48px;
	margin: 0 5px 0 0;
}

#textarea .formblock input.city {
	width: 123px;
}

#textarea .formblock select {
	background: #fff;
	width: 65px;
	overflow: hidden;
	border: 1px solid #000;
	padding: 1px 1px 1px 5px;
	color: #343434;
	float: left;
}

#textarea .formblock textarea {
	background: #fff;
	width: 448px;
	height: 72px;
	border:1px solid #000;
	color: #343434;
	overflow:auto;
	padding: 3px 5px;
	float:left;
}

#textarea .formblock .submit_line {
	width: 535px;
	overflow: hidden;
}

#textarea .formblock .submit_line input.submit {
	background: url(/static/img/submit_form.gif) left top repeat-x;
	border: none;
	color: #b5dc0f;
	cursor: pointer;
	float: right;
	font-weight: bold;
	overflow: visible;
	padding: 5px 15px;
	width: auto;
	float: right;
}

#textarea .formblock .required {
	width: 460px;
	overflow: visible;
	padding: 0 0 0 75px;
	margin: 10px 0 0 0;
	color: #000;
}

/* news overview */
#textarea .news_overview, #textarea .events_overview {
	width: 540px;
	overflow: visible;
	padding: 5px 0;
}

#textarea .news_overview .news_entry, #textarea .events_overview .events_entry {
	width: 540px;
	height: 85px;
	cursor: pointer;
	overflow: hidden;
	border-top: 1px solid #1f1f1d;
	margin: 0 0 9px 0;
}

#textarea .news_overview .news_entry .image {
	width: 148px;
	height: 83px;
	overflow: hidden;
	border: 1px solid #b5dc0f;
	float: left;
}

#textarea .news_overview .news_entry .ne_text {
	width: 305px;
	height: 64px;
	overflow: hidden;
	padding: 11px 10px 0 15px;
	float: left;
}

#textarea .news_overview .news_entry .ne_text h3 {
	width: 305px;
	overflow: hidden;
	color: #b5dc0f;
	margin: 0 0 8px 0;
}

#textarea .news_overview .news_entry .ne_text h3 a {
	color: #b5dc0f;
	text-decoration: none;
}

#textarea .news_overview .news_entry .ne_text p {
	width: 305px;
	overflow: hidden;
	color: #000;
}

#textarea .news_overview .news_entry .ne_date {
	width: 60px;
	height: 14px;
	overflow: hidden;
	padding: 11px 0 0 0;
	text-align: right;
	color: #b5dc0f;
	float: left;
}

/* events */

#textarea .events_overview .events_entry .image {
	width: 148px;
	height: 83px;
	overflow: hidden;
	border: 1px solid #b5dc0f;
	float: left;
}

#textarea .events_overview .events_entry .ev_headline {
	width: 250px;
	height: 20px;
	overflow: hidden;
	padding: 11px 10px 0 15px;
	float: left;
}

#textarea .events_overview .events_entry .ev_headline h3 {
	width: 250px;
	overflow: hidden;
	color: #b5dc0f;
	margin: 0 0 8px 0;
}

#textarea .events_overview .events_entry .ev_headline h3 a {
	color: #b5dc0f;
	text-decoration: none;
}

#textarea .events_overview .events_entry .ev_date {
	width: 110px;
	height: 20px;
	overflow: hidden;
	padding: 11px 0 0 0;
	text-align: right;
	color: #b5dc0f;
	float: left;
}

#textarea .events_overview .events_entry .ev_text {
	width: 365px;
	height: 64px;
	overflow: hidden;
	padding: 11px 10px 0 15px;
	float: left;
}

#textarea .events_overview .events_entry .ev_text p {
	color: #000;
}


/* paging */
#textarea .paging {
	width: 540px;
	height: 20px;
	overflow: hidden;
	margin: 5px 0 0 0;
}

#textarea .paging .pagenav {
	height: 20px;
	overflow: hidden;
	float: left;
}

#textarea .paging .pagenav a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	padding: 3px 3px;
	color: #000;
	margin: 0;
	text-decoration: none;
	text-align: center;
	float: left;
}

#textarea .paging .pagenav a.active, #textarea .paging .pagenav a:hover {
	color: #b5dc0f;
	font-weight: bold;
}

#textarea .paging .pagenav a.back {
	background: url(/static/img/paging_back.gif) left top no-repeat;
	display: block;
	width: 10px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	float: left;
	margin: 0 5px 0 0;
	text-decoration: none;
	cursor: pointer;
}

#textarea .paging .pagenav a.next {
	background: url(/static/img/paging_next.gif) left top no-repeat;
	display: block;
	width: 10px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	float: left;
	margin: 0 0 0 5px;
	text-decoration: none;
	cursor: pointer;
}

#textarea .paging .pagenav span {
	display: block;
	background: url(/static/img/pagenav_separator.gif) center 1px no-repeat;
	width: 3px;
	height: 20px;
	overflow: hidden;
	float: left;
}

* html #textarea .paging .pagenav span {
	background: url(/static/img/pagenav_separator.gif) center 2px no-repeat;
}


/* weather detail */
#textarea .weather_detail {
	width: 540px;
	overflow: visible;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #1f1f1d;
}

#textarea .weather_detail .weather_entry {
	width: 540px;
	overflow: hidden;
	border-top: 1px solid #1f1f1d;
	margin: 0 0 9px 0;
	padding: 0 0 5px 0;
}

#textarea .weather_detail .weather_entry .we_date {
	width: 75px;
	overflow: hidden;
	padding: 17px 5px 0 0;
	float: left;
}

#textarea .weather_detail .weather_entry .we_date label {
	display: block;
	width: 75px;
	overflow: hidden;
	font-weight: bold;
	color: #b5dc0f;
	margin: 0 0 5px 0;
}

#textarea .weather_detail .weather_entry .we_date span {
	display: block;
	width: 75px;
	overflow: hidden;
	color: #000;
}

#textarea .weather_detail .weather_entry .we_icon {
	width: 65px;
	height: 50px;
	overflow: hidden;
	padding: 4px 0 0 0;
	float: left;
}

#textarea .weather_detail .weather_entry .we_icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#textarea .weather_detail .weather_entry .we_forecast {
	width: 290px;
	overflow: hidden;
	padding: 17px 5px 0 10px;
	float: left;
}

#textarea .weather_detail .weather_entry .we_forecast h3 {
	width: 290px;
	overflow: hidden;
	color: #b5dc0f;
	margin: 0 0 5px 0;
}

#textarea .weather_detail .weather_entry .we_forecast p {
	width: 290px;
	overflow: hidden;
	color: #000;
}


#textarea .weather_detail .weather_entry .we_temp {
	width: 90px;
	overflow: hidden;
	padding: 17px 0 0 0;
	float: left;
}

#textarea .weather_detail .weather_entry .we_temp label {
	display: block;
	width: 90px;
	overflow: hidden;
	font-weight: bold;
	color: #b5dc0f;
	margin: 0 0 5px 0;
}

#textarea .weather_detail .weather_entry .we_temp span {
	display: block;
	width: 90px;
	overflow: hidden;
	color: #000;
}

/* sidebar 
------------------------------------------------------*/
#content #sidebar {
	display: none;
}

