/****************************************************************************************************************
*  Name: style.css
*  erstellt: 30.05.2006
*  Autor: SB, werbeagentur aufwind. gmbh
* Beschreibung:
* Default-Stylesheet mit den wesentlichen Element-Formatierungen
*
*  Allgemeine Farbwerte:
*  Textfarbe:    #46899D
*  Border:        #99B5B8
*  Hintergrund:  #e8ebee
*
*  letzte Aenderungen:
*  Datum      von was
*  01.06.06  SB  Aktualisierung Imagetag
*
*
*****************************************************************************************************************/
/****************************************************************************************************************
* Allgemeine Angaben
****************************************************************************************************************/
/***** Redefinierung von HTML-Elementen *****/
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
ul, ol, li,
hr,
table, tbody, th, tr, td,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend {
/*  font-family: Arial, 'Times New Roman', Times, Helvetica, SunSans-Regular, Sans-Serif;*/
  font-family: Tahoma, Verdana, sans-serif;
/*  font-size: 0.9em;*/
  color: #575656;
/*  color: #46899D; */

  text-decoration: none;
  padding: 0px;
  margin: 0px;
}


h1, h2, h3, h4, h5, h6 {
  color: #46899D;
}

html, body {
  background: #F5EEE2;
}

body {
  /* Damit die Elemente im HTML-Editor richtig angezeigt werden*/
  font-size: 0.8em;
}

ul {
  padding: 0px 0px 0px 15px;
  margin: 0px;
  list-style-type: square;
}

ol {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

img {
  border: none;
}

hr {
  border: none;
  border-top: 1px solid #99B5B8;
  width: 100%;
  margin: 3px 0px;
}

/***** Formular-Elemente *****/
label,
input[type=button],
button {
  cursor: pointer;
}

input:focus,
textarea:focus {
  background: #e8ebee;
}
button {
  background:#9cb7c8 none repeat scroll 0%;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  cursor:pointer;
  font-size: 0.9em;
  margin:5px 0px 5px 5px;
  padding:1px 5px;

}
select{

}

#firmenverzeichnis select{
  border: 1px solid #46899D;
  color: #46899D;
  width: 350px;
}
#firmenverzeichnis input{
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  padding: 1px 5px 2px 5px;
  background-color: #46899D;
}
#firmenverzeichnis #text{
  font-size: 0.9em;
  border: 1px solid #46899D;
  color: #46899D;
  padding: 2px 5px 2px 5px;
  background-color: #fff;
}
.firmen_ausgabe{
/*  background-color: #FFFFFF;*/
  border: 1px solid #9DB9C9;
  margin: 0px 15px 15px 0px;
  width: 245px;
  float:left;
}
.firmen_ausgabe .firm_title{
  font-family: Tahoma, Verdana, sans-serif;
  padding: 3px;
  padding-left: 10px;
  background-color: #9DB9C9;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
.firmen_sonst{
  width: 230px;
  padding: 5px 5px 10px 10px;
}
.besch_title{
  padding: 0px 0px 0px 10px;
  background-color: #9DB9C9;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px 3px 3px 10px;

}
#gewerbe_suche .submitbutton{
  width: 300px;
}
input #text{
  background-color: #fff;
}
.firmen_info{
  padding: 5px;
  padding-left: 10px;
  width: 235px;
 }
.firmen_bild{
  text-align: center;
  float: left;
  width: 110px;
  margin: 0px 10px 5px 0px;
}
/* Ende Formular-Elemente*/

/***** Ueberschriften *****/
h1 {
  font-family: Times, 'Times New Roman', serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.8em;
  color: #2d6373;
  text-transform: uppercase;
  margin: 7.5px 0px 15px;
  display: block;
  line-height: 1.5em;
}
.plaintext h1,
h1 .main {
  font-family: Times, 'Times New Roman', serif;
  font-weight: normal;
  letter-spacing: 0.01em;
/*  font-size: 1.4em;*/
  color: #2d6373;
  text-transform: uppercase;
  line-height: 1.5em;
  /*  display:block;*/
}

h1 .sub {
  font-family: Times, 'Times New Roman', serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 0.6em;
  color: #2d6373;
}

h2 {
  margin: 10px 0px 5px 0px;
  font-size: 1.2em;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.9em;
  font-weight: normal;
}
/* Ende Ueberschriften */

/* Text Elemente */
span, p, div {
  line-height: 1.5em;
}
p{
  padding: 2.5px 0px;
}
/* Links */
a.link_detail,
a.link_detail:link,
a.link_detail:hover,
a.link_detail:visited,
a.link_detail:active
{
  background-image: url(../../assets/common/pfeil_rechts.gif);
  background-position: 0 -2px;
  background-repeat: no-repeat;
  color: #46899D;
  padding:0 0 2px 25px;
  text-decoration: none;
/*  font-weight: bold;*/
}


/***** Pseudo Klassen *****/
.float_left {
  float: left;
}

.float_right {
  float: right;
}

.nofloat{
  clear: both;
  margin: 0px;
  padding: 0px;
  line-height:0px;
  font-size: 0px;
}

.noborder{
  border: none;
}

.nopointer {
  cursor: default;
}
/***** Ende Allgemeine Angaben *********************************************************************************/

/****************************************************************************************************************
* Seite zentriert ausrichten
****************************************************************************************************************/
#center {
  width: 971px;
  padding: 0px;
  margin: 20px auto 0px auto;
  position: relative;
  color: #FBFCF5;
}
/***** Ende Seite zentriert ausrichten *************************************************************************/

/****************************************************************************************************************
* Top-Bereich
****************************************************************************************************************/
#top {
  /* BG = dynamisch direkt im Rahmen-Template */
  /*background: #8C3B4B;*/
  padding: 15px 15px 0px 15px;
  margin: 0px;
  height: 285px;
  width: 940px;
  float:left;
/*  background:#fff url(../../assets/common/bg_top.jpg) top right no-repeat;*/
  background-image: url(../../assets/common/bg_border_top.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.top_left {
  width: 650px;
  float: left;
}

.top_left_top {
  height: 70px;
  background: url('../../assets/common/bg_head_top.gif') no-repeat #fff;

}

.top_left_middle {
  height: 190px;
  padding: 0px 0px 10px 0px;
  background: #46899D no-repeat;
  position: relative;
}

.top_left_middle div.no_flash {
  top: 10px;
  left: 10px;
  position: absolute;
}


/***** Horizontale Navigation *****/
#naviH {
  color: #575656;
  height: 17px;
  padding: 3px 10px 0px 10px;
  /*background-image: url('../../assets/common/navi_bg.gif');
  background-repeat: repeat-y;
  background-position: left top;*/
}

#naviH .trenner{
  color: #575656;
  padding: 0px 3px 0px 3px;
  float: left;
}

#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a:active {
  color: #575656;
  padding: 0px 2px 2px 2px;
}

#naviH a:hover {
  color: #8c1019;
}

#naviH a.akt,
#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a:active.akt {
  color: #8c1019;
  font-weight: bold;
}
/* Ende Horizontale Navigation */


.top_right {
  float: left;
  width: 354px;
  height: 290px;
  background: url('../../assets/common/bg_top_right.gif') repeat-x #DADCC5;
}

/***** Zus�tzlicher Seitentitel *****/
.additional_name
{
  display: none;
}

/***** Sprach-Auswahl *****/
.language {
  margin: 0px 0px 0px 0px;
  text-align: right;
  display: none;
}

.language img {
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
}

.language a,
.language a:link,
.language a:visited,
.language a:hover,
.language a:active {
  color: #99B5B8;
}

.italiano {
  margin: 0px 0px 0px 0px;
  text-align: right;
  display: none;
}

.italiano img {
  vertical-align: middle;
  margin: 0px 3px 0px 10px;
}

.italiano a,
.italiano a:link,
.italiano a:visited,
.italiano a:hover,
.italiano a:active {
  color: #99B5B8;
}


/***** Such-Feld *****/
.top_search {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  display: none;
}

