/* Harztourismus */
/*--------------------------------------------------------- CSS Browser-Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, textarea, input,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

strong, b {
  font-weight: bold;
}

html {
  font-size: 100.01%;
  height: 100.01%;
  padding-bottom: 0.1em;
  line-height: 1em;
}

a:focus {
	color: #0C4DA2;
}

input:focus, textarea:focus {

}

body {
  font-size: 62.5%;
  text-align: center;
	line-height: 1em;
	color: #83868A;
	background: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0em;
}

body.oberharz{
	background: url(img/bg_linkbar.gif) repeat-x #FFF;
}

ul {
  list-style-position: outside;
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.contenttable th {padding-right: 15px;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* DIV SETUP */
#page {
  margin: 0 auto;
  width: 1000px;
  background: white;
  text-align: left;
}

#header_bg {
  background: url(img/bg-header-winter.jpg) top left no-repeat;
/*  width: 1000px;
  height:273px; */
  position: absolute; 
  width: 1000px;
}


#header_content {
  background: transparent;
}

#toolbar {
  width: 1000px;
/*  background: url(img/bg_toolbar.jpg) left bottom no-repeat;  */
  height: 43px;
  position:relative; 
  z-index: 50000; 
}

#head {
  position:relative;
  z-index: 50000;
  width: 1000px;
  height: 230px;
/*  background: url(img/bg_head.jpg) top left no-repeat;  */
}

#quicklinks {
  float:right;
  width: 455px;
  position:relative; 
  z-index: 50000; 
}

#main {
  width: 1000px;
  margin:0;
  padding:0;
}

#left {
 width: 165px;
 float:left;
/* !display:inline; */
}

#sitelogo img  {
  margin-top: 12px;
} 

.imagelink {
  display:block;
  margin-bottom: 15px;
}

#middle {
  margin-right:20px;
  width:593px;
/* !display:inline; */
/*  width: 603px; stattdessen die 2 oben*/
  float: left;
  padding-bottom: 25px;
}

#slogan {
  margin-bottom: 15px;
/*  width: 593px; */
}

#slogan p {
  display:block;
  padding: 8px;
  background: #0C4DA2;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

#right {
  width: 222px;
  float:left;
/* !display:inline; */
}

/* TOOLBAR SETUP */
.toolbar_list {
  float:right;
  margin-top: 14px;
  font-family: Tahoma, Verdana, sans-serif;
  padding-right: 10px;
  margin-left: 15px;
}

.toolbar_list li {
  float:left;
  padding: 2px; 
  font-weight:bold;
   color: #0C4DA2;
}

.toolbar_list li a {
  text-transform: uppercase;
  color: #0C4DA2;
  font-size: 10px;
  font-weight: bold;
  text-decoration:none;
  padding: 3px;
}

.toolbar_list .quicklast a {
  background: transparent url(img/rss-icon.gif) no-repeat scroll left center;
  padding-left:15px;
}

.toolbar_list li a:hover {
  text-decoration: underline;
}

.tx-macinasearchbox-pi1 {
  float:right;
  margin-top: 13px;
  !margin-top: 11px;  
}


.tx-macinasearchbox-pi1 #suchboxlabel {
  color:#0C4DA2;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}

.tx-macinasearchbox-pi1 #suchboxfeld {
  border: 1px solid #0C4DA2;
  padding: 2px;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
}

.tx-macinasearchbox-pi1 #search_submit {
  padding: 3px;
  background: #0C4DA2;
  margin-bottom:-5px; 
  !margin-bottom:-4px;
  margin-left: -2px;
}

/* SEASONMENU */

#seasonmenu {
  position: absolute; 
  bottom: 0px;
  left:0px;
  /*margin-top: 198px;*/
  margin-bottom: 0;
}

#seasonmenu .seasonmenu_list li {
  float:left;
}

#seasonmenu .seasonmenu_list a {
  display:block;
  color: #FFF;
  height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  line-height: 29px;
}

#seasonmenu .seasonmenu_list .season_winter a {
  background: #0C4DA2;
  width: 82px;
}

