/* Hintergrund */
  
  /* Weil manche Browser vom Standard abweichen wollen... */
  * { margin: 0; padding: 0;}      

  p.bodytext { margin: 12px 0 12px 0; }
  
  .clear { clear: both; }
  
  body
  {
  	font-size: 13px;
  	font-family: Trebuchet MS;
  	color: #454545;
  	background-color: #f5f7f8;
  	background-image: url('../images/design/bg.jpg');
  	background-repeat: repeat-x;
  	background-position: top center;
  	text-align: center;
  }
  
  input
  {
    color: #323232;
  }
  
  /* Textzentrierung */
  #container
  {
    text-align: left;
  }
  
  /* Container-Breite */
  #container, #container_up, #container_down, #footer
  {
    width: 988px;
  }
  
  /* Container-Zentrierung */
  #header, #container, #container_up, #container_down, #footer
  {
    margin: 0 auto;
  }  
  
  a { color: #ff0000; }
  a:hover, a:focus { color: #000000; }  
  
/* Header-inhalte */
  
  #header
  { 
    height: 366px; 
    width: 950px;   
    /*background-image: url('../images/design/header.jpg');*/
  }
  
  #kontakt
  {
    position: absolute;
    margin-top: 150px;
    margin-left: 70px;
  }
  
  #kontakt p
  {
    font-size: 15px;
    font-family: "Trebuchet MS", Verdana;
    line-height: 21px;
    color: #094e4a;
  }
  
  #trailer img
  {
    position: absolute;
  }
  
  #trailer
  {
    position: absolute !important;
  }
  
  #topnav
  {
    position: relative;
  }
  
  #topnav, #logo, #menu, #kontakt
  {
    z-index: 10;
  }
  
  #logo
  {
    position: absolute;
    float: left;
    width: 284px;
    height: 128px;
    margin: 20px 0 0 16px;        
    background-image: url('../images/design/logo.png');
  }
  
  #logo a
  {
    display: block;
    width: 284px;
    height: 128px;
  }
  
/* Container-Inhalte */
  
  #container
  {
    min-height: 500px;
    background-image: url('../images/design/container.png');
    background-repeat: repeat-y;
  }
  
  #container_up
  {
    height: 27px;
    background-image: url('../images/design/container_up.png');
  }
  
  #container_down
  {
    height: 40px;
    background-image: url('../images/design/container_down.png');
  }
  
  #content_left
  {
    float: left;
    width: 256px;
    margin: 0 0 0 18px;
  }
  
  #checker
  {
    position: relative;
    z-index: 9;
    margin: -45px 0 0 26px;
  }
  
  #content_left img
  {
    padding: 5px;
    border: 1px solid #e2e6ea;
    margin-top: 2px;
    margin-left: -12px;
  }
  
  #content_left fieldset
  {
    margin-left: 4px;
  }
  
  #content_left img:hover, #content_right a img:hover
  {
    border: 1px solid #80cbc7;
  }
  
  .csc-default
  {
    margin-bottom: 10px;
  }
  
  #content_right
  {
    float: right;
    font-size: 13px;
    width: 640px;
    min-height: 10px;
    margin: 0px 34px 0 0;
    z-index: 9;
  }
  
/* Überschriften */  
  
  h1, h2, h3, h4, h5, h6
  {
    font-weight: normal;
    z-index: 10;
  }
  
  #content_right h1
  {
    font-size: 22px;
    font-family: "Trebuchet MS";
    color: #ed9a3c;
    margin-bottom: 14px;
  }
  
  #content_right h2
  {
    font-size: 19px;
    font-family: "Trebuchet MS";
    color: #939393;
    margin-bottom: 24px;
  }  
  
  #content_right h3
  {
    font-size: 16px;
    font-family: "Trebuchet MS";
    color: #ed9a3c;
    margin-bottom: 24px;
  }  
  
/* Tabellen-Formatierungen */ 

  #bezeichner table
  {
    width: auto; 
    border-collapse:none; 
    margin-bottom: 0; 
    border: none; 
  }
  #bezeichner table caption { font-variant:small-caps; }
  #bezeichner table.full{ width: 100%; }
  #bezeichner table.fixed { table-layout:fixed; }
  
  #bezeichner th,td { padding: 0; }
  #bezeichner thead th { border:none }
  
  #bezeichner tbody th { border: none; }
  #bezeichner { border: none; }
 
  
  
/* Listen-Formatierungen */  

  ul#topnav, #topnav li, #mainnav ul, #mainnav li, #checker ul, #checker li, ul#bottomnav, #bottomnav li
  {
    list-style: none;
    text-indent: 0;
    margin: 0;  
    padding: 0;
  }  
  
  #content_right li
  {
    margin-left: 18px;
    padding-bottom: 2px;
    padding-top: 1px;
    color: #09716b;
  }
  
  .csc-textpic-imagerow li
  {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
  }
  
  .csc-textpic-imagerow
  {
    float: left;
    clear: none !important;
    width: auto !important;
  }
  
  
  /* Grafische Liste */
  /* ul li
  {    
    background:transparent url(images/hakerl.gif) no-repeat scroll left 4px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:2px 0 0 20px;    
  }      */
  
/* Formulare formatieren */

  #content_left label
  {
    font-size: 12px;
    display: inline;
    float: left;
    color: #376663;
    margin-right: 5px;
  }
  
  input
  {
    border:1px solid #c9ccc3;
  }
  
  input[type=submit]
  {
    background-color: #ffffff;
  }
  
  #content_left input
  {
    font-size: 11px;
    border:1px solid #c9ccc3;
    background: transparent;
    margin-bottom: 4px;
    width: 98px;
    cursor: text;
    padding: 2px        
  }
  
  #content_left select.erwachsene
  {
    width: 77px;
    margin-left: 6px;
    border:1px solid #c9ccc3;
    margin-bottom: 3px;
    font-size: 11px;
    color: #2b6073;
  }
  
  #content_left input.submit
  {
    font-size: 11px;
    color: #2b6073;
    width: 134px;
    padding-left: 2px;
    padding-right: 2px;
    padding: 1px 2px;
    border:1px solid #c9ccc3;
    cursor: pointer;
    margin-top: 5px;
  }
  
  #content_left .dp-choose-date
  {
    margin-left: 5px;
    margin-top: 2px;
  }
  
  fieldset
  {
    border: none;
    padding: 0px;
  }
  
/* Navigationen */

  #topnav li, #bottomnav li
  {
    float: left;
  }
  
  ul#topnav, ul#bottomnav
  {
    float: right;
    margin-right: 40px;
  }
  
  #topnav a, #bottomnav a
  {
    float: left;
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #00978f;
    text-decoration: none; 
    line-height:14px;
  }
  
  #footer
  {
    margin-top: -12px;
  }
  
  #bottomnav a
  {
    font-size: 13px;
    color: #000000;
    padding-left: 30px;
  }
  
  #topnav a:hover, #bottomnav a:hover
  {
    text-decoration: underline;
  }
  
  .trenner
  {
    float: left;
    height: 15px;
    width: 9px;
    background-image: url('../images/design/trenner.jpg');
    margin-left:2px;
    margin-right:2px;
  }
  
  #content_right img
  {
    border: 1px solid #cbcbcb;
    padding: 5px;
  }
  
  a
  {
    color: #00978f;
    text-decoration: none;
  }
  
  a:hover
  {
    color: #0b756f;
    text-decoration: underline;
  }
  
  a:focus
  {
    outline: none;
  }
  
  h4
  {
    background-image: url('../images/design/pf.jpg');
    background-repeat: no-repeat;
    color: #0b756f;
    font-size: 13px;
    padding-left: 25px;
    margin-left: 8px;
    padding-top: 2px;
  }
  
  .button_angebote
  {
    position: relative;
  }
  
  .button_prospekte
  {
    position: absolute;
  }
  
  .button_angebote
  {
    display: block;
    background-image: url('../images/design/angebote.jpg');
    width: 95px;
    height: 57px;
    background-position: top left; 
    border: none;
    margin-left: -5px;
  }
  
  .button_angebote:hover
  {
    background-position: bottom left; 
  }
  
  .button_prospekte
  {
    display: block;
    background-image: url('../images/design/prospekt.jpg');
    width: 95px;
    height: 57px;
    background-position: top left; 
    border: none;
    margin-left: 98px;
    margin-top: -57px;
  }
  
  .button_prospekte:hover
  {
    background-position: bottom left; 
  }
  
  .button_kuraufenthalt
  {
    display: block;
    background-image: url('../images/design/kuraufenthalt.jpg');
    width: 198px;
    height: 57px;
    background-position: top left; 
    border: none;
    margin-left: -5px;
    margin-top: 7px;
  }
  
  .button_kuraufenthalt:hover
  {
    background-position: bottom left; 
  }
  
  dl.csc-textpic-image
  {
    width: auto !important;
  }