.top_search input {
  background: #FFF;
  border: 1px solid #99B5B8;
  padding: 1px;
  width: 100px;
}

.top_search button {
  background: none;
  border: none;
  padding : 0px 0px 2px 0px;
  vertical-align: middle;
}
/* Ende Such-Feld */

/***** Schrift-Style *****/
.top_wordsize {
  font-size: 10px;
  color: #9DB9C9;
  width:300px;
  float:left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.top_wordsize a,
.top_wordsize a:link,
.top_wordsize a:visited,
.top_wordsize a:hover,
.top_wordsize a:active {
  cursor:pointer;
  font-size: 10px;
  color: #9DB9C9;
}

/* Ende Schrift-Style */


.top_right_info {
  margin: 55px 0px 0px 0px;
  border-bottom: 1px solid #46899D;
  height: 214px;
/*  background: #0c0d0e;   */
}

/***** Site-Navigation *****/
.sitenavi {
  min-height: 12px;
  font-size: 0.9em;
  color: #575656;
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 0px 0px;
  float: right;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a:active {
  color: #9DB9C9;
  font-size: 1em;
  padding: 0px;
  display: block;
  float: left;
  text-transform:uppercase;
  font-weight:normal;
  font-family:Times,'Times New Roman', serif;
  margin-left:8px;
}

.sitenavi .trenner{
  color: #575656;
  padding: 0px 3px 0px 3px;
  float: left;
  display:none;
}

/* Ende Site-Navigation */

/* Ende Sprach-Auswahl*/
/***** Ende Top-Bereich ****************************************************************************************/

/****************************************************************************************************************
* Aufklapp-Navigation
****************************************************************************************************************/
.linkmenu td,
.linkmenu_first td {
  width: 100%;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active,
.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
  color: #575656;
  background: #CED5D8;;
  /*border: 1px solid #46899D;*/
  border: 1px solid white;
  border-top: none;
  display: block;
  padding: 2px 5px 2px 11px;
}

.linkmenu a:hover,
.linkmenu_first a:hover {
  color: #2d2d2d;
  background: #CED5D8;
}

.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
  /*border: 1px solid #46899D;*/
  border: 1px solid white;
}
/***** Ende Aufklapp-Navigation ********************************************************************************/

/****************************************************************************************************************
* Content-Bereich
****************************************************************************************************************/
#contentarea {
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
/*  background:#ffffff url('../../assets/common/bg_contentarea.jpg') right repeat-y;*/
  background-image: url('../../assets/common/bg_border_cnt.jpg');
  background-repeat: repeat-y;
  background-position: 0px 0px;
  width: 940px;
  float: left;
}

/***** Vertikale Navigation *****/
#subnavi {
  width: 210px;
  float: left;
  text-align: left;
  /*background-image: url('../../assets/common/subnavi_bg.gif');
  background-repeat: repeat-y;
  background-position: left top;
  border-top:3px solid #46899D;*/
}

#subnavi h1 {
  color: #FFF;
  font-weight: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat-y;
  background-position: left top;
  padding: 3px 3px 3px 7px;
  margin: 0px;
  border: none;
  background-color: #A1AAA9;
  border-bottom: 1px solid #FFF;
  /****************************
  *****************************
  */     display: none;      /*
  *****************************
  ****************************/
}

#subnavi ul {
  /* WICHTIG: Wenn Pfeile o.ae. benutzt werden, dann als Hintergrundbild definifieren */
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#subnavi ul li {
  line-height: 24px;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active {
  text-decoration: none;
  color: #46899D;
  display: block;
  padding: 2.5px 4px 0px 15px;
  margin: 0px;
  /*background-image: url('../../assets/common/subnavi_a_bg.gif') repeat-y left top;*/
  background: #edf3f6;
  border-top: 1px solid #9dbac8;
  text-transform:uppercase;
  font-weight: bold;
  font-size: 0.9em;
}

#subnavi ul li a:hover {}

#subnavi ul li a.akt,
#subnavi ul li a.akt:link,
#subnavi ul li a.akt:visited,
#subnavi ul li a.akt:hover,
#subnavi ul li a.akt:active {
/*  background-image: url('../../assets/common/subnavi_a_h_bg.gif');*/
}

#subnavi ul li a.akt:hover {

}

/*
#subnavi ul.main li a,
#subnavi ul.main li a:link,
#subnavi ul.main li a:visited,
#subnavi ul.main li a:hover,
#subnavi ul.main li a:active {
    padding-left: 7px;
}
*/

#subnavi ul.under1 li {
  border-top: none;

}

#subnavi ul.under1 li a,
#subnavi ul.under1 li a:link,
#subnavi ul.under1 li a:visited,
#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a:active {
  /* Ebene 1 Unterpunkte */
  text-decoration: none;
  color: #575656;
  display: block;
  padding: 2px 4px 2px 25px;
  margin: 0px;
  font-size: 0.9em;
  /*background-image: url('../../assets/common/subnavi_a_bg.gif') repeat-y left top;*/
  border:0;
  font-weight:normal;
}

#subnavi ul.under1 li a:hover {
  color: #46899D;
}

#subnavi ul.under1 li a.akt,
#subnavi ul.under1 li a.akt:link,
#subnavi ul.under1 li a.akt:visited,
#subnavi ul.under1 li a.akt:hover,
#subnavi ul.under1 li a.akt:active {
  color: #46899D;
  font-weight:normal;
}

#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active {
  /* Ebene 2 Unterpunkte */
  padding-left: 35px;
/*  text-indent: 5px;*/
}

#subnavi ul.under3 li a,
#subnavi ul.under3 li a:link,
#subnavi ul.under3 li a:visited,
#subnavi ul.under3 li a:hover,
#subnavi ul.under3 li a:active {
  /* Ebene 3 Unterpunkte */
  padding-left: 45px;
/*  text-indent: 5px;*/
}

#subnavi ul.under4 li a,
#subnavi ul.under4 li a:link,
#subnavi ul.under4 li a:visited,
#subnavi ul.under4 li a:hover,
#subnavi ul.under4 li a:active {
  /* Ebene 3 Unterpunkte */
  padding-left: 55px;
/*  text-indent: 5px;*/
}
/* Ende Vertikale Navigation */

/***** Content-Definition ******/
#content {
  /* mit Subnavi, mit rechter Spalte */
  width: 511px;
  float: left;
  padding: 25px 15px 15px 15px;
/*  font-size: 0.9em; */
  border-top:3px solid #46899D;
}



#content2 {
  /* mit Subnavi, ohne rechter Spalte */
  width: 511px;
  float: left;
  padding: 25px 15px 15px 15px;
  margin: 0px;
  border-top:3px solid #46899D;
}

#content3 {
  /* Startseite */
  width: 526px;
  float: left;
  padding: 35px 0px 15px 15px;
  margin: 0px;
  font-size: 0.9em;
  border-top: 3px solid #46899D;
}

#content4 {
  /* ohne Subnavi, mit rechter Spalte */
  width: 589px;
  float: left;
  padding: 30px 15px 15px 15px;
  background-color: #CBECF3;
  background-image: url('../../assets/common/content_bg.gif');
  background-repeat: repeat-x;
  background-position: left top;
}

#content5 {
  /* ohne Subnavi, ohne rechter Spalte */
  width: 746px;
  float: left;
  padding: 30px 15px 15px 15px;
  background-color: #CBECF3;
  background-image: url('../../assets/common/content_bg.gif');
  background-repeat: repeat-x;
  background-position: left top;
}

#content_print {
  /* ohne Subnavi, ohne rechter Spalte */
  width: 621px;
  float: left;
  padding: 0px 15px 5px 15px;
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: left top;
}
#content_mail {
  /* ohne Subnavi, ohne rechter Spalte */
  width: 500px;
  float: left;
  padding: 0px 15px 5px 15px;
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: left top;
}
/* Ende Content-Definition */
/***** Ende Content-Bereich ************************************************************************************/