#seasonmenu .seasonmenu_list .season_winter a:hover {
  background: #6CA2E8;
}

#seasonmenu .seasonmenu_list .season_summer a {
  background: #F5832F;
  width: 83px;
} 

#seasonmenu .seasonmenu_list .season_summer a:hover {
  background: #FFBB8B;
}


/* NAVIGATION */
.navigation_list {
  padding: 12px 16px 15px 0px;
  font-size: 10px;
}

.navigation_list a {
  text-decoration: none;
  color: #7F8083;
  font-weight: bold;
  display: block;
  padding: 3px 0px 5px;
  line-height: 14px;
  border-bottom: 1px dotted #7F8083;
}

.navigation_list a:hover, .nav1_act a {
  text-decoration: none;
  color: #0C4DA2;
}

.navigation_list .nav1_no a, .navigation_list .nav1_act a {border-bottom: 1px dotted #7F8083;}

.navigation_list .nav2_no a, .navigation_list .nav2_act a {font-weight: normal; padding-left: 15px; border-bottom: 1px dotted #7F8083; color: #7F8083;}
.navigation_list .nav3_no a, .navigation_list .nav3_act a {font-weight: normal; padding-left: 15px; border-left: 1px solid #F5832F; border-bottom: 0;}


.nav2_no a:hover, .nav2_act a, .nav2_act a:hover {background: url(img/aufzaehlung-navi2.gif) left no-repeat; color: #7F8083;}
.nav3_no a:hover, .nav3_act a, .nav3_act a:hover {color: #F57921 !important; background: none;}
.nav3_no a {background: none;}
/* .nav2_act a {border-bottom: 0 !important;} */

.navigation_list .nav1_spec a {
  border-bottom: 0 none;
  background: #F57921;
  color: #ffffff;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 12px;
}

.navigation_list .nav1_spec a:hover {
  text-decoration: underline;
}

.navigation_list .nav1_spec_first a {
  margin-bottom: 15px;
}



/* FOOTER */
#footer {
  text-align: center;
  width: 1000px;
  clear:both;
  font-size: 10px;  
}
#footer .footer_list {
  font-size: 1em;
  font-weight: bold;
}

#footer .footer_list li {
  float:left;
  display:block;
  padding: 10px;
}

#footer .footer_list .footer_empf {
  background: url(img/icon_send.gif) 0 0.8em no-repeat;
  padding-left: 20px;
}

#footer .footer_list .footer_fav {
  background: url(img/icon_fav.gif) 0 0.8em no-repeat;
  padding-left: 20px;
}

#footer .footer_list .footer_print {
  background: url(img/icon_print.gif) 0 0.8em no-repeat;
  padding-left: 20px;
}

#footer a {
  font-size: 10px;
  font-weight: bold;
  color: #83868A;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* TEASER SETUP */
.teaser-sidebar {
  background: transparent; 
  margin-bottom: 10px;

}

.teaser-sidebar .bodytext {
  font-size: 10px;
  line-height: 13px;
}

.teaser-sidebar ul {
  padding-bottom: 10px;
}

.teaser-sidebar ul li {
  padding: 4px 0px;
}

.teaser-sidebar h1, .teaser-sidebar .csc-fristHeader {
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  padding: 8px;
}

.teaser-sidebar p {
  padding: 10px;
}

.orange h1 {
  background: #F57921;
}

.orange b {
  color: #F57921;
  margin-bottom: 10px;
}

.normal h1 {
  background: #738CC7;
}

/* SPECIAL */
.clear {
  float:none !important;
  clear:both !important;
  /*visibility:hidden !important;*/
  !display:none; 
  width:0px !important;
  height:0px !important;
  padding:0 !important;
  margin:0 !important;
  }


/*QUICKLINKS SETUP */

.quicklinks_list {
  float:right;
  height: 21px; 
  z-index: 1000;
}

.quicklinks_list li {
  float:left;
  position: relative;
}

