/*
Description: Master Style sheet
Author: Christian Kuhn
Last update: march test 2009
*/

@import url(form.css);

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 90%/1 arial, helvetica, sans-serif;
	background: url(../images_tmpl/wt_bg_repeat.jpg) repeat-x;
	background-color: #e1d2b3;
  	line-height: 130%;
  	width: 100%;
  	min-width: 986px;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
}

p {margin: 0; padding: 0 0 18px 0;}

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

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	display: block;
}

blockquote span.open {
	background: url(../images_tmpl/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../images_tmpl/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
  	background-color: #F5F4F3;
  	border: #E2DBD8 1px solid;
  	color: #666666;
  	padding: 3px 5px;
  	margin: 10px 15px;
	font-size: 1.2em;
}

pre {
  	padding: 1em;
  	border: 1px dashed #2f6fab;
  	color: black;
  	background-color: #f9f9f9;
  	line-height: 1.1em;
}

small {font-size: 0.85em;}

big {font-size: 1.4em;}

.red {
	color: #FF0000;
}


/***** Links *****/

a {
  	text-decoration: none;
  	color: #0099CC;
}

a:hover {text-decoration: none; color: #00CCFF;}

a img {
  border: none;/*remove border for linked images*/
  display: block;
  float: left;
 }

/***** Global Classes *****/
.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}


.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* images, url für png beahavior in IE6 Anpassen nicht vergessen */


img {
	border: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

/***** Main Layout ****/

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
  	background: url(../images_tmpl/wt_bg_repeat.jpg) repeat-x 0 0; 
	position: relative;
	z-index: 0;
}

#wrapper {
	width: 986px;
	background: url(../images_tmpl/wt_bg_content.png) repeat-y top left;
	margin: 0 auto;/* center the page in Firefox */
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(../images_tmpl/wt_bg_content.png);
}

/***** TOP PAGE *****/
#top {
	height: 115px;
	padding: 0 0px;
	background: #FCFCFC url(../images_tmpl/wt_header_blanknavi.png) repeat-x 0 0;
	background-color: #FCFCFC;	
	}

#top .topheadgb {
	background: url(../images_tmpl/wt_arrow_small.png) no-repeat 0px 6px;
	width: 90px;
  	height: 22px;
  	float: right;
  	clear: right;
  	margin-top: -18px;
	margin-right: 140px;
  	
}

#top .topheadgb a span {
	color: #66FF00;
}


#top .topheadgb a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	font-size: 12px;
	padding-left: 15px;
	line-height: 23px;
}

#top .topheadgb a:hover {
	background: url(../images_tmpl/wt_arrow_small.png) no-repeat 0px 6px;
	color: #284973;
	border-bottom: 1px dotted #555;
	background-color: #FFF;
}

#top .topheadrss {
	background: url(../images_tmpl/wt_arrow_small.png) no-repeat 0px 6px;
	width: 85px;
	height: 22px;
	float: right;
	clear: right;
	margin-top: -22px;
	margin-right: 22px;
	  	
}

#top .topheadrss a span {
	color: #66FF00;
}


#top .topheadrss a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 3px;
	line-height: 23px;
}

#top .topheadrss a:hover {
	background: url(../images_tmpl/wt_arrow_small.png) no-repeat 0px 6px;
	color: #284973;
	border-bottom: 1px dotted #555;
	background-color: #ffffff;
}	

#top .topheadrssimg {
	position: relative;
	display: block;
	float: right;
	width: 14;
	padding: 10px 10px 0px 0px;
}

/***** HEADER *****/
/* sep IE7 */
#header {
	display:block;
	width: 100%;
	height: 340px;
	margin-top: 2px;
	margin-left: 3px;
	padding: 0px;
	position: absolut;
	z-index: 1;
	color: red;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

#header .intro {
	width: 500px;
	height: 130px;
	padding: 50px 0 0 30px;
}

#header .intro h1 {
	font-size: 1.8em;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#header .intro h2 {
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#header .intro p {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	color: #333;
}

/***** Search Box *****/
#header #searchform {
	position: absolute;
	z-index: 2;
	left: 600px;
	top: 180px;
	width: 205px;
}

#header #searchform .searchField {
	border: none;
	background: transparent;
	width: 158px;
	height: 23px;
	line-height: 23px;
}

#header #searchform .searchSubmit {
	background: transparent url(../images_tmpl/searchButton.jpg) no-repeat 0 0;
	width: 40px;
	height: 26px;
	border: none;
	cursor: pointer;
}

/***** Subnavi - im Campbereich *****/
#campnavi {
	width: 100%;
	height: 24px;
	position: relative;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	
}

/***** CONTENT *****/
/* sep IE7 */
#content {
	display: block;
	float: left;
	clear: left;
	width: 635px;
	padding: 5px 20px 20px 30px;
	margin: 0;
	clear: both;
	text-align: left;
	font-size: 0.9em;
}

