/* CSS Basis */

  * {
  /* Universalselektor - Alle Einstellungen auf 0 */
    margin:0;
    padding:0;

  /* Listenelemente erstmal ausblenden */
    list-style:none;
  }
  
  body {
    line-height:1.4em;
    font-weight:normal;
    /* Merzt einige Bugs in div. IE-Versionen aus */
    font-size:100.01%;
    font-family:arial, sans-serif;
  }
  
  p {
    margin:5px 10px 20px 0;
  }
  
  #header {
    background-color: #584836;
    width: 860px;
    margin:auto;
    height: 100px;
    color: #FFFFFF;
    background: url(../images/rounded_bottom.jpg) no-repeat bottom #584836;
  }

  img {
    margin: 0 10px ;
  }

  #head_left {
    color: #FFFFFF; 
/*  font-weight: bold;*/
    font-size: 12px;
    padding: 5px 15px;
    line-height: 1.0;
    margin-left: 5px;
    font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif, 'Times New Roman',Times;  
    text-transform:uppercase;
    float: left;
  }
  
  #head_left a{
    text-decoration:none;
    color: #FFFFFF;
  }
  
  #head_left h1{
      font-size: 28px;
      width: 300px;
  }
  
  .logoTopRight {
    float:right;
    margin-right: 20px;
    margin-top: 10px;
    
  }
  
  #navi_main {
    margin:auto;
    width: 1000px;
    height: 240px;
    margin-top: 15px;
    font-size: 13px;
  }
  
  #navi_trumpet_left {
    height: 225px;
    width:  351px;
    background-image:url(../images/navi_main_trumpet_left.jpg);
    background-repeat: none;
    background-position: right; 
    float: left;
  }

  li.navi_bar_first {
    height: 225px;
    width:  60px;
    background-image:url(../images/link_start.jpg);
    background-repeat: none;      
    background-position: left; 
    float: left;
  }

  li.navi_bar_last {
    height: 225px;
    width:  65px;
    background-image:url(../images/link_end.jpg);
    background-repeat: none;      
    background-position: left; 
    float: left;
  }
  
  li.navi_bar_n {
    height: 225px;
    width:  60px;
    background-image:url(../images/link_n.jpg);
    background-repeat: none;      
    background-position: left; 
    float: left;
  }  

  li.odd a{
    padding-top: 15px;
  }

  li.navi_bar_first.active {
    background-image:url(../images/link_start-hover.jpg);
  }

  li.navi_bar_n.active {
    background-image:url(../images/link_n-hover.jpg);
  }
  li.navi_bar_last.active {
    background-image:url(../images/link_end-hover.jpg);
  }


  #navi_trumpet_right {
    height: 225px;
    width:  196px;
    background-image:url(../images/navi_main_trumpet_right.jpg);
    background-repeat: none;      
    background-position: left; 
    float: left;
  }
  
  .nav_text_1 {
    position: absolute; 
    margin-top: -10px;
    width: 60px;
    text-align: center;
    text-decoration:none;
    color:#584836;
    font-weight: 200%;
    font-family: 'Monotype Corsiva', 'Times New Roman',Times;  
    font-size: 1.2em;
  }
  
  
  
  #main {
    background-color: #584836;
    width: 860px;
    margin:auto;        
    color: #FFFFFF; 
    background: url(../images/rounded_top.jpg) no-repeat left top #584836;        
  }

  #content {
    padding: 15px 10px 10px 25px;
    text-align: justify;
  }
  
  #content a{
    color: #FFFFFF;
    text-decoration:underline;
    font-style:italic;
  }
  
  #content .link-pfeil{ 
    color: #E4E4E4;
    background:url("../images/raquo_white.gif") no-repeat right;
    padding-right:15px;
    font-style:italic;
    margin-left:3px;
  }


  #content a:hover{
    background-color: #886F52;
  }

  #content h2{ 
    margin-left: -10px;
    padding-left: 40px;
    padding-top:  5px;
    margin-bottom: 15px;
    background-image:url(../images/headline_bg.jpg);
    background-repeat:no-repeat;
    height:45px; 
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif, 'Times New Roman',Times;    
/*    font-weight: normal;*/
    font-size: 24px;
  }
  
  
  #footer {
    margin:auto;    
    width: 860px;
    text-align:center; 
    font-size: .7em; 
    color: #000000;
    text-decoration: none;
  }
  
  ul#metaNavigation  {
    margin: 0; padding: 0.4em;
    text-align: center;
  }

  ul#metaNavigation  li {
    list-style: none;
    display: inline;
    margin: 0.2em; padding: 0;
  }

  ul#metaNavigation  a, ul#metaNavigation  span {
    padding: 0.2em 1em;
    text-decoration: none;
    color: #584836;
  }
  * html ul#metaNavigation  a, * html ul#metaNavigation  span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }


/* (en) Styling of article list | (de) Gestalltung fuer die Artikelliste */
.articlelistPagecounter { width: 100%; text-align: center; margin: 10px 0 5px 0; padding-bottom: 5px; border-bottom: 0px solid #CCC;}
.articlelistItem     { width: 100%; border-bottom: 1px solid #CCC; margin-top: 15px;}
.articlelistItem.gal { width: 385px; border-bottom: 1px solid #CCC; margin-top: 15px; border: 0px solid #00FF00; float: left; margin: 0 25px 25px 0 }
.articlelistItem img { float: left; margin-right: 10px; }
.articlelistItem p.articlelistHeadline { margin: 5px 0 15px 0; }
.articlelistItem p.articlelistHeadline { margin: 5px 0 15px 0; }
.articlelistItem a.articlelistHeadline { text-decoration:none; font-weight: bold; font-style:normal; }
#content .articlelistItem a.articlelistHeadline { text-decoration:none; font-weight: bold; font-style:normal; }

.articlelistItem p.articlelistSubheadline { margin: 0 5px 5px 0;}
.articlelistItem p.articlelistContent {font-style: italics; }
.articlelistItem p.articlelistContent img { float: right; margin-left: 10px; }
.articlelistItem p.articlelistMore { clear: left; text-align: right; }
.articlelistItem a.articlelistBack { }
.articlelistItem a.articlelistNext { }
.articlelistItem a.articlelistPageNumber { }
.articlelistItem a.articlelistBegin { }
.articlelistItem a.articlelistEnd { }
.articlelistItem a.articlelistPrevious { }
.articlelistItem a.articlelistNext { }
.articlelistNavigation { width: 100%; text-align: center; margin: 10px 0 20px 0;clear:both; }

/* --------------------------------------------- */
/*                Termineinausgabe               */
/* --------------------------------------------- */

#mod_te h2 {
    font-size: 120%; #
    font-weight: bold; 
    margin-bottom: 5px;
}

#mod_te p {
    font-size: 100%; 
}

/* --------------------------------------------- */
/*                 Terminliste                   */
/* --------------------------------------------- */

#mod_tlh {
   text-align: left;
}

#mod_tlf {
   text-align: left;
}

#mod_tl table {
   border-collapse: collapse;
}

#mod_tl th {
   width: 100%;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   margin-top: 5px;
   margin-bottom: 5px;
}

#mod_tl td {
   text-align: left;
   vertical-align: top;
}


#mod_tl .border { 
    border-top:1px solid #000000; 
    border-bottom: 1px solid #000000; 
}

#mod_tl .link { margin: 0; padding 0;}

#mod_tl .hell { }
#mod_tl .sp0 { width: 50px; vertical-align: top;}
#mod_tl .sp1 { width: 70px; vertical-align: top;}
#mod_tl .sp2 { width: 85px; vertical-align: top;}
#mod_tl .sp3 { width: 400px; vertical-align: top;}
#mod_tl .sp4 { width: 90px; vertical-align: top;}


div.galleryNav{
 margin-bottom: 10px;
}


/* --------------------------------------------- */
/*                 Notizzettel                   */
/* --------------------------------------------- */

.notizzettel {
  background-image: url(../images/zettel.jpg);
  background-repeat: no-repeat;
  border: none;
#  position: relative;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  margin-left: 325px;
  width: 250px;
  height: 100px;
  text-align: left;
  color:#584836;
  font-weight: 200%;
  font-family: 'Monotype Corsiva', 'Times New Roman',Times;  
    font-size: 1.2em;
  
}

.slicknav_menutxt{
display: none;
visibility: hidden;
}

#eucookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px;font-size: 14px; font-family: verdana;z-index:10000; }
#eucookie a.button {cursor: pointer; background: #ccc; padding: 4px 10px; margin-left: 10px; margin-bottom: 0px; border-radius: 5px; font-weight: bold; float: right;}
#eucookie a.button:hover {background-color: #aaa;}
#eucookie p.cookiemessage {display: block; padding: 0; margin: 0; max-width:100%; }