.quicklinks_list li a {
  background: #F57921;
  display:block;
  padding: 5px 19px;
  text-transform: uppercase;
  color: #FFF;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}

.quicklinks_list li a:hover {
  background: #FFBB8B;
}

.quicklinks_lvl2 {
  visibility: hidden;
  position: absolute;
  /*top: 21px; */
  top: 20px;
  width: 150px;
  padding-top: 10px;
}

.quicklinks_lvl2 .quicklinks_item  {
  float: none;
  display: block;
  /*position: static; */
}

.quicklinks_lvl2 .quicklinks_item a {
  background: transparent;
  color: #0C4DA2;
  padding: 4px 7px;
  text-transform: none;
  font-size: 10px;
  width: 90%;
}

* html .quicklinks_lvl2 .quicklinks_item a {
  padding: 3px 7px;
}

.quicklinks_lvl2 .quicklinks_item a:hover {
  text-decoration: underline;
  background: transparent;
}


.bghack {
  visibility: hidden;
  position: absolute;
  height: 210px;
  background: #ffffff;
  width: 150px;
  opacity: 0.7;
  top: 20px;
  !filter:alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
/*  top: 21px; */
  left: 0px;
}

* html .bghack {
  top: 23px;
  height: 207px;
}

/*
* html .bghack {
   height:207px
} 
*/

.quicklinks_list table {
  position: absolute;
	top:0px; 
	left:0; 
	border-collapse:collapse;
}

.quicklinks_list li:hover ul, 
.quicklinks_list a:hover ul {
  visibility:visible;
}



.quicklinks_list li:hover .bghack, 
.quicklinks_list a:hover .bghack{
  visibility:visible;
}


.ql_last ul, .ql_last .bghack {
  left: -64px;
}

/* content-style */

#content {

padding-left: 25px;

}

#content p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 17px;
}

#content a {
  color: #2D70AC;
  text-decoration: underline;
}

#content a:hover {
  color: #EC7404;
  text-decoration: none;
}

#content .contenttable td p {margin: 0; padding: 0;}
#content .contenttable td, #content .contenttable th {padding: 3px 25px 3px 0px;  vertical-align: top; border-bottom: 1px dotted #83868A;}
#content .contenttable th { font-weight: bold;}

/* Frames */
.csc-frame-frame1 {
  border-bottom: 1px dotted #7B7C7E;
  /*padding: 15px;*/
  padding-bottom: 0px;
  margin-bottom: 15px;
  float:none;
  clear:both;
}

.csc-frame-frame1 p, .csc-frame-frame1 ul,
.csc-frame-frame2 p, .csc-frame-frame2 ul {
  /* padding-bottom: 15px; */
}

.csc-frame-frame2 {
  /* border: 1px solid #7B7C7E; */
  padding: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: #E1E4F3;
  float:none;
  clear:both;
}
.csc-frame-frame4 {
  border-bottom: 1px solid #f57921;
  padding: 0px;
  width: 180px;
  float: left;
  margin: 0 5px 15px 0;
  background: #fde4d2;
}
.csc-frame-frame4 p, .csc-frame-frame4 h1 {
  padding: 3px 10px 0px 10px;
}
.csc-frame-frame4 a {
  color: #f57921 !important;
  font-weight: bold;
}

.csc-frame-frame5 {
  border-bottom: 1px solid #f57921;
  padding: 0px;
  width: 250px;
  float: left;
  margin: 0 10px 15px 0;
  background: #fde4d2;
}
.csc-frame-frame5 p, .csc-frame-frame4 h1 {
  padding: 3px 10px 0px 10px;
}
.csc-frame-frame5 a {
  color: #f57921 !important;
  font-weight: bold;
}

#right .csc-frame-frame1 {
  border-bottom: 1px dotted #7B7C7E;
  padding: 5px;
  margin-bottom: 5px;
  line-height: 15px;
  clear: both;
  display: block;
}
#right .csc-frame-frame1 h1{

  font-family: verdana, Arial, sans-serif;
  color: #F5832F;
  font-size: 11px;
  font-weight: bold;

  margin-bottom: 5px;
  text-transform: uppercase;
}
#right .csc-frame-frame1 a{

  text-decoration: none;
  color: #83868A;
}
#right .csc-frame-frame1 a:hover{

  text-decoration: underline;
}

