@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

  body {background:#213737; padding:10px 0;}

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins {width:920px; margin:0 auto; border:0px #889 solid;}
  #page{background:#2F4F4F; border:10px #2F4F4F solid;}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body {text-align:center;}
  #page_margins {text-align:left;}

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {height:140px; color:#fff; background:#2F4F4F url(/fileadmin/img/header.gif) right top no-repeat;}
  #header img.headImg1 {position:absolute; top:0px; left:0px; font-size:208%;}
  
  #header #topnav strong {
        color:#FF9E04;
  }
  
  .headerlink {
    position: relative;
    top: 68px;
    left: 320px;
    }

  .headerlink a, .headerlink a:hover {
          font-family: georgia, times new roman, serif;
          color: #FF9E04;
          font-weight: normal;
          text-decoration: none;
    font-size: 30pt;
    margin:0;
    padding:0;
    line-height:28pt;
  }

  .headerlink p {
          font-family: georgia, times new roman, serif;
          color: #FF9E04;
          font-weight: normal;
    font-size: 10pt;
    padding-left:3px;
  }
  
  
  #main {background:#FFF0E1;padding:0 0; border-top: 5px solid #FF9E04 ;}

  /*#col1 {
          width: 170px;
  }
  
  #col3 {
          margin:0 170px;
  }
  */
  #submenu {
          margin: 0 0 10px 0;
  }
  
  
  #submenu li#title {
          display: none;
  }
  #footer, #footer a, #footer a:hover {
    color:#fff; 
    background:#2F4F4F;
    padding:15px;
    text-decoration: none;
    border-top: 5px solid #FF9E04;
  }
  
  
  
  h1, h2, h3 {
          font-family: georgia, times new roman, serif;
          color: #FF9E04;
          font-weight: normal;
   }
  
   
   .news-list-date, .news-latest-date {
           width: auto;
           float: right;
   }
   
   hr {
        border-color: #ccc;

    }
    .clearer {
	clear:both;
    }
    
   .news-list-morelink, .news-latest-morelink {
           border: 0px solid #fff;
           background: transparent;
           text-align: right;
   }
   
   .tx_lumogooglemaps_pi1_sidebar ul {
           margin-left: 0px;
           padding-left: 0px;
   }
   
   .tx_lumogooglemaps_pi1_sidebar ul li {
           list-style-type: none;
           background: transparent url(/fileadmin/img/maps_li.gif) no-repeat 0 3px;
           margin-left: 0px;
           padding-left: 20px;
   }
   

}