#content h1 {
	/*background: #F8F7F3 url(../images_tmpl/post_h1.jpg) no-repeat 0 bottom;*/
	/*border: #EEEEDF 1px solid;
	height: 20px;*/
	font-size: 1.4em;
	font-variant: normal;
	font-weight: bold;
	color: #006699;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#content h2 {
	/*background: #F8F7F3 url(../images_tmpl/post_h2.jpg) no-repeat 0 bottom;*/
	/*border: #EEEEDF 1px solid;
	height: 20px;*/
	font-size: 1.2em;
	font-variant: normal;
	font-weight: bold;
	color: #736249;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/*h3 im accordion balken*/
#content h3 {
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
	margin: 10px 0;
	padding: 4px 0 8px 12px;
}


#content h4 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}

#content a {
	text-decoration: none;
	color: #006699;
}

#content a:hover {
	text-decoration: none;
	color: #333;
}

#content p {
	padding: 5px 0  5px 10px;
}

#content ul, #content ol {
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}

#content ul li {
	background: url(../images_tmpl/bullet.jpg) 2px 5px no-repeat;
	padding-left: 20px;
}

/* Icons and Booking */

#content #iconbookbox {
	width: 100%;
	height: 34px;
	padding-bottom:10px;
	list-style: none;
	}

#content #iconTravel {
	width: auto;
	height: 34px;
	background-color: #FFF;
	border: 0px solid #999;
	float: left;
	margin-right: 25px;
	list-style: none;
	}
	
#content #iconTravel ul.ico {	
	margin-left: -25px;
	list-style:none;
	}

#content #iconTravel li {
	display: block; 
	list-style: none;
	margin: 0;
	padding:2px;
	float: left;
	}
	
#content #iconTravel li:hover {
	color: #FFFFFF;
	background-color: #2E476D;
	background-image: none;
}


#content #iconStay {
	width: auto;
	height: 34px;
	background-color: #FFF;
	border: 0px solid #999;
	margin-left: auto;
	float: left;
	}
	
#content #iconStay ul.ico {	
	margin-left: -25px;
	}
	
#content #iconStay li {
	display: block; 
	list-style: none;
	margin: 0;
	padding:2px;
	float: left;
	}

#content #iconStay li:hover {
	color: #FFFFFF;
	background-color: #2E476D;
	background-image: none;
}

#content a.ConBooking {
	display: block;
	clear: both;
	float:right;
	width: 108px;
	height: 25px;
	background: url(../images_tmpl/wt_content_booking.jpg) no-repeat right 0;
	margin-top: -22px;
	margin-bottom: 15px;
}



#content a:hover.ConBooking {
	border: none;
	background: url(../images_tmpl/wt_content_booking.jpg) no-repeat right -25px;
}


/* Back to top */

#content a.backToTop {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(../images_tmpl/content_backToTop.jpg) no-repeat right 0;
}

#content a:hover.backToTop {
	border: none;
	background: url(../images_tmpl/content_backToTop.jpg) no-repeat right -20px;
}

/* content typography */
#content .dwnld,
#content .note,
#content .error {
	display: block;
	width: 585px;
	min-height: 35px;
	float: left;
	margin: 10px 0;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

#content .dwnld {background: #EBFEDA url(../images_tmpl/dwnld.jpg) no-repeat 5px 4px;}

#content .note {background: #FFF9D7 url(../images_tmpl/info.jpg) no-repeat 5px 4px;}

#content .error {
	background: #FF9D9D url(../images_tmpl/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}


/***** SIDEBARS Toolbox *****/


#sidebartoolbox {
	position: relativ;
	display: block;
	float: left;
	width: 278px;
	padding: 20px 0px 15px 20px;
	margin-bottom: 0px;
/*	background: url(../images_tmpl/sidebar_bg.jpg) no-repeat 0 0;
*/	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebarvideobox {
	position: relativ;
	display: block;
	float: left;
	width: 278px;
	padding: 20px 0px 15px 20px;
	margin-bottom: 0px;
/*	background: url(../images_tmpl/sidebar_bg.jpg) no-repeat 0 0;
*/	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebarservicebox {
	position: relativ;
	display: block;
	float: left;
	width: 278px;
	padding: 20px 0px 15px 20px;
	margin-bottom: 0px;
/*	background: url(../images_tmpl/sidebar_bg.jpg) no-repeat 0 0;
*/	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


#sidebarbookmarks {
	position: relativ;
	display: block;
	float: left;
	width: 268px;
	padding: 30px 0px 10px 30px;
	margin-bottom: 0px;
/*	background: url(../images_tmpl/sidebar_bg.jpg) no-repeat 0 0;
*/	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#toolboxhead {
	display:block;
	position: relativ;
	width: 245px;
	float: right;
	background-image: url(../images_tmpl/wt_toolbox_head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	color:#FFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}

#toolboxfacebook {
	display:block;
position: realtiv;
float:right;
padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#toolboxvideohead {
	display:block;
	position: relativ;
	width: 245px;
	float: right;
	background-image: url(../images_tmpl/wt_toolbox_head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	color:#FFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}

#toolboxservicehead {
	display:block;
	position: relativ;
	width: 245px;
	float: right;
	background-image: url(../images_tmpl/wt_toolbox_head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	color:#FFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}

#toolboxkurs {
	width: 245px;
	height: 42px;
	float: right;
	background-image: url(../images_tmpl/wt_toolbox_kurssys.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 44px;
	text-indent: 70px;
}

#toolboxkurs a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolboxkurs a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_toolbox_hover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;		
}

#toolboxseason {
	display:block;
	width: 245px;
	height: 42px;
	float:right;
	position:relative;
	background-image: url(../images_tmpl/wt_toolbox_season.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 44px;
	text-indent: 70px;
}

#toolboxseason a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolboxseason a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_toolbox_hover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;		
}

#toolboxgallery {
	display:block;
	width: 245px;
	height: 42px;
	float:right;
	position:relative;
	background-image: url(../images_tmpl/wt_toolbox_gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 44px;
	text-indent: 70px;
}

#toolboxgallery a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolboxgallery a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_toolbox_hover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;		
}

#toolboxteam {
	display:block;
	width: 245px;
	height: 42px;
	float:right;
	position:relative;
	background-image: url(../images_tmpl/wt_toolbox_team.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 44px;
	text-indent: 70px;
}

#toolboxteam a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolboxteam a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_toolbox_hover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;		
}

#toolboxvideo {
	display:block;
	width: 560px;
	height: 150px;
	float:right;
	position:relative;
	background-image: url(../images_WE/video.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1.1em;
	color:#FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 44px;
	text-indent: 60px;
}

#toolboxvideo a {
	display:block;
	height: 150px;
	margin-left: -20px;
	color: #FFF;
	text-decoration: none;	
}