#right .csc-frame-frame2 {
  border-bottom: 1px dotted #7B7C7E;
  padding: 5px 0px 5px 5px;
  margin-bottom: 5px;
  line-height: 15px;
  clear: both;
  display: block;
  background-color: #fff;
}
#right .csc-frame-frame2 h1{

  font-family: verdana, Arial, sans-serif;
  color: #F5832F;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#right .csc-frame-frame2 a{
  text-decoration: none;
  color: #fff;
  background-color: #738BC7;
  padding: 5px 5px;
  font-weight: bold;
  float: right;
}
#right .csc-frame-frame2 a:hover{

  background-color: #0C4DA2;
}

#right .csc-frame-frame6 {
  padding: 5px;
  margin: 0px 0px 5px 0px;
  line-height: 15px;
  background-color: #D4D7EC;
  width: 212px;
  border: 0;
  clear: both;
  display: block;

}
#right .csc-frame-frame6 h1{

  font-family: verdana, Arial, sans-serif;
  color: #0C4DA2;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#right .csc-frame-frame6 a{
  text-decoration: none;
  color: #fff !important;
  background-color: #738BC7;
  padding: 5px 5px;
  font-weight: bold;
  float: right;
  margin: 0;
}
#right .csc-frame-frame6 a:hover{
  background-color: #0C4DA2;
  text-decoration: none;
}
#right .csc-frame-frame6 p, #right .csc-frame-frame6 .bodytext{
  padding: 0;
  margin: 0;
}
#content .csc-frame-frame6 {
	padding: 0px 100px 0px 30px;

}
#content .csc-frame-frame6 .csc-textpic-caption{
	font-weight: bold;
	color: #6D9DFF;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
#content .csc-frame-frame6 h1{
	font-size: 12px;
	color: #004593;
	border-bottom: 1px solid #004593;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;

}
#content .csc-frame-frame6 .contenttable td, #content .csc-frame-frame6 .contenttable th{ 

	border-bottom: 0;
	padding: 3px 5px;

}
#content .csc-frame-frame6 .contenttable { 

	
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #505050;
	margin-bottom: 15px;
	width: 100%;

}

#content .csc-frame-frame6 .contenttable p { 
	line-height: 13px;
	font-size: 10px;
	margin: 0;
}
#content .csc-frame-frame6 .contenttable th{ 

	color: #fff;
	background-color: #70A0FF;
	font-weight: normal;
	font-size: 10px;
	padding: 5px;

}

#content .csc-linkToTop{

 /* padding-left: 30px; */

 text-align: right;
 }


#content .csc-frame-start-aktuell {
	background-color: #E1E4F3;
	color: #666666;
	padding-bottom: 1px;
	width: 593px;
	margin-bottom: 10px;
}

#content .csc-frame-start-aktuell h1{
	font-size: 11px;
	font-weight: bold;
	letterspacing: 0.8em;
	background-color: #F57921;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 2px 10px;

}

#content .csc-frame-start-aktuell p{
	font-size: 11px;
	line-height: 15px;
	padding: 0px 10px;

}


#content .csc-frame-start-aktuell li{

	background: url(img/stern.gif) no-repeat;

}


#content .csc-frame-start-aktuell li a{
	font-weight: bold;
	text-decoration: none;
}
#content .csc-frame-start-aktuell li a:hover{

	text-decoration: underline;
}

#content .csc-frame-start-aktuell .csc-textpic-imagewrap{
	margin: 0 10px 0 0 !important;
	padding: 0;

}


/* headings */

#content h1, #content h2  {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #F5832F;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 18px;
}

#content h2  {

  color: #22B24B;

}


#content .csc-firstHeader {
  font-size: 18px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  /*  padding: 8px 10px;
  background: #F5832F; */
  color: #0C4DA2;
  margin-bottom: 13px;
  text-transform: none;

  line-height: 20px;
  }

/*
#content h2, #content h3 {
  font-size: 16px;
}
*/

