/* ******** Allgemeine Formatierungen *************
***************************************************/ 
  * {
    margin: 0px;
    padding: 0px;
}

  html, body {
    background: #FFFFB2;
}

/* ************* Typo *******************************
*****************************************************/      
  body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

  header {
    padding-top: 10px;
}

  p {
    margin-top: 20px;
}

  .artikeltext p {
    margin-top: 10px;
    width: 730px;
    text-align: justify;
}
  
  h1 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
}

  h2 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

  #sidebar h3 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 0px #000000;
    display: block;
    background: #FFFFB2;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    border-bottom: 1px #CCC;
}                
               
}

  .artikeltext {
    line-height: 18px;
}

  footer {
    text-align: center;
    line-height: 43px;
    float: left;
}

/* ************* Layout *****************************
*****************************************************/
  #wrapper {
    width: 980px;
    margin: 0px auto;
}

  #main-header {
    width: 980px;
    height: 42px;
    float: left;    
}

  #main-navigation {
    width: 980px;
    height: 42px;
    float: left;
 /* background: #82FFFF; */
  /*background: #66E5FF; /* Old browsers */   
}

  #section-wrapper {
    width: 980px;
    float: left;        
    background: #FFFFB2;
}

  #sidebar {
    width: 200px;
    float: left;
    margin-top: 25px;
}

  #content {
    width: 740px;
    float: left;
    padding: 20px;
}

  #content_1 {
    width: 740px;
    float: left;
    padding: 5px;
}

  #logo_1 {
    width: 150px;  
    height: 135px;
    float: left;
    margin-right: 80px;
}

  #head {
    padding-top: 50px;
}

  #logo {
    width: 231px;  
    height: 212px;
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

  #veranstaltung{
    text-align: center;
}

footer {
    width: 980px;
    height: 42px;
    line-height: 0px;
    /*background: #FFFFB2;*/
    /*background: #82FFFF;*/
    background: #66E5FF;
    border: 1px solid #000000;
    /* border-top: 1px solid #CDCDCD;*/
    float: left;
    margin-top: 10px;
}

footer a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}  

 footer :hover > a {
    background-color: rgba( 136, 136, 136, 1.0);
    color:#FFFFFF;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;   
 }
  /* rules for navigation menu */
  /* ========================================================== */  
  ul#navmenu {
    list-style-type: none;
    font-size: 14px;
    width: 980px;
  } 
  
  ul#navmenu li {
    width: 130px;
    float: left;
    position: relative;
    text-align: center;
    color: #888888;
    margin-right: 4px;
    list-style-type: none;
  } 
  
  ul#navmenu a {
    text-decoration: none;
    display: block;
    width: auto;
    height: 42px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Oswald', Arial, sans-serif;
    padding-top: 5px;
    background-color: #82FFFF;
    /*background: #66E5FF;*/
    color: #888888;
    border: 1px solid #000000;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    border-radius: 6px;  
  }
 
  ul#navmenu .sub1 a {  
    margin-left: 5px;
    margin-top: 0px;
    height: 23px;
    line-height: 11px;
    font-size: 11px; 
  }
  
  ul#navmenu li:hover > a {
    background-color: rgba( 136, 136, 136, 1.0);
    color:#FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;    
  }
  
  ul#navmenu li:hover a:hover {
  /* background-color: #FF0;*/ 
  }
  
  ul#navmenu ul.sub1 {  
    display: none;
    width: 120px;
    position: absolute;
    top: 40px;
    left: 0px;
  }
  
  ul#navmenu li:hover .sub1 {
    display: block;    
  }
  
  ul.none {
    list-style-type: none;  
  }
  
  ul#disc {
    list-style-type: disc;  
  }
  
  .darrow {
    font-size: 11pt;
    position: absolute;
    top: 25px;
    right: 65px;
  }
  
  .border-radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;  
     border-radius: 6px;
}

  .border-top-radius {
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;  
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

  .grey-border{
    border: 1px solid hsl(0,0%,70%); /* #B3B3B3 */ /* #888 für hsl*/
}

  .border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
}

  .seperate {
    clear: both;  
}

  .space-top {
    margin-top: 10px;
}

  .end {
    padding: 10px;
}

  #end-right {
    margin-right: 10px;
    float: right;
}

  #underline {
    text-decoration: underline;
}

  #italic {
    font-style: italic;
}

  .bold {
    font-weight: bold;
}

#small {
    font-size: 11px;
}

  #quotation p {
    color: #888888;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-family: monospace;
}

  .hidden {
    visibility: collapse;
}

  #size {
    font-size: 10px;
    line-height: 1.0;
}

  #grey {
    font-weight: bold;
    color: #888888;
    font-size: 16px;
}

  .impressum {
    padding-top: 10px;
    text-align: center;
}

  .impressum p {
    margin: 5px;
}

  .impressum h1 {
    color: #888888;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

  .disclaimer p {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: justify;
 }

/* --------------- Bilder ------------------------------------
-------------------------------------------------------------- */
  #mauer {
    width: 500px;
    height: 363px;
    margin: 20px;     
    float: right;
  }
  
  #baustelle {
    margin-top: 100px;
  }
  
  #shake {
    width: 500px;
    height: 405px;
    margin: 10px;
    float: left;
  }
  
  #hund {
    width: 400px;
    height: 405px;
    margin: 10px;
    float: left;
  }
  
  figure {
    width: 500px;
    height: 405px;
    margin: 10px;
    float: left;        
  }
  
  figcaption {
    margin-left: 180px;  
  }
  
  #avem {
    width: 150px;
    height: 159px;
    float: left;
    margin: 10px;
  }