/****************************************************************************************************************
* Custom-Bereich (linke Seite)
****************************************************************************************************************/
#custom_left {
  border-top:  3px solid #46899D;
  float: left;
  width: 210px;
  /*background-color: #e9f1f4;*/
  /*background-image: url('../../assets/common/custom_bg.gif');
  background-repeat: repeat-y;
  background-position: left top;*/
}

/******************************************************************************
// boxen linke customspalte
******************************************************************************/

#custom_left div.box,
.quickfinder,
.left_search

{
/*  border-bottom: 3px solid #46899D;*/
  border-bottom:  2px solid #9DB9C9;
  padding: 0px 0px 0px 0px;
  font-size: 0.9em;
}

.quickfinder {
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
}
.quickfinder div {
  padding: 10px;
}



#custom_left div.box h1,
.quickfinder h1,
.left_search_h1 {
  font-family: Tahoma, Verdana, sans-serif;
  border-top: 1px solid #fff;
  background: #9DB9C9;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  padding: 3px 5px 5px 10px;
  margin: 0px 0px 0px 0px;
  line-height: 16px;
}

.quickfinder p {
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

.quickfinder select {
  border: 1px solid #46899D;
  margin: 1px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  color: #46899D;
}
.quickfinder select option {
  padding: 1px 3px;
}
.quickfinder input.button {
 border: 1px solid #fff;
 color: #fff;
 background: #46899D;
 cursor: pointer;
 width: 62px;
 padding: 1px 5px 1px 5px;
 font-size: 0.9em;
 margin: 0px 0px 5px 5px;
}

#custom_left div.box p {
  padding: 0px 10px 10px 10px;
  margin: 0px;
}

/****************************************************************************************************************
* Suchelemente auf der linken Seite
****************************************************************************************************************/

/*
.left_search{
}
*/

.left_search input
{
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color: #74A4A4;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  border: 1px solid #74A4A4;
  padding: 1px;
  width: 110px;
}

/*
.left_search_h1
{
  color: #74A4A4;
  font-size: 0.9em;
  height: 15px;
  padding-top: 3px;
  padding-left: 3px;
  background-color: white;
  border-top: 1px solid #74A4A4;
  border-bottom: 1px solid #74A4A4;
  border-left: 4px solid #FF8000;
  border-right: none;
}
*/

.left_search_form,
.quickfinder form
{
  margin: 0px;
  padding: 0px;
}

.left_search_form input {
  margin: 1px 0px 5px 0px;
  padding: 2px 5px 2px 5px;
   border: 1px solid #46899D;
   color: #46899D;
}

.wrapper_input {

}

.wrapper_anreise {
  width: 150px;
  float: left;
}

.left_search_form input.tag,
.left_search_form input.monat,
.left_search_form input.jahr {
  width: 20px;
  margin-right: 5px;
}

.left_search_form input.jahr {
  width: 40px;
}

.left_search_form .calendar {
  position: relative;
  top: -5px;
}

.left_search_form input.anz_tage,
.left_search_form input.anz_zimmer {

}

.left_search_form select.art_unterkunft {
  border: 1px solid #46899D;
  margin: 1px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  width: 121px;
   color: #46899D;
}

.left_search_form input.button
{
 border: 1px solid #fff;
 color: #fff;
 background: #46899D;
 cursor: pointer;
 width: 62px;
 padding: 1px 5px 1px 5px;
}



#lfs_home
{
  background-color: #e8ebee;
  width: 178px;
  float: left;
  text-align: left;
  position: relative;
}


/****************************************************************************************************************
* Custom-Bereich (rechte Seite)
****************************************************************************************************************/


#custom {

/*  position: absolute;*/
  left: 766px;

  border-top:  3px solid #46899D;
  width: 180px;
  float: left;

  /*
  background-image: url('../../assets/common/custom_bg.gif');
  background-repeat: repeat-y;
  background-position: left top;
  background: #dce0e4;
  */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;

}

#custom .box {
/*
  border-top: 3px solid #46899D;
  background: #E8E9D9);
*/
  border-bottom: 2px solid #9DB9C9;
  font-size: 0.9em;
  padding: 0px;
  float:left;
  display:block;
  width: 100%;
}

#custom .box h1
{
  font-family: Tahoma, Verdana, sans-serif;
  border-top: 1px solid #fff;
  background: #9DB9C9;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  padding: 3px 5px 5px 10px;
  margin: 0px;
  line-height: 16px;
  display:block;
}
#custom div.box table{
  margin: 5px 10px 5px 10px;

}
#custom div.box p{
  padding: 0px 5px 10px 5px;
}
#custom .box table tr {
  vertical-align:top;
}

#custom .tag,
#custom .monat,
#custom .jahr {
  width: 15px;
}
#custom .jahr {
  width: 30px;
}

#custom .wrapper_anreise {
  width: 130px;
  float: left;
}

#custom div.input {
  width:80px;float:left;
}
#custom div.button {
  width:60px;float:left;
}

#custom select {
  line-height: 14px;
  margin: 1px 0px;
}
#custom input[type=text] {
  line-height: 14px;
  margin: 1px 0px;
}

#custom input[type=submit],
#custom input[type=button] {
 border: 1px solid #fff;
 color: #fff;
 background-color: #46899D;
 cursor: pointer;
 line-height: 14px;
 width: 62px;
 padding: 2px 5px 2px 5px;
 font-size: 0.9em;
 margin: 0px 0px 0px 0px;
}

#custom .quickfinder div.input  { width: 158px; padding: 5px 10px 2px; margin: 0px; }
#custom .quickfinder div.button { width: 158px; padding: 2px 10px 5px; margin: 0px; }


#custom .quickfinder div.input select { width: auto; }
#custom .quickfinder div.input input { width: auto; margin:0px;}

#custom span
{
  margin-left: 15px;
}
/***** Ende Custom-Bereich (rechte Seite) **********************************************************************/

/****************************************************************************************************************
* Bottom-Bereich
/***************************************************************************************************************/
#bottom {
/*  background:#ffffff url(../../assets/common/bg_bottom.jpg) right no-repeat;*/
  background-image: url(../../assets/common/bg_border_btm.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height:15px;
  width:970px;
  float:left;
}
/***** Ende Bottom-Bereich *************************************************************************************/

/****************************************************************************************************************
* Content-Elemente
/***************************************************************************************************************/
/***** Mitlaufnavigation (Breadcrumb) *****/
#breadcrumb {
}
/* Ende Mitlaufnavigation (Breadcrumb) */

/***** Seitentitel Ueberschrift *****/
#pageheadline {
}
/* Ende Seitentitel Ueberschrift */

#content3 .plaintext {
  margin: 0px 20px 30px 0px;
  padding: 0px 0px 0px 0px;
}

/***** Standard-Text *****/
.plaintext {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
}
.text {
  text-align:justify;
  line-height: 16px;
  margin: 5px 0px 10px 0px;
}
.text table {
  width: 100%;
}
.text a {
  text-decoration: underline;
  font-weight:bold;
  color: #46899D;
}
/*
.text img {
  margin:5px;
}
*/
/*
.text p,
.text div,
.text span {
  padding-right: 15px;
}
*/
.plaintext .text h2{
  border-bottom: 1px solid #9DB9C9;
  font-family: Times, 'Times New Roman', serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #2D6373;

  width: 100%;
/*  float:left;*/
  display: block;
  padding: 5px 0px 5px 0px;
  margin:15px 0px 5px;
}
.plaintext .text img {
  margin: 0px 15px 15px 0px;
}
/*
.plaintext .text p,
.plaintext .text div,
.plaintext .text li{
    padding-right:15px;
}
*/
.plaintext a,
.plaintext a:link,
.plaintext a:visited,
.plaintext a:hoverl,
.plaintext a:active {
  text-decoration: underline;
  font-weight: bold;
  text-decoration: underline;

}
/* Ende Standard-Text */

/***** Eingerueck Standard-Text *****/
.indenttext {
  margin: 0px 0px 10px 184px;
}

.indenttext a,
.indenttext a:link,
.indenttext a:visited,
.indenttext a:hover,
.indenttext a:active {
  text-decoration: underline;
}
/* Ende Standard-Text */