/* Listen */
#content ul, #content ol{
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 17px;
}
#content ul li{
  padding-left: 20px;
  background: url(img/list-icon.gif) no-repeat;
  margin-bottom: 10px;
  font-size: 12px;
}
#content ol li{
  padding-left: 10px;
  margin-left: 25px;
  margin-bottom: 9px;
  font-size: 12px;
}


/* CONTENT TEASER */
#content .teaser-content {
  float:left;
  background: #E1E4F3;
  height: 146px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#content .teaser-content a {
  color: #83868A;
  text-decoration: none;
}


#content .teaser-content a em{
  font-style: normal;
  text-decoration: underline;
}

#content .teaser-content a:hover {
  text-decoration: underline;
}

 #content  .teaser-content img {
  /*float:left;
  margin-right: 5px; */

  margin-bottom: 0;
}


#content .teaser-content h1, #content .teaser-content .csc-firstHeader {
  color: #F5832F;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0px;
  margin-bottom: 0px;
  line-height: 15px;
  background: none;
  text-transform: none;
}

#content .teaser-content p, #content .teaser-content ul {
  font-family: Tahoma, sans-serif;
  padding: 0px 5px 0px 0px;
  margin: 0;
  line-height: 10px;
}

#content .teaser-content ul li {
  margin-bottom: 7px;
  padding: 0;
  background:none;
  font-size: 10px;
}

.col-1 {
  width: 191px;
} 


/* caption */
.csc-textpic-caption {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
  padding: 5px 0px;
  line-height: 12px;
}

/* TIPFRIEND */
.empfbox {
  width: 100%;
}

.empfbox .tipfriend-bodytext {
  width: 83%;
}

.empfbox label, .empfbox .cols, .empfbox input, .empfbox textarea {
  display: block;
  font-size: 11px;
}

.tipfriend-formular label {
  font-weight: bold;
  padding-bottom: 5px;
}

.empfbox .tx-srfreecap-pi2-cant-read {
  display: block;
  color:inherit;
  font-size:inherit;
  padding-top: 8px;
  
}

.empfbox .tx-srfreecap-pi2-image {
  margin: 0;
}

.empfbox input, .empfbox textarea {
  padding: 3px;
  margin-bottom: 15px;
  width: 90%;
  border: 1px solid #76787B;
}

.hiddeninput {
  display: none;
}

.tipfriend-formular {
  width: 49%;
  float:left;
}

.empfbox .cols {
  margin-bottom: 15px;
  float:left;
  width: 49%;
  line-height: 15px;
  padding-top: 15px;
} 

.empfbox .cols .typecaptcha {
  font-weight: normal;
  padding-top: 10px;
}

.empfbox .cols .typecaptcha label {
  margin-bottom: 5px;
}

.empfbox .cols .captcha {
  /*border: 1px solid #EC3004;*/
  background: #F0F0F0;
  padding: 10px;
  /*width: 64%;*/
  margin-bottom: 15px;
}

.empfbox .error {
  color: red;
}

#tipsend {
  font-weight: bold;
  width: 92%;
  background: #F57921;
  color: #FFF;
  border: 0;
  padding: 10px 0px;
}



/*-------------------------------------------------------- SUCHERGEBNIS Setup */
.tx-indexedsearch-form {
}

#tx-indexedsearch-searchbox-sword {
  border:1px solid #0C4DA2;
  background: #FFF;
  padding: 6px;
  font-size: 12px;
  color: #005AAB;
  font-weight: bold;
  width: 70%;

}

#tx-indexedsearch-searchbox-button-submit {
  border: 0px none;
  background: #0C4DA2;
  margin-bottom:-9px;
  !margin-bottom:-4px;
  padding:8px;
}

.tx-indexedsearch .res-tmpl-css {
  border: 1px solid #E7E7E7;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #F0F0F0;
  color: #83868A;
}

.tx-indexedsearch .res-tmpl-css h3 {
  margin-bottom: 7px;
}

.tx-indexedsearch-title a {
  text-decoration: none;
}

.tx-indexedsearch-title {
  font-weight: bold;
  font-size: 15px;
}

.tx-indexedsearch-redMarkup {
  color: #005AAB !important;
}