#toolboxvideo a:hover {
	text-decoration: underline;
	background-image: url(../images_WE/video.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;		
}

#toolnewsletter {
	display:block;
	width: 245px;
	height: 27px;
	float: right;
	position:relative;
	background-image: url(../images_tmpl/wt_servicebox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 29px;
	text-indent: 35px;
}

#toolnewsletter a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolnewsletter a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_servicebox_bghover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#toolcatalog {
	display:block;
	width: 245px;
	height: 27px;
	float: right;
	position:relative;
	background-image: url(../images_tmpl/wt_servicebox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 29px;
	text-indent: 35px;
}

#toolcatalog a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolcatalog a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_servicebox_bghover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#toolrecommend {
	display:block;
	width: 245px;
	height: 27px;
	float: right;
	position:relative;
	background-image: url(../images_tmpl/wt_servicebox_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0.9em;
	color:#000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	line-height: 29px;
	text-indent: 35px;
}

#toolrecommend a {
	display:block;
	margin-left: -20px;
	color: #000;
	text-decoration: none;	
}


#toolrecommend a:hover {
	text-decoration: underline;
	background-image: url(../images_tmpl/wt_servicebox_bghover.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

/***** SIDEBARS *****/


#sidebar {
	position: relative;
	display: block;
	float: left;
	width: 278px;
	padding: 15px 10px 15px 20px;
	margin-bottom: 30px;
	font-size: 0.8em;
	background: url(../images_tmpl/sidebar_bg.jpg) no-repeat 0 0;
}

#sidebar h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	color: #65C80B;
	border-bottom: 1px solid #ccc;
	width: 255px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

/* News */
#sidebar ul#news li  {
	line-height: normal;
	border-bottom: dotted 1px #ccc;
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar ul#news li a img {
	display: block;
	float: left;
	border: #EDEBE9 1px solid;
	background: #F5F4F3;
	padding: 3px;
	margin: 0 5px 0 0;
}

#sidebar ul#news li a:hover img {
	border: #ccc 1px solid;
	background: #eee;
}

#sidebar ul#news li h3 {
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 188px;
	padding: 0;
}

#sidebar ul#news li p {
	margin: 0;
	padding: 0 0 5px 0;
}

#sidebar ul#news li a {
	text-decoration: underline;
}

/***** FOOTER *****/
#footer {
	clear: both;
	display: block;
	width: 986px;
	height: 0px;
	color: #666;
	font-size: 1 em;
}

#footer a {
	color: #666;
	border-bottom: 1px dotted #555;
}

#footer a:hover {
	color: #bbb;
	border-bottom: none;
}



#footer .foot_content {
	display: block;
	clear: none;
	width: 986;
	float: left;
	clear: both;
	padding: 0 0 0 0;
	text-align: left;
}


#footer .foot_info {
	background: url(../images_tmpl/wt_arrow_small.png) no-repeat 10px 6px;
	display: block;
	clear: both;
	width: 400px;
	float: left;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 0.70em;
	padding-left: 25px;
	line-height: 22px;
}

#footer .foot_r {
	position: absolute;
	margin: 0 auto;
	display: block;
	width: 500px;
	float: right;
	margin-left: 440px;
	margin-top: -40px;
	
}
#footer .foot_r a{
	color: #bbb;
	border-bottom: none;
	
}


#footer .foot_end {
	background: url(../images_tmpl/wt_footer_bg.png) no-repeat left        ; 
	display: block;
	clear: both;
	width: 986px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.80em;
	line-height: 1px;/* Abstand vom Bild zum Body*/
	
}



#footer ul li {
	display: inline;
}