/***** Link *****/
#content3 .link,
#content3 .link_indent {
  border: 1px solid #99B5B8;
  margin: 5px 15px 15px 0px;
  padding: 0px;
  width: auto;
  float: left;
}
#content .link,
#content .link_indent {
/*  margin: 5px 0px 5px 0px; */
}

#content3 .link h1,
#content3 .link_indent h1 {
  background-image: url(../common/icn_pfeil_startseite.gif);
  background-repeat: no-repeat;
  background-position: 220px 7px;
  font-family: Tahoma, Verdana, sans-serif;
/*  background: #9DB9C9;*/
  background-color: #6996a9;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: none;
  padding: 0px 15px;
  margin: 0px 0px 0px 0px;
  display:block;
  width: auto;
}

#content .link h1,
#content .link_indent h1 {
  font-family: Tahoma, Verdana, sans-serif;
  background-color: #9DB9C9;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: none;
  padding: 0px 15px;
  margin: 0px 0px 0px 0px;
}

.link_indent .link_content{
  margin: 0px 0px 0px 184px;
}

.link img ,
.link_indent img {
  vertical-align: middle;
}

.link div,
.link_indent div{
  margin: 0px 0px 0px 0px;
}
.link_content {
  padding:0px;
  display:block;
}
.link_content p {
  padding: 5px 15px;
}
.link a,
.link a:link,
.link a:visited,
.link a:hover,
.link a:active,
.link_indent a,
.link_indent a:link,
.link_indent a:visited,
.link_indent a:hover,
.link_indent a:active {
  text-decoration: underline;
  padding: 0px 0px 2px 16px;

  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-image: url('../../assets/common/link_intern.gif');
  display: block;
}
.link_image a,
.link_image a:link,
.link_image a:visited,
.link_image a:hover,
.link_image a:active {
  cursor:pointer;
  display: block;
  padding:0px;
}

/* Ende Link */

/***** Download *****/
.download {
  border-bottom: 1px solid #9DB9C9;
  border-left: 1px solid #9DB9C9;
  border-right: 1px solid #9DB9C9;
  margin: 0px 0px 0px 0px;
}

.download h1 {
  background: #9cb7c8;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1em;
  text-transform: none;
  padding: 3px 10px 5px 10px;

  margin: 0px;
  color:#ffffff;

}

.download img {
 vertical-align: middle;
}