.tx-indexedsearch-whatis {
  display: none;
}

.tx-indexedsearch-browsebox {
  padding: 1em;
  margin-top: 1em;
}


/*------------------------------------------------------------------ MAILFORM */

#mailform {
  /* width: 50%; */
  padding-bottom: 0em;
  background: #fefefe;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
}

#mailform .csc-mailform-check {
  width: 13px !important;
  float: left;
  border: 0 !important;
}

#mailform .csc-mailform-field label {
  font-size: 11px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  float: left;
  width: 94%;

}

#mailform .csc-mailform-label {
  font-weight: bold;
  font-size: 12px;
}


#mailform .csc-mailform-field span {
  visibility: hidden;
}

#mailform .csc-mailform-field select, #mailform .csc-mailform-field select:focus {
  width: 98.5%;
  border: 1px solid #76787B;
  padding: 4px;
  /* font-size: 8px; */
  background: #FFF !important;
  color: #000 !important;
  margin-bottom: 5px;
}

#mailform .csc-mailform-field input, #mailform .csc-mailform-field textarea {
  padding: 3px;
  margin-bottom: 7px;
  width: 95%;
  border: 1px solid #76787B;
}

#mailform .csc-mailform-field #mailformformtype_mail {
  /* width: 92%; */
  margin-bottom: 0;
  background: #F57921;
  color: #FFF;
  font-size: 12px;
  padding: 10px 0px;
  font-weight: bold;
  border: none;
}


/*------------------------------------------------------------------ MAILFORM */

#mailform {
  width: 300px;
  padding-bottom: 0em;
  background: #fefefe;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;

  float: left;
}

#mailform .csc-mailform-check {
  width: 13px !important;
  float: left;
  border: 0 !important;
}

#mailform .csc-mailform-field label {
  font-size: 11px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;

  margin-top: 5px;
  float: left;
  width: 94%;

}

#mailform .csc-mailform-label {
  font-weight: bold;
  font-size: 12px;
}


#mailform .csc-mailform-field span {
  visibility: hidden;
}

#mailform .csc-mailform-field select, #mailform .csc-mailform-field select:focus {
  width: 98.5%;
  border: 1px solid #76787B;
  padding: 4px;
  /* font-size: 8px; */
  background: #FFF !important;
  color: #000 !important;
  margin-bottom: 5px;
}

#mailform .csc-mailform-field input, #mailform .csc-mailform-field textarea {
  padding: 3px;
  margin-bottom: 7px;
  width: 95%;
  border: 1px solid #76787B;
}

#mailform .csc-mailform-field #mailformformtype_mail {
  /* width: 92%; */
  margin-bottom: 0;
  background: #F57921;
  color: #FFF;
  font-size: 12px;
  padding: 10px 0px;
  font-weight: bold;
  border: none;
}


/* rollierende  teaser */

.teaser_item {
  padding-bottom: 10px;
  background-color: #deecd5;
}

.teaser_item h1, .timg {
  background: #81BD6C;
}

.timg img{
  margin: 0 auto;
  display: block;
}

.teaser_item p, .teaser_item h1 {
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.teaser_item .detail a {
  font-size: 10px;
  background:#F47920 none repeat scroll 0 0;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  font-weight:bold;
  padding:5px;
  text-transform:uppercase;
  text-decoration:none;
}

.teaser_item .detail a:hover {
  text-decoration:underline;
}

.teaser_item .price {
  text-decoration: underline;
}



/* rollierende liste/details */

.ad_list_item {
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 8px;
  position: relative;
}

#content .ad_list_item h1 {
  text-transform:uppercase;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
} 

.ad_list_item img {
  display: block;
  float:left;
  margin: 0 auto;
  margin-bottom: 10px;
}

#content .ad_list_item .row {
  float: left;
  padding-left: 10px;
  width: 330px;
}

#content .ad_list_item p {
  color: #000000;
} 

#content .ad_list_item .detail {
  margin-bottom: 0px;
}

#content .ad_list_item .price a {
  color: #ec8a01;
  text-decoration: underline;
  font-weight: bold;
}

