@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #4d87c7 url("../../images/bg.jpg") repeat-x top left fixed; padding: 10px 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins {
  min-width: 950px;
  max-width: 950px;
  background-image:url(../../images/bg_page_margin.png);
  background-repeat:no-repeat;
  background-position:10px bottom;

  
  background: #dfff;
}
  .page {   
    padding: 10px 20px 30px 10px; 

}
  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 0px 2em 0em 12px;
  }

  #logo{
    float:left;
  text-align:center;
  font-size:1.1em;
  }
  
  #tide{
    float:left;
  text-align:center;
  font-size:0.8em;
  width:280px;
  }
   
  #hochwasser{
    float:left;
  text-align:center;
  font-size:0.8em;
  width:90px;
  }
  #datum{
    float:left;
  text-align:center;
  font-size:0.8em;
  width:180px;
  height:88px;
  }   
   

#search .submit_button {
  width: 24px;
  height: 18px;
  line-height:18px;
  margin: 0;
  padding: 0 0 3px 0;
  border: 0px solid white;
  color: white;
  font-size: 0.9em;
  text-indent: -700px;
  text-align: left;
  background: url(../../images/search_button_03.gif) no-repeat center center;
  cursor: pointer;
  }

#search .submit_button:active {
  border: 1px solid white;
  }

      
  #topnav { 
    color: #aaa; 
  background: transparent;
  position:relative;
  z-index: 0;
  }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { 
    /*margin-left: 0px; */
  }

  #main { background: #fff;padding:10px 0; }

  #footer {
   text-align:right;
    color:#fff;
    background:#ffffff url(../../images/footer.png) no-repeat center center;
    padding: 10px 20px;
    border-top: 5px #ffffff solid;
    line-height: 1.5em;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

/*
  #col1 { width: 25%; }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; }
  #col3_content { padding: 10px 10px 10px 10px; }
*/
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */


  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#062755; }

  #tide h1 {
    font-weight:bold;
    font-size:1.1em;
  letter-spacing:normal;
    line-height:00%;
    color:#062755;
  padding-top:13px
  }
  #tide img, #tide iframe{
  float:left;
  }
  #tide a{
     color:#484740;
   font-size:0.85em;
  }  
  
  #tide span { color:#000; }

  #hochwasser h1 {
    font-weight:bold;
    font-size:1.1em;
  letter-spacing:normal;
    line-height:00%;
    color:#062755;
  padding-top:13px;
  padding-bottom:3px
  }
  
  #datum h1 {
    font-weight:bold;
    font-size:1.1em;
  letter-spacing:normal;
    line-height:00%;
    color:#062755;
  padding-top:13px
  }  
  #hochwasser span { color:#000; }
  
  .news{
    border: 1px solid #e3e3c3;
    margin-bottom: 10px;
    margin-right:0px;
  min-height:120px;
  padding:0 5px 0px 10px;
  }


  .news h1{
    font-weight:bold;
    font-size:1.5em;
  letter-spacing:normal;
    line-height:120%;
    color:#585858;
    text-transform: uppercase;
  padding:0 5px 0px 0px;
  margin: 0.4em;
  }
  
  .box{
    border: 1px solid #b2d6ea;
  background: url(../../images/bg_rechts_kasten.jpg) no-repeat top center;
    margin-bottom: 10px;
    margin-right:0px;
  min-height:120px;
  padding:0 5px 0px 5px;
        
  }
  .box h1{
    font-weight:bold;
    font-size:1.3em;
  letter-spacing:normal;
    line-height:00%;
    color:#ffffff;
    text-transform: capitalize;
  padding:11px 0px 11px 20px;
  
  }  
  .box p{
    padding:4px 0px 4px 20px;
     margin-bottom: 0px;
 }
  
  
  .redbutton a {
    border: 1px solid #b01900;
    padding: 2px 5px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc1f00;
    text-decoration: none;
    font-weight:bold;
    height: 555px;
    width:555px;
    line-height:35px;
  }
  
  .redbutton a:hover{
    color: #ffffff;
    background-color: #b01900;
    text-decoration: underline;
    font-weight:bolder;
  }
  
  .fon{
    color: #cc1f00;
  }

  .artikel{
    border: 1px solid #e3e3c3;
  margin-top: 10px;
  }

 .sub_bild_news{
   padding: 17px;
 }
 .artikel .bilder_btn{

  padding-top: 17px;
  padding-left: 76px;    
 }
  .artikel .bilder_thmb{
  width:312px;
  height:54px;
 }
 .artikel h6{
  
  color:#585858;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-weight:normal;
  margin:0 0 0.25em;
  font-weight:bold;
 }


 .artikel .bilder_thmb img{
  float: left;
  padding-top: 17px;
  padding-right: 8px;  
 }
#bannerlightbox{
  display: none;
}

 .artikel .subcl ul {
   list-style-image: url(../../images/list_pfeil.gif);
 }
 .artikel .subcl ul li {
   font-size:0.9em;
 }
  .artikel h1{
    font-weight:bold;
    font-size:1.5em;
  letter-spacing:normal;
    line-height:1.2em;
    color:#585858;
    text-transform: uppercase;
  padding:0 5px 10px 0px;
  margin: 17px 0em 0em 0em;
  }
  
 .artikel .subc{
   padding:0 17px 0 0;
 }
 
 .artikel .subcl{
   padding:0 0 0 0;
 }
  .trenner{ 
   height:1px;
   margin-top:20px;
   margin-bottom:20px;
   background: url(../../images/trenner_bg.gif);
   width: 100%;
 }
  
  #topnav a { color: #062755; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent; }

  #footer a { color: #ffffff; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #ffffff; background-color: transparent; text-decoration:none; }

/******************************
  Images
******************************/
.imgright {
  float: right;
  margin: 0 0 10px 10px;
}

.imgleft {
  float: left;
  margin: 0 10px 10px 0;

}

.imgleftnews {
  float: left;
  padding-left:-10px;
  margin: 0 10px 10px -10px;
  border-right: 1px solid #e3e3c3;
  border-bottom: 1px solid #e3e3c3;
}


/*********** Mailform start  **********/

#mailform {

width:544px;
text-align:left;
margin-top:16px;
}

.csc-mailform{
float:none;
width:544px;
text-align:left;
margin:0px;
padding:0px;
}

.csc-mailform label {
margin-top:4px;
float:left;
height:22px;
width:120px;

}

.csc-mailform-field{
float:left;
min-height:22px;
width:544px;
text-align:left;
}
/********* Mailform stop **********/
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks 
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */
  
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
  color: #fff; 
  background: #333; 
  border-bottom: 1px #000 solid;
  padding: 10px 0;
  text-decoration:none;
  }
}
