/* CSS Document */

body {
    background: url(../images/body_bg.gif) repeat-x;
    font-family: arial, helvetica;
    font-size: 12px;
    text-align: left;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a {
    color: #E2461E;
}

/* Container OBEN */

#container_oben {
    margin: 0px;
    margin-left: 13px;
    padding: 0px;
    left: 13px;
    width: 920px;
    height: 167px;
    color: #FFFFFF;
}


/* Sprachen */

#top_left {
    background: url(../images/top_bg.gif) repeat-x;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 26px;
    padding-top: 2px;
    height: 21px;
    width: 184px;
}

#top_left a {
    padding-left: 3px;
    padding-right: 8px;
    font-family: Verdana, Arial, Helvetica; 
    font-size: 10px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
}

#top_left a:hover {
    text-decoration: underline;    
}

#top_left img {
    vertical-align: middle;
}


/* *********************** Top-Menu ******************** */

#top_right {
    background: url(../images/top_bg.gif) repeat-x;
    float: right;
    margin: 0px;
    padding: 0px;
    height: 23px;
    width: 710px;
}

#top_right ul {
    padding: 0px;
    margin: 0px;
    padding-top: 3px;
    padding-right: 28px;
    text-align: right;
    list-style-type: none;
}

#top_right ul li {
    background: url(../images/topmenu_trenner.gif) no-repeat scroll right 4px;
    padding:0px;
    margin:0px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

#top_right ul li a {
    padding: 0px;
    font-family: Verdana, Arial, Helvetica; 
    font-size: 10px;
    text-decoration: none;
    color: #FFFFFF;
}

#top_right ul li a:hover {
    text-decoration: underline;    
}

#top_right ul li a.active {
    text-decoration: underline;  
}


/* Titelleiste Mehrsprachig */

#titel_d, #titel_e {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 144px;
    width: 920px;
}

#titel_d {
    background: url(../images/titel_bg_d.jpg) no-repeat;
}

#titel_e {
    background: url(../images/titel_bg_e.jpg) no-repeat;
}

#titel_d a, #titel_e a {
    display: block;
    margin: 0px;
    margin-top: 8px;
    margin-left: 63px;
    padding: 0px;
    width: 128px;
    height: 67px;
}


/* Container UNTEN */

#container_unten {
    background: url(../images/unten_bg.gif) repeat-y;
    margin: 0px;
    margin-left: 13px;
    padding: 0px;
    left: 13px;
    width: 920px;
}


/* Container LINKS */

#container_links {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 210px;
}


/* ***************************** Hauptmenue Ebene 1 *************************** */

#hauptmenu {
    background-color: #FDFAE7;
    margin: 0px;
    padding: 0px;
    padding-bottom: 62px;
    padding-top: 14px;
    width: 100%;
    border: 1px solid #B2AD87;
}

ul.menu, ul.menu ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  text-align: left;
}

ul.menu li a { 
  background: url('../images/ebene1_aktiv.gif') no-repeat 26px 3px;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 50px;
  font-family: Arial, Helvetica; 
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

ul.menu li { 
  background: url('../images/hauptmenu_trenner.gif') no-repeat 15px 19px;
  height: 100%;
}

ul.menu li a:hover {
  background-color: #F1EFDA;
  font-family: Arial, Helvetica; 
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

ul.menu a.active {
  background-color: #E4E2CD;
  color: #000000;
}

ul.menu ul li a {
  background: none;
  color: #000000;
}


/* WETTER */

#wetter_d, #wetter_e {
    margin: 0px;
    margin-left: 26px;
    margin-top: -48px;
    padding-right: 0px;
    padding-top: 33px;
    padding-bottom: 13px;
    padding-left: 26px;
    width: 157px;
    border: 1px solid #B2AD87;
}

* html #wetter_d, #wetter_e { margin-left: 27px; } /* IE6 Hack */

#wetter_d {
    background: url(../images/wetter_bg_d.jpg) no-repeat;
}