#content .ad_list_item .price a:hover {
  color: #ec8a01;
  text-decoration: none;
}

#content .ad_list_item .detail a {
  font-weight: bold;
  background:#F47920 none repeat scroll 0 0;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  font-weight:bold;
  padding:5px 10px;
  text-transform:uppercase;
  text-decoration:none;
  display:block;
  float:right;
}

#content .ad_list_item .detail a:hover {
  text-decoration:underline;
}

#content .ad_detail {
  border: 1px solid #cdcdcd;
  border-top: 0 none;
  padding: 10px;
  background: #ffffff;
}

#content .ad_detail p {
  line-height: 1.2;
}
  
.ad_detail .images {
  float: left;
  width: 202px;
}

.ad_detail .images a {
  margin-bottom: 5px;
  display: block;
}

.ad_detail .images a img {
  border: 0px none;
}

.ad_detail .infos {
  float: left;
  width: 330px;
  margin-left: 10px;
}

#content .ad_h1 {
	background: #0C4DA2;
	border-color: #CDCDCD;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:0;
	padding:5px 8px;
	text-transform:uppercase;
} 

#content .ad_detail .travel {
  margin-bottom: 15px;
} 

#content .ad_detail .twoinone {
  margin-bottom: 15px;
} 

#content .ad_detail .twoinone div {
  float: left;
}
#content .ad_detail .twoinone p {
  float: left;
  width: 125px;
  margin-right: 10px;
}

#content .ad_detail .twoinone div td {
  border-bottom: 1px solid #cdcdcd;
  padding: 3px;
}

#content .ad_detail .twoinone div table {
/*  width: 130px; */
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
}

#content .ad_detail .price {
  color: #ec8a01;
  text-decoration: underline;
  font-weight: bold;
}


#content  .ad_detail .detail a  {
  background:#F47920 none repeat scroll 0 0;
  border:1px solid #FFFFFF;
  color:white;
  display:block;
  float:right;
  font-weight:bold;
  margin-top:20px;
  padding:5px 10px;
  text-transform:uppercase;
  text-decoration: none;
}

#content  .ad_detail .detail a:hover {
  text-decoration:underline;
}

.catsel {
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 16px;
/*  margin: 8px;
  width: 558px; */
}

.catsel select {
  padding: 3px;
  font-weight: bold;
}

.catsel option {
  font-weight: bold;
}
.catsel input {
  font-weight: bold;
  background:#F47920 none repeat scroll 0 0;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  font-weight:bold;
  padding:5px 10px;
  !padding:3px 0px;
  text-transform:uppercase;
  text-decoration:none;
}

.catsel input:hover {
  cursor:pointer;
}

/* buchung */

.tx-thmailformplus-pi1 #mailform {
  width: 80%;
}

.tx-thmailformplus-pi1 #mailform legend {
  color:#F5832F;
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  margin-bottom:15px;
  text-transform:uppercase;
}

.tx-thmailformplus-pi1 #mailform #sonstiges {
  height: 200px;
}

.tx-thmailformplus-pi1 #mailform fieldset {
  margin-bottom: 15px;
}

.tx-thmailformplus-pi1 #mailform #buttons input {
  background:#F57921 none repeat scroll 0 0;
  border:medium none;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  margin-bottom:0;
  padding:10px 0;
  width: 40%;
  float: left;
}

.tx-thmailformplus-pi1 #mailform #buttons {
  width: 92%;
}

.tx-thmailformplus-pi1 #mailform #buttons #submit {
  float: right;
}

#content .col-2 {
  padding-left: 94px;
  background: #E1E4F3 url(../bilder/veranstaltungen-teaser-04.jpg) no-repeat scroll top left;
  width: 298px;
}

#content .col-3 {
	height:auto;
	padding:15px;
	width:563px;
}

#content .col-3 table {
	margin:0 auto;
}

.kalender_teaser {
  line-height: 1.5;
}

.kalender_teaser  .ter_teaser {
  border-bottom: 1px dotted #83868A;
  padding-bottom: 5px;
  padding-top: 3px;
}