.download div {
  margin: 0px 5px 5px 0px;
  padding: 5px 15px;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover,
.download a:active {
  padding: 10px;
  display:block;
}

.download span {
}
/* Ende Download */

/***** Image *****/
.image {
  margin: 0px 2.5px 5px 0px;

}

.image h1 {
}

.image div {
}
/* Ende Image */

/***** Text & Bild *****/
/* Allmeine Einstellung aussen */
.image_float {
  margin: 0px 0px 10px 0px;
}

.image_float h1{
  color:#2D6373;
  font-family:Times,'Times New Roman',serif;
/*  font-size: 1.4em; */
  font-weight:normal;
  letter-spacing: 1px;
  text-transform:uppercase;
}

.image_float h2{
  border-bottom:1px solid #9DB9C9;
  color:#2D6373;
  display:block;
  font-family:Times,'Times New Roman',serif;
  font-size: 1.2em;
  font-weight:bold;
  text-align: left;
  margin:0px 0 5px;
  padding:0px 0;
  width:100%;
}

.image_float a,
.image_float a:link,
.image_float a:visited,
.image_float a:hover,
.image_float a:active {
  text-decoration: underline;
}

/* Bild links im Text */
.image_float_left {
  /* Bilderrahmen
  border: 1px solid #99B5B8;*/
  border-top: none;
  float: left;
  margin: 2px 10px 0px 0px;
}

.image_float_left a,
.image_float_left a:link,
.image_float_left a:visited,
.image_float_left a:hover,
.image_float_left a:active {
  text-decoration: none;
}


.image_float_left div {
  /* Bildunterschrift */
  padding: 2px;
  background: #FFF;
  color: #CCAC4C;
}

.image_float_left hr {
  margin: 2px 0px 1px 0px;
}

.image_float .image_float_left_text {
  /* style-anspassung */
/*
    float: left;
  width: auto;
  padding:0px 10px 0 190px;
*/
  padding:0px 15px 0px 15px;
  text-align:justify;
  width: 291px;
  float: left;
}
.infopool_detail .image_float .image_float_left_text {
  padding:0px 15px 0px 15px;
  text-align:justify;
/*  width: auto;*/
  float: left;
}
.image_float_left_text ul{
  margin-bottom: 7px;
}

.image_float_left_text p{
  /* style-anspassung */
  padding: 5px 0px;
}

/* Ende Bild links im Text */

/* Bild rechts im Text */
.image_float_right {
  /* Bilderrahmen
  border: 1px solid #99B5B8;*/
  border-top: none;
  float: right;
  margin: 0px 0px 0px 10px;
}

.image_float_right a,
.image_float_right a:link,
.image_float_right a:visited,
.image_float_right a:hover,
.image_float_right a:active {
  text-decoration: none;
}


.image_float_right div {
  /* Bildunterschrift */
  padding: 2px;
  background: #FFF;
  color: #CCAC4C;
}

.image_float_right hr {
  margin: 2px 0px 1px 0px;
}

.image_float_right_text {
  /* style-anspassung */
  float: left;
  width: 340px;
  padding: 5px 0px 0px 10px;
}
/* Ende Bild rechts im Text */

/* Bild links ohne Rand im Text */
.image_float_left_noborder {
  /* Bilderrahmen */
  float: left;
  margin: 0px 10px 0px 0px;
}

.image_float_left_noborder div {
  /* Bildunterschrift */
  padding: 2px;
  color: #CCAC4C;

}

.image_float_left_noborder hr {
  margin: 2px 0px 1px 0px;
}

.image_float_left_noborder_text {
  /* style-anspassung */
  float: left;
  width: 350px;
  padding: 7px 0px 0px 0px;
}
/* Ende Bild links ohne Rand im Text */

/* Bild rechts ohne Rand im Text */
.image_float_right_noborder {
  /* Bilderrahmen */
  float: right;
  margin: 0px 0px 0px 10px;
}

.image_float_right_noborder div {
  /* Bildunterschrift */
  padding: 2px;
  background: #FFF;
  color: #CCAC4C;

}

.image_float_right_noborder hr {
  margin: 2px 0px 1px 0px;
}

.image_float_right_noborder_text {
  /* style-anspassung */
  float: left;
  width: 227px;
  padding: 7px 0px 0px 0px;
}
/* Ende Bild rechts ohne Rand im Text */
/* Ende Text & Bild */

/***** Galerie *****/
.gallery {
  margin: 0px 30px 10px 0px;
  float: left;
  width: 159px;
}

.gallery h1 {
}

.gallery div {
  border: 1px solid #99B5B8;
  border-top: none;
  padding: 3px;
}

.gallery .image {
  text-align: center;
   padding: 0px;
   margin: 0px;
}

.gallery .headline {
  text-align: center;
   padding: 3px;
   margin: 0px;
  background-color: #FFF;
  background-repeat: repeat-y;
  background-position: left top;
}
/* Ende Galerie */

/***** Uebersicht *****/
.overview {
  margin: 0px 15px 20px 0px;
  float: left;
  width: 155px;
  border: none;
}

.overview h1 {
  /*background: #B20004;*/
  background-color: #9DB9C9;
  background-repeat: repeat-y;
  background-position: left top;
  background-image: url('../../assets/common/h1_bg.gif');
  border: none;
  padding: 5px 3px;
  margin: 0px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
}

.overview h1 a,
.overview h1 a:link,
.overview h1 a:visited,
.overview h1 a:hover,
.overview h1 a:active {
  color: #FFF;
}

/***** Spezielle Elemente fuer den Content-Bereich bitte in project.css *****/

/***** Ende Content-Elemente ***********************************************************************************/

/****************************************************************************************************************
* Custom-Elemente
****************************************************************************************************************/
.box {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.box h1 {
  padding: 2px 3px 2px 6px;
  margin: 0px;
}

.box p {
  margin: 5px;
  padding: 0px 0px 5px 0px;
}

.box div {
  padding: 10px;
}

.box .image {
}

.box .image h1 {
}

.box a,
.box a:link,
.box a:hover,
.box a:visited,
.box a:active {
  text-decoration: underline;
  font-weight:bold;
  color: #46899D;
}

.box ul {
}

.box ul li {
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active {
}

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

.box ul li img {
  vertical-align: middle;
  text-align: center;
}

.box ul.assetlink,
.box ul.assetdownload {
  clear:both;
  list-style-type: none;
  list-style-image: none;
  margin: 5px;
  line-height: 130%;
  padding: 0px;
}

.box ul.assetlink li,
.box ul.assetdownload li {
}

.box ul.assetlink li a,
.box ul.assetlink li a:link,
.box ul.assetlink li a:visited,
.box ul.assetlink li a:hover,
.box ul.assetlink li a:active,
.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
/*
  padding: 0px 2px 2px 16px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-image: url('../../assets/common/link_intern.gif');
*/
  background-image: url(../../assets/common/pfeil_rechts.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #46899D;
  padding: 2px 0px 2px 25px;
  display: block;
}

.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
  padding-left: 18px;
}

/* Suchfeld rechte Spalte*/
.box form {
  padding: 0px;
}

.box input {
  background: #FFF;
  border: 1px solid #99B5B8;
  padding: 2px;
  width: 100%;
}

.box button {
  background: none;
  border: none;
  width:70px;
}

.box button img {
  vertical-align: middle;
}
/* Ende Suchefeld rechte Spalte */

/* Infopool Suche (rechte Spalte) */
.box form.infopool {
  padding: 0px;
  margin: 0px;
}

.box form.infopool input {
  width: 70px;
  margin: 1px 2.5px;
  padding: 2px;
  font-size: 0.95em;
}

.box form.infopool input.check {
  border: none;
  background: none;
  margin: 3px 1px 1px 5px;
}

.box form.infopool .start,
.box form.infopool .end{
  padding: 0px 0px 0px 0px;
  margin: 1px 5px 0px 10px;
  width: 80px;
  float: left;
}

.box form.infopool .end{
  margin: 0px;
  padding: 0px;
}

.box form.infopool .start input.date,
.box form.infopool .end input.date {
  width: 70px;
  margin: 0px;
}

.box form.infopool .add{
  padding: 0px;
  margin: 5px 10px 0px 10px;
}

.box form.infopool .add a,
.box form.infopool .add a:link,
.box form.infopool .add a:hover,
.box form.infopool .add a:visited,
.box form.infopool .add a:active {
  margin: 0px 5px 0px 0px;
  text-decoration: underline;

}

.box form.infopool .error {
  color: #FE0000;
  padding: 5px;
}

.box form.infopool .infopool_search {
/*  font-size: 0.9em; */
  margin: 0px 5px;
}

.box form.info_az
{
  padding-top: 0px;
  margin-top: 0px;
}

.box form.info_az input[type=text]
{
  margin-bottom: 5px;
}

.box form.info_az.button
{
  margin-bottom: 5px;
}




/******************      Box2     ********************************************/
.box2 {
  margin: 0px;
  padding: 0px;
  clear: both;
  font-size: 90%;
  background-color: #d5e6e8;
}
.box2 form {
  display:none;
}
.box input {
}

.box2 h1 {
  color: #FFF;
  font-size:1.1em;
  font-weight: normal;
  background-repeat: repeat-y;
  background-position: left top;
  background-image: url('../../assets/common/h1_box2.gif');
  padding: 1px 0px 1px 6px;
  margin: 0px 0px 7px 0px;
  border: 1px solid #99B5B8;
  border-right:none;
  background-color: #265f6a;
  padding: 2px 3px 2px 6px;
  margin: 0px;
}

.box2 p {
  margin: 5px;
  padding: 0px 0px 5px 0px;
}

.box2 div {
  padding: 5px;
}

.box2 .image {
}

.box2 .image h1 {
}

.box2 a,
.box2 a:link,
.box2 a:hover,
.box2 a:visited,
.box2 a:active {
}

.box2 ul {
}

.box2 ul li {
}

.box2 ul li a,
.box2 ul li a:link,
.box2 ul li a:visited,
.box2 ul li a:hover,
.box2 ul li a:active {
}

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

.box2 ul li img {
  vertical-align: middle;
  text-align: center;
}

.box2 ul.assetlink,
.box2 ul.assetdownload {
  clear:both;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 2px;
  line-height: 140%;
  margin-left: 2px;
  padding: 0px;
  border-bottom: 1px solid #FFF;
}

.box2 ul.assetlink li,
.box2 ul.assetdownload li {
}

.box2 ul.assetlink li a,
.box2 ul.assetlink li a:link,
.box2 ul.assetlink li a:visited,
.box2 ul.assetlink li a:hover,
.box2 ul.assetlink li a:active,
.box2 ul.assetdownload li a,
.box2 ul.assetdownload li a:link,
.box2 ul.assetdownload li a:visited,
.box2 ul.assetdownload li a:hover,
.box2 ul.assetdownload li a:active {
  padding: 0px 0px 2px 20px;
  background-repeat: no-repeat;
  background-position: 0px -1px;
  /*background-image: url('../../assets/common/pfeil.gif');*/
  display: block;
}

.box2 ul.assetdownload li a,
.box2 ul.assetdownload li a:link,
.box2 ul.assetdownload li a:visited,
.box2 ul.assetdownload li a:hover,
.box2 ul.assetdownload li a:active {
  padding-left: 18px;
}


/* Suchfeld rechte Spalte*/
.box2 form {
  padding: 5px;
}

.box2 input {
  background: #FFF;
  border: 1px solid #99B5B8;
  padding: 2px;
  width: 70px;
}

.box2 button {
  background: none;
  border: none;
  width:70px;
}

.box2 button img {
  vertical-align: middle;
}
/***********   Ende Box2   ****************************************************/

/***** Spezielle Elemente fuer den Custom-Bereich bitte in project.css *****/

/***** Ende Custom-Elemente ************************************************************************************/

/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
.form_contact {
}

.form_contact .error {
  margin: 10px 0px;
  color: #FE0000;
  font-weight: bold;
}

.form_contact .service {
  margin: 5px 0px;
}

.form_contact .service input {
  border: none;
  width: 13px;
  margin: 3px 3px 0px 107px;
}

.form_contact label {
  margin: 0px 5px 0px 0px;
  width: 100px;
  float: left;
}

.form_contact label.red {
  color: #FE0000;
}

.form_contact input,
.form_contact textarea {
  border: 1px solid #99B5B8;
  padding: 2px;
  margin: 2px 0px;
  width: 270px;
}

.form_contact input.plz {
  width: 40px;
  margin: 2px 2px 2px 0px;
}

.form_contact input.ort {
  width: 218px;
}

.form_contact .pflicht {
  margin: 0px 5px 5px 107px;
  font-size: 0.85em;
}

.form_contact .submitbutton {
  margin: 5px 5px 0px 107px;
}
/***** Ende Kontaktformular ************************************************************************************/

/****************************************************************************************************************
* suchergebnisse.phtml
****************************************************************************************************************/
/* Formular */
.form_search {
  background: none;
  padding: 0px;
  border: 1px solid #99B5B8;
}

.form_search h1 {
  background-color: #9DB9C9;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  color: #FFF;
  display: block;
  margin: 0px
}

.form_search div.button,
.form_search div.input {
  padding: 5px 15px;
  display: block;
}
div.input input {
  border: 1px solid #99B5B8;
  padding: 2px;
  width: 100%;
}

div.button input {
 border: 1px solid #fff;
 color: #fff;
 background: #46899D;
 cursor: pointer;

 padding: 1px 5px 1px 5px;
 font-size: 0.9em;
 margin: 0px;
 display:block;

}

/* Ergebnisse */
.search_erg {
  border: 1px solid #99B5B8;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.search_erg h1
{
  background: #9cb7c8;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1em;
  padding: 3px 15px 5px 15px;

  margin: 0px;
  color:#ffffff;
}

.search_erg div {
  margin: 5px 0px 10px;
  padding: 0px 15px ;
}

.search_erg a,
.search_erg a:link,
.search_erg a:hover,
.search_erg a:visited,
.search_erg a:active {
  padding: 5px 0px 5px 20px;
  background-repeat: no-repeat;
  background-position: -5px 2px;
  background-image: url('../../assets/common/pfeil_rechts.gif');
  text-decoration: underline;
  font-weight: bold;
  color: #46899D;
  margin: 2.5px 0px;
  display:block;
}
/***** Ende Suchergebnisse *************************************************************************************/

/****************************************************************************************************************
* infopool.phtml
****************************************************************************************************************/
.infopool {
  padding: 0px;
/*  font-size: 0.9em;*/
  margin: 0px 0px 5px 0px;
}

.infopool .h1 {
  /*font-size: 1.4em;*/
  font-weight: bold;
/*  font-size: 0.9em;*/
  color: #575656;
  background: #DCE0E4;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;

}

.infopool .h1 a:link,
.infopool .h1 a:visited,
.infopool .h1 a:hover,
.infopool .h1 a:active
{
  display: block;
/*  font-size: 1.2em;*/

}

.infopool .h1 .left {
  float: left;
  width: 70%;
}

.infopool .h1 .right {
  float: right;
  width: 20%;
  text-align: right;
  padding: 0px 0px;
}

.infopool .teaser_all{
  /* mit Bild und Dates */
/*

  width: 315px;*/
  padding: 5px 0px;
  margin: 0px;
  background: #FFFFFF;
  width: 218px;
  float: left;
}

.infopool .teaser_image{
  /* mit Bild, ohne Dates */
  width: auto;
  padding: 5px 10px 5px 10px;
  margin: 0px;
  background: #FFFFFF;
  line-height: 130%;
}

.infopool .teaser_image .link_detail {
  /* link in teaser (mit Bild, ohne Dates) */
  display: block;
  margin: 10px 20px 5px 0px;

  float:left;
  /*
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-image: url('../../assets/common/pfeil_teaser.gif');
  padding-left: 13px;
  */
background-image:url(../../assets/common/pfeil_rechts.gif);
background-position:0 -2px;
background-repeat:no-repeat;
padding:0 0 2px 25px;
color: #46899D;

}

.infopool .teaser_dates{
  /* ohne Bild, mit Dates */
  float: left;
  width: 239px;
  padding: 5px 10px;
  margin: 0px;
  background: #FFFFFF;
}

.infopool .teaser{
  /* ohne Bild und Dates */
  padding: 5px 10px;
  margin: 0px;
  float: left;
}

.infopool .teaser_all a,
.infopool .teaser_all a:link,
.infopool .teaser_all a:visited,
.infopool .teaser_all a:hover,
.infopool .teaser_all a:active,
.infopool .teaser_image a,
.infopool .teaser_image a:link,
.infopool .teaser_image a:visited,
.infopool .teaser_image a:hover,
.infopool .teaser_image a:active,
.infopool .teaser_dates a,
.infopool .teaser_dates a:link,
.infopool .teaser_dates a:visited,
.infopool .teaser_dates a:hover,
.infopool .teaser_dates a:active,
.infopool .teaser a,
.infopool .teaser a:link,
.infopool .teaser a:visited,
.infopool .teaser a:hover,
.infopool .teaser a:active {
/*  text-decoration: underline;*/
  font-weight: normal;
}

.infopool .image{
/*  width: 180px;*/
  float: left;
  margin: 0px;
  margin-right: 15px;
  padding: 0px;
}

.infopool .image img{
  margin: 0px;
  padding: 0px;

}

.infopool .image a:link,
.infopool .image a:visited,
.infopool .image a:hover,
.infopool .image a:active
{
  margin: 0px;
  padding: 0px;

}

.infopool .dates{
  float: right;
/*  width: 160px;*/
  padding: 5px 10px;
}

.infopool_detail {
  border: 1px solid #46899D;
  background: #FFFFFF;
  margin-bottom: 15px;
  padding: 0px;
  float: left;
  width: 100%;
}

.infopool_detail h1 {
  font-family: Tahoma, Verdana, sans-serif;
  line-height: 14px;
  background: #DCE0E4;
  font-size: 1em;
  font-weight: bold;
  padding: 4px 10px 6px;
}

.infopool_detail .dates {
  font-size: 0.9em;
  margin-top: 15px;
  line-height: 125%;
}

.infopool_detail .teaser{
/*  float: left;*/
  margin: 5px 15px;
  padding: 0px;
/*  font-size: 0.9em;*/
  background: #FFFFFF;
}

.infopool_detail .image{
  float: left;
  margin: 0px 10px 5px 0px;
  padding: 0px;
}


.infopool_overview_left,
.infopool_overview_right {
  float: left;
  width: 21px;
}

.infopool_overview_right {
  width: 510px;
  padding: 0px;
  margin: 0px;
}

.infopool_overview {
  float:left;
  width:245px;
  margin: 0px 10px 10px 0px;
  padding:0px 4px 12px 0px;
  background:#fcfbf7 url(../../assets/common/bg_schatten.gif) no-repeat right bottom;
}

.infopool_overview .desc {
  float:left;
  font-size: 9px;
  padding: 5px 5px 0px 5px;
  padding-left: 8px;
  min-height: 35px;
  width:82px;
}


.infopool_overview h1 {
  /*background: #B20004;*/
  background: #6996a9 url(../../assets/common/pfeil_weiss_rechts.jpg) no-repeat 220px 10px;
  border: none;
  padding: 0px 10px 0px;
  margin: 0px;
  color: #FFF;
/*  text-align: center;*/
  }

.infopool_overview h1 a,
.infopool_overview h1 a:link,
.infopool_overview h1 a:visited,
.infopool_overview h1 a:hover,
.infopool_overview h1 a:active {
  color: #FFF;
  font-size: 0.5em;
}

/* Suche Infopool */
/* siehe .box */


.infopool_teaser { border:1px solid #cedde4; margin-bottom:10px; width: 507px; float:left; }
.infopool_teaser .text{ float:left; padding:0px 15px; width:295px; }
.infopool_teaser .text a{ float:right; }
.infopool_teaser .bild{ float:right; }


/********************************************************
    Ausflugsvorschlaege
********************************************************/

.infopool_ausflug {
  width: 445px;

}

/********************************************************
            seitenlinkbox
********************************************************/

.info_linkbox {
  width: 120px;

  font-size: 0.9em;
  float: right;
}

.info_linkbox h1 {
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  background: #46899D;
}
.info_linkbox a:link,
.info_linkbox a:visited,
.info_linkbox a:hover,
.info_linkbox a:active {
  background: url('../../assets/common/bg_top_right_info.gif') no-repeat 0px 2px;
  padding: 0px 0px 0px 10px;
  text-decoration: underline;
}

.info_linkbox a:hover {
  text-decoration: none;
}

/********************************************************
infopool-uebersicht im tpl, auf seite oben rechts
********************************************************/

.top_right_info {

}

.top_right_overview
{
  background-color: #FFFFFF;
  background-image: url('../../assets/common/bg_top_right_info.gif');
  background-repeat: no-repeat;
  background-position: 5px 7px;
  border-bottom: 5px solid #46899D;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 0px;
   font-size: 0.9em;
   height: 40px;
   min-height: 40px;
}

.top_right_overview .subtitle
{

}

.top_right_overview .subtitle .float_left
{
  float: left;
  /*width: 170px;*/
  width: 75px;
  padding-left: 15px;
}

.top_right_overview .subtitle .float_right
{
  float: left;
  /*width: 125px;*/
  padding-left: 5px;
  padding-right: 5px;
}


 .top_right_overview h1 {
    margin: -1px 0px 3px 0px;
    padding: 3px 10px 2px 15px;
    font-weight: bold;
    font-size: 0.9em;
}


.top_right_info  a:link,
.top_right_info  a:visited,
.top_right_info  a:hover,
.top_right_info  a:active
{
  background: none;
}

.top_right_info .headtext {
  font-size: 22px;
  font-family: Times, 'Times New Roman', serif;
  margin: 0px 10px 5px 10px;
  color: #fff;
}

.top_right_info .infopool {
  height: 25px;
  background-image: url('../../assets/common/bg_top_right_info.gif');
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 5px 7px;
  margin: 0px 0px 10px 10px;
  border-bottom: 5px solid #46899D;
  padding: 5px 5px 0px 15px;
  font-size: 10px
}

.top_right_info .infopool .h1 {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 5px solid #46899D;
  background: none;
}

.top_right_info .infopool .h1 a:link,
.top_right_info .infopool .h1 a:visited,
.top_right_info .infopool .h1 a:hover,
.top_right_info .infopool .h1 a:active
{
  background: none;
}

.top_right_info .infopool .nofloat{
  position: absolute;
}
/********************************************************

********************************************************/

/* zusatz Style Infopools*/
.infopool_standard
{
  border: 1px solid #6996a9;
  background: #FFFFFF;
  margin-bottom: 15px;

}


.infopool_standard .h1,
.infopool_standard h1{
/*  background-image: url('../../assets/common/h1_bg.gif') !important;*/
  font-family: Tahoma, Verdana, sans-serif;
  background: #9CB7C8;
  color: #ffffff;
  font-size: 1em;
  text-transform: none;
  margin: 0px;
}
.infopool_standard .h1 a { color:#ffffff; }

.infopool_standard a.link_detail {
  /*
  background: url(../../assets/common/pfeil_rechts.gif) no-repeat right -2px;
  padding-right: 25px;
  float: left;
  display:block;
*/
  padding: 5px 0px 2px 25px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-image: url('../../assets/common/pfeil_rechts.gif');
  color: #46899D;
  text-decoration: none;

}



.infopool_1 .h1,
.infopool_1 h1{
  /*background-image: url('../../assets/common/h1_info1.gif') !important;*/
}

.infopool_2 .h1,
.infopool_2 h1{
  background-image: url('../../assets/common/h1_info2.gif') !important;
}

.infopool_3 .h1,
.infopool_3 h1{
  background-image: url('../../assets/common/h1_info3.gif') !important;
}

.infopool_4 .h1,
.infopool_4 h1{
  background-image: url('../../assets/common/h1_info4.gif') !important;
}

.infopool_5 .h1,
.infopool_5 h1{
  background-image: url('../../assets/common/h1_info5.gif') !important;
}

.infopool_6 .h1,
.infopool_6 h1{
  /*background-image: url('../../assets/common/h1_info6.gif') !important;*/
  background: #DCE0E4;
}

.infopool_7 .h1,
.infopool_7 h1{
  background-image: url('../../assets/common/h1_info7.gif') !important;
}

.infopool_8 .h1,
.infopool_8 h1{
  background-image: url('../../assets/common/h1_info8.gif') !important;
}

.infopool_9 .h1,
.infopool_9 h1{
  background-image: url('../../assets/common/h1_info9.gif') !important;
}

.infopool_10 .h1,
.infopool_10 h1{
  background-image: url('../../assets/common/h1_info10.gif') !important;
}

.infopool_11 .h1,
.infopool_11 h1{
  background-image: url('../../assets/common/h1_info11.gif') !important;
}

.infopool_12 .h1,
.infopool_12 h1{
  background-image: url('../../assets/common/h1_info12.gif') !important;
}

.infopool_13 .h1,
.infopool_13 h1{
  background-image: url('../../assets/common/h1_info13.gif') !important;
}

.infopool_14 .h1,
.infopool_14 h1{
  background-image: url('../../assets/common/h1_info14.gif') !important;
}

.infopool_15 .h1,
.infopool_15 h1{
  background-image: url('../../assets/common/h1_info15.gif') !important;
}

.infopool_16 .h1,
.infopool_16 h1{
  background-image: url('../../assets/common/h1_info16.gif') !important;
}

.infopool_17 .h1,
.infopool_17 h1{
  background-image: url('../../assets/common/h1_info17.gif') !important;
}

.infopool_18 .h1,
.infopool_18 h1{
  background-image: url('../../assets/common/h1_info18.gif') !important;
}

.infopool_19 .h1,
.infopool_19 h1{
  background-image: url('../../assets/common/h1_info19.gif') !important;
}

.infopool_20 .h1,
.infopool_20 h1{
  background-image: url('../../assets/common/h1_info20.gif') !important;
}

.infopool_21 .h1,
.infopool_21 h1{
  background-image: url('../../assets/common/h1_info21.gif') !important;
}

.infopool_22 .h1,
.infopool_22 h1{
  background-image: url('../../assets/common/h1_info22.gif') !important;
}

.infopool_23 .h1,
.infopool_23 h1{
  background-image: url('../../assets/common/h1_info23.gif') !important;
}


/***** Ende Infopool *******************************************************************************************/

/****************************************************************************************************************
* fotogalerie.phtml
****************************************************************************************************************/
.showgallery {
}

.showgallery h1 {
  text-align: center;
}

.showgallery_thumb {
  width: 276px;
  height: 500px;
  float: left;
  border-right: 1px solid #99B5B8;
}

.showgallery_thumb div {
  width: 80px;
  height: 80px;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.showgallery_thumb .showgallery_center {
  padding-top: 10px;
  height: 40px;
}

.showgallery_thumb .showgallery_left {
  padding-top: 10px;
  height: 40px;
  text-align: left;
}

.showgallery_thumb .showgallery_right {
  padding-top: 10px;
  height: 40px;
  text-align: right;
}

.showgallery_image {
  width: 435px;
  margin: 0px;
  padding: 15px 0px 15px 15px;
  float: left;
}

.showgallery_image div {
   padding: 3px;
}

.galerie_link{
  padding: 10px 0px 0px;
}
.galerie_link a
.galerie_link a:link,
.galerie_link a:hover,
.galerie_link a:active,
.galerie_link a:visited{
background-image:url(../../assets/common/pfeil_teaser.gif);
background-position:0 2px;
background-repeat:no-repeat;
padding: 0px 15px;
}
/***** Ende Galerie-Ausgabe ************************************************************************************/

/****************************************************************************************************************
* sitemap.phtml
****************************************************************************************************************/
.sitemap td {


}
.sitemap h1
{
  font-size: 1em;
  font-weight: bold;
  padding: 2px;
  padding-left: 10px;
  width: 220px;
  color: white;
}


.sitemap td.separator {
  background: none;
  /*background-color: #99B5B8;
  background-image: url('../../assets/common/sitemap_bg.gif');
  background-repeat: repeat-x;
  background-position: left bottom;*/
  padding: 5px;
  padding-top: 0px;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1,
a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4 {
 line-height: 130%;
  /*background-image: url('../../assets/common/pfeil_teaser.gif');
  background-repeat: no-repeat;
  background-position: left top; */

}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4 {
  background-repeat: no-repeat;
}
/***** Ende Sitemap ********************************************************************************************/


/****************************************************************************************************************
* Printausgabe
****************************************************************************************************************/


div.tpl_print{
  /*font-size: 0.7em;*/
  margin-bottom: 25px;
  width: 621px;
  height: 93px;
  float: left;
  padding: 5px 15px 0px 15px;
  background-repeat: repeat-x;
  background-position: left top;
  /*border-bottom: 1px solid #99B5B8;
  border-right: 1px solid #99B5B8;*/
  background-color: #e8ebee;
  font-size: 90%;
}
html.tpl_print {
  background-color: #fff;
}
.tpl_print .titel{
  font-size: 105%;
  font-weight:bold;
  position: absolute;
  top: 5px;
  left: 15px;
}
.tpl_print .top_left{
  float: left;

}

.tpl_print .top_left a{
  text-decoration: none;
  position: relative;
  top: 75px;
}

.tpl_print .top_left img{
  position: relative;
  top: -5px;
}

.tpl_print .top_right a{
  text-decoration: none;
  position: relative;
  top: 75px;
}

.tpl_print .top_right img{
  position: relative;
  top: -5px;
}

.tpl_print .top_right{
  float: right;
}

#lfs_home_right
{
  width: 411px;
  padding: 30px 15px 15px 15px;
  float: right;
  background-color: #CBECF3;
  background-image: url('../../assets/common/content_bg.gif');
  background-repeat: repeat-x;
}


/***** Ende Print-Template ********************************************************************************************/

/****************************************************************************************************************
* Mailausgabe
****************************************************************************************************************/


div.tpl_mail{
  /*font-size: 0.7em;*/
  margin-bottom: 25px;
  width: 460px;
  height: 93px;
  float: left;
  padding: 5px 15px 0px 15px;
  background-repeat: repeat-x;
  background-position: left top;
  border-bottom: 1px solid #99B5B8;
  border-right: 1px solid #99B5B8;
  background-color: #e8ebee;
  font-size: 90%;
}
html.tpl_mail {
  background-color: #fff;
}
.tpl_print .titel{
  font-size: 105%;
  font-weight:bold;
  position: absolute;
  top: 5px;
  left: 15px;
}
.tpl_mail .top_left{
  float: left;

}

.tpl_mail .top_left a{
  text-decoration: none;
  position: relative;
  top: 75px;
}

.tpl_mail .top_left img{
  position: relative;
  top: -5px;
}

.tpl_mail .top_right a{
  text-decoration: none;
  position: relative;
  top: 75px;
}

.tpl_mail .top_right img{
  position: relative;
  top: -5px;
}

.tpl_mail .top_right{
  float: right;
}

/***** Ende Mail-Template ********************************************************************************************/

/****************************************************************************************************************
* CSS-Klassen fuer die Barriere-Freiheit
****************************************************************************************************************/
.unsichtbar {
  position: absolute;
  left: -20000px;
  /*Schiebt die "unsichtbaren" Hilfen aus dem Viewport,
  dadurch lassen sich uebereifrige Screenreader,
  die ausgerechnet "display: none" akustisch auswerten,
  taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}
/***** Ende CSS-Klassen fuer die Barriere-Freiheit *************************************************************/

/****************************************************************************************************************
* Editor - wird doch nicht mehr benoetigt?
****************************************************************************************************************/
/*  Die floatleft/-right Definitionen werden im WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!! *
/* Bildausrichtung per Button *
#floatimageleft {
  font-size: 0.7em;
  float: left;
  margin: 0px 5px 10px 0px;
}

#floatimageleft img {
  border: none;
}

#floatimageright {
  font-size: 0.7em;
  text-align: right;
  float: right;
  margin: 0px 0px 10px 5px;
}

#floatimageright img {
  border: none;
}

.red {
  color: #FF0000;
}

/* muessen im editor.css einkommentiert werden und am Ende stehen
table, tr, td, div {
 border: thin dashed #000000;
 boder-collapse: collapse;
 background: #FFFFCC;
}
*/

/***** Ende Editor ******************************************************************************************/

/* Kalender Definition rausgenommen, da Kalender nicht implementiert */
/* Kalender /
.box table {
  width: 140px;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75em;
}

.box table td {
  padding: 3px;
  color: #000;
  background-color: #EEE;
}

.box table td a {
  background-color: #095AA6;
  color: #FFF;
   text-decoration: none;
   display: block;
}

.box table td.month {
  color: #000;
  background-color: #CCC;
  font-size: 1em;
}

.box table td.month a {
  color: #000;
  background-color: #CCC;
  display: inline;
}

.box table td a {
   background-color: #666;
   color: #FFF;
   text-decoration: none;
   display: block;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #EEE;
}

.box table td.today a {
  text-decoration: none;
  background-color: #666;
   color: #FFF;
}
/* Ende Kalender */
/***** Ende style.css ******************************************************************************************/

/* Wetter Box wetter.net */

#wetter {
  width: 210px;
  clear: left;
}
#wetter table{
  width:100%;
  padding:0px;
  border: 0px none;
}
#wetter td{
  padding: 5px;
  border: 0px none;
}

/******************************************************************************
// teaserboxn (einfach & breit)
******************************************************************************/
.teaserbox,
.teaserbox_breit {
/*  background: #DDE4E4;*/
  border: 1px solid #9DB9C9;
  float: left;
  margin: 20px 0px 0px 0px;
  display: inline;
  position: relative;
}

.teaserbox {
  width: 175px;
}

.teaserbox_breit {
  width: 507px;
}

.teaserbox h1,
.teaserbox_breit h1 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding:2px;
  margin:0;
  text-transform:none;
  padding-top:3px;
/*
  font-size: 1em;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
*/
}

.teaserbox .image,
.teaserbox_breit .image {
/*  min-height: 115px;*/
  background: #CED5D8;
  margin: 0px 15px 0px 0px;
  float:left;
}

.teaserbox .text,
.teaserbox_breit .text {
  margin:0px 15px 0px;
/*
  padding: 5px 15px 5px 0px;
  height: 85px;
  line-height: 150%;
  font-size: 0.9em;
*/

}

.teaserbox .link,
.teaserbox_breit .link {
  float:left;
}

.teaserbox .kein_bild,
.teaserbox_breit .kein_bild {
  float:left;
  padding: 0py 15px;
}


.teaserbox_breit .link {
  float:left;
}


.teaserbox .link img,
.teaserbox_breit .link img {
  width: 11px;
  height: 11px;
}

.teaserbox .link a:link,
.teaserbox .link a:visited,
.teaserbox .link a:hover,
.teaserbox .link a:active,
.teaserbox_breit .link a:link,
.teaserbox_breit .link a:visited,
.teaserbox_breit .link a:hover,
.teaserbox_breit .link a:active {
  /*
  padding: 0px;
  text-decoration: none;
  background: url('../../assets/common/pfeil_rechts.gif') no-repeat;
  */
  text-decoration:none;
  padding: 5px 0px 5px 10px;

  background-repeat: no-repeat;
  background-position: -4px 3px;
  background-image: url('../../assets/common/pfeil_rechts.gif');
  color: #46899D;

}

/******************************************************************************
// ende teaserboxn
******************************************************************************/

#gastgeber_suche {
  background: #CED5D8;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  padding-right: 0px;
  width: 550px;
}

#gastgeber_suche .search_left {

}

#gastgeber_suche .search_right {

}

#gastgeber_suche input,
#gastgeber_suche select
{
  border: 1px solid #46899D;
}


#gastgeber_suche input {
/*  width: 200px;*/
}

#gastgeber_suche select {
}

#search_info
{
  width: 560px;
}


/********************************************
** Ausflugsvorschl�ge und Programmideen
*********************************************/
.ausflug
{
  border: 1px solid #DCE0E4;
  background: #FFFFFF;
}

.ausflug h1
{
  background: #DCE0E4;
  font-size: 1em;
  padding: 2px;
  padding-left: 10px;
  margin: 0px 0px 0px 0px;
}


.ausflug .img
{
  float:left;
  width: 150px;
  background: #FFFFFF;
}

.ausflug_text
{
  padding: 10px;
  padding-right: 0px;
  float: left;
  width: 540px;
  background: #FFFFFF;

}

.ausflug_text_mit_bild
{
  padding: 10px;
  padding-right: 0px;
  float: left;
  width: 393px;
}

.ausflug_verlinkung
{
   padding: 0px;
   padding-bottom: 10px;
}

.ausflug_verlinkung h1
{
  border-top: 1px solid white;
  color: white;
  background: #9DB9C9;
}



.ausflug_verlinkung a,
.ausflug_verlinkung a:link,
.ausflug_verlinkung a:hover,
.ausflug_verlinkung a:active,
.ausflug_verlinkung a:visited
{
  color: #9DB9C9;
}