#wetter_e {
    background: url(../images/wetter_bg_e.jpg) no-repeat;
}


/* LOGO */

#logo {
    background: url(../images/logo_bg.jpg) no-repeat;
    margin: 0px;
    margin-left: 26px;
    padding: 0px;
    width: 100%;
    height: 64px;
    border-left: 1px solid #B2AD87;
    border-bottom: 1px solid #B2AD87;
}

* html #logo { margin-left: 27px; } /* IE6 Hack */


/* Container MITTE */

#container_rechts {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 710px;
}

* html #container_rechts { clear: both; margin-left: -27px; } /* IE6 Hack */

/* SUCHE */

#suche_d, #suche_e {
    background: url(../images/suchen_bg.jpg) no-repeat;
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
    width: 710px;
    height: 28px;
    text-align: right;
}

#suche_d {
    background: url(../images/suchen_bg_d.jpg) no-repeat;
}

#suche_e {
    background: url(../images/suchen_bg_e.jpg) no-repeat;
}

#suche_feld input {
    padding: 0px;
    margin: 0px;
    height: 17px;
}

#suche_feld {
    padding: 0px;
    margin: 0px;
}

#suche_button {
    padding-right: 40px;
    padding-left: 5px;
    float:right;
}


/* HAUPTMENU Ebene_3 */

#ebene3 {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-top: 3px;
    width: 703px;
    height: 25px;
    border-left: 1px solid #B2AD87;
    border-right: 1px solid #B2AD87;
}

* html #ebene3 { margin-top: -15px; } /* IE6 Hack */

#ebene3 ul{
    padding: 0px;
    margin: 0px;
  	padding-top: 3px;
  	padding-right: 28px;
    list-style-type: none;
}

#ebene3 ul li{
    background: url(../images/ebene3_trenner.gif) no-repeat scroll left 3px;
    padding:0px;
    margin:0px;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
}

#ebene3 ul li a{
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.01em;
  color: #000000;
}

#ebene3 ul li a:hover, #ebene3 ul li a.active {
  background-color: #9D2B10;
  text-decoration: none;
  color: #FFFFFF;
}


/* INHALT */

#inhalt {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    width: 698px;
    letter-spacing: 0.01em; 
    word-spacing: 2px;
    line-height: 140%;
    border-left: 1px solid #B2AD87;
    border-right: 1px solid #B2AD87;
    border-bottom: 1px solid #B2AD87;
}

.artikel {
    background: url(../images/artikel_bg.gif) repeat-x;
    margin-bottom: 50px;
    padding: 0px;
}

.bodytext {
    padding-left: 35px;
    padding-right: 85px;
}

.artikel h1, .csc-firstHeader h1, .artikel h2, .artikel h3 a { 
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 35px;
    font-family: Arial, Helvetica; 
    font-size: 12px;
    color: #FFFFFF;
}

.csc-textpic-imagewrap dl {
    padding-top: 23px;
}


/* Tabellen - content */

.tr-even, .tr-odd {
  background-color: #F0EEE1;
	font-family: Arial, Helvetica; 
  font-size: 12px;
  letter-spacing: 0.01em; 
  word-spacing: 2px;
  line-height: 140%;
  color: #000000;
}

.tr-0 {
	font-weight: bold;
}

table.contenttable  {
    margin: 0px;
    margin-top: 23px;
    margin-left: 35px;
    padding: 0px;  
}

table.contenttable td {
    margin: 0px;
    padding: 0px; 
    padding-left: 15px; 
    padding-right: 15px; 
}


/* Upload-Artikel */

table.csc-uploads { 
    padding: 0px;
    margin: 0px;
    margin-top: 23px;
    margin-left: 35px;    
}

.csc-uploads p, .csc-uploads td { 
    padding: 0px;
    margin: 0px;
    vertical-align:top; 
    font-family: Arial, Helvetica; 
    font-size: 12px;
    letter-spacing: 0.01em; 
    word-spacing: 2px;
}

/* HOME - Sonderseite */

#homelinks, #homemitte {
    margin: 0px;
    padding: 0px;
    width: 233px;
    float: left;
}

#homerechts {
    margin: 0px;
    padding: 0px;
    width: 232px;
    float: right;
}

.home .bodytext {
    margin: 0px;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.homeartikel {
    height: 195px;
    overflow: hidden;
}

div.highlight_d, div.highlight_e {
  margin-left: 9px;
  margin-right: 10px;
  padding-top: 22px;
  height: 173px;
  overflow: hidden;
}

.highlight_d {
  background: url(../images/highlight_bg_d.jpg) no-repeat;
}

.highlight_e {
  background: url(../images/highlight_bg_e.jpg) no-repeat;
}

.highlight_d .bodytext, .highlight_e .bodytext {
    background-color: #EEEABB;
    margin: 0px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 5px;
    padding-bottom: 8px;
}

.home .csc-textpic-imagewrap dl {
    margin: 0px;
    padding: 0px;
}


/* Uebernachtungen - Sonderseite */

#container_orte {
    margin: 0px;
    padding: 0px;
    width: 710px;
}

* html #container_orte { width: 698px; } /* IE6 Hack */

#ortelinks {
    width: 100%px;
    float: left;
}

#ortelinks h1 {
    padding-bottom: 3px;
}

#orterechts {
    float: right;
    width: 260px;
    margin-right: 10px;
}

* html #orterechts { clear: both; width: 255px; } /* IE6 Hack */

#ortelinks .artikel {
    margin-bottom: 50px;
}

#orterechts .artikel {
    background-image: none;
    margin-bottom: 10px;
}

#ortelinks .bodytext, #orterechts .bodytext {
    padding-left: 20px;
    padding-right: 0px;
}


/* Sitmap */

.csc-sitemap ul {
    list-style-type: none;
}

.csc-sitemap ul ul {
    list-style-type: square;
}

.csc-sitemap ul ul ul {
    list-style-type: square;
}

.csc-sitemap li {
    padding:0px;
    margin-top: 3px;
}

.csc-sitemap ul li a {
    background: url(../images/ebene1_aktiv.gif) no-repeat center left;
    padding-left: 25px;
    list-style-type: none;
    font-family: arial, helvetica;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    color: #000000;
}

.csc-sitemap ul ul a {
    background: url(../images/sitemap-e2.gif) no-repeat center left;
    padding-left: 0px;
    font-weight: normal;
}

.csc-sitemap ul li a:hover {
    text-decoration: underline;
}


/* CSC-Menü Abschnittsübersicht (Sitemap) */

.csc-menu {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

ul.csc-menu {
    list-style-type: none;
}

ul.csc-menu li a {
    background: url(../images/ebene1_aktiv.gif) no-repeat center left;
    padding-left: 25px;
    list-style-type: none;
    font-family: arial, helvetica;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    color: #000000;
}


/* FOOTER */

#footer {
    background: url(../images/footer_bg.jpg);
    margin: 0px;
    margin-left: 1px;
    padding: 0px;
    padding-top: 10px;
	  padding-right: 40px;
    width: 668px;
    height: 22px;
    text-align: right;
    font-family: Verdana, Arial, Helvetica; 
    font-size: 10px;
}

#footer .bodytext {
    margin: 0px;
    padding: 0px;
}


/* SUCHE */

.tx-indexedsearch {
    padding-left: 35px;
    padding-right: 85px;
}

.tx-indexedsearch-res dt, .tx-indexedsearch-res dd, dl.tx-indexedsearch-info {
    background-color: #EEEABB;
}


/*	Fixes */

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block; 
}

* html .clearfix {height: 1%;}
.clearfix {display: block;}