#content .kalender_teaser p {
  font-size: 10px;
  font-weight: bold;
}

.kalender_teaser a {
  line-height: 1.2;
  font-weight: normal;
  color: #2D70AC;
  text-decoration: underline;
  margin-top: 3px;
  display: block;
}

.kalender_teaser a:hover {
  color: #EC7404;
  text-decoration: none;
}

.kalender_teaser .alllink a {
  font-weight: bold;
}

.walkaboutlauncher {
  background: transparent url(img/rundgang-button.jpg) no-repeat scroll top left;
  width: 464px;
  height: 100px;
  display: block;
  margin: 0 auto 15px;
}

.walkaboutlauncher .hideme {
  display: none;
}

div.csc-textpic-imagewrap {

margin-bottom: 10px;

* margin-bottom: 0;

}
 #content  .teaser-content img {
  /*float:left;
  margin-right: 5px; */

  margin-bottom: 0 !important;
}



a.toplink {
  height:100%;
  position:absolute;
  text-decoration:none;
  width:100%;
  display:block;
  !background: transparent url(img/clear.gif);
}


#content .headandlink h1 {
  float: left;
}


#content .headandlink a {
  display: block;
  float: left;
  color: #F5832F;
  font-family: Tahoma, sans-serif;
  padding: 5px 0 5px 4px;
  font-size: 10px;
  !width: 180px;
  !padding: 6px 0 5px 6px;
  text-decoration: underline;
}

.langmenu {
	float:left;
	/*width: 45px;*/
	margin-top: 14px;
}

.langmenu li {
	display: inline;
	margin-right: 5px;
}

#linkbar {
	width: 1000px;
	height: 26px;
	line-height: 26px;
	color: #afafaf;
	text-align:right;
	margin: 0px auto;
}

#linkbar ul {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	display:inline;
	float:left;
}

#linkbar li {
	display: inline;
}

#linkbar a {
	display: inline;
	color: #afafaf;
	text-decoration: none;
	font-size: 10px;
}

#linkbar a:hover {
	text-decoration: underline;
}

.bookmark {
	margin-left: 10px;
	line-height: 32px;
}

#content .ad_detail .detailtop {
	margin-bottom: 20px;
}

#content .ad_detail .detailtop a {
	margin-top: 0;
}

.tx-remoteads-pi1 {
	margin-top: 20px;
}


.tx-lifte-pi1 {
	padding: 0 100px 0 30px;
}

.lift_table {
	border: 1px solid #70a1ff;
	border-collapse: collapse;
	margin-bottom: 15px;
	color: #505050;
	width: 100%;
}

.lift_table caption {
	background:#70a1ff;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 5px;
	margin-left: -1px;
}

.lift_table th, .lift_table td {
	padding: 5px;
	border-left: 1px solid #70a1ff;
	border-right: 1px solid #70a1ff;
	border-top: 1px solid #ffffff;
}

.lift_table th {
	font-weight: bold;
}

.lift_table .odd {
	background:#e6edf5;
}

.lift_table .even {
	background:#f7f8fa;
}

.lift_table .open, .lift_table .closed  {
	font-weight: bold;
	color: #ffffff;
}

.lift_table .open {
	background:#1fa22e;
}

.lift_table .closed {
	background:#ed0505;
}


#lbOverlay {
	z-index: 50000 !important;
}

#lbCenter, #lbBottomContainer {
	z-index: 50000 !important;
}

#lbPrevLink:hover {
	background: transparent url(img/prev.gif) no-repeat scroll 0 15% !important;
} 

#lbNextLink:hover {
	background: transparent url(img/next.gif) no-repeat scroll 100% 15% !important;
}

#lbCloseLink {
	background: transparent url(img/close.gif) no-repeat scroll center center !important;
}

#content .frame-ww p {
	font-size:10px;
  line-height:13px;
margin:0;
}

#content .frame-ww h1 {
background-color:#70A0FF;
color:#FFFFFF;
font-size:10px;
padding:3px 5px;
margin:0;
}

.twtr-widget{ margin: 15px 0px; }