/* kita-kn-pt.css */

@media (min-height:700px){
  div#Page{
    margin-top: 60px;
  }
}
@media all{
  body{
    background-color: #ffba66;
    repeat: repeat;
    padding-bottom: 80px;
    font-family: Verdana,Arial,sans-serif;
  }
  
  div#Menu{
    float: right;
  }
  
  div#Menu a,#Page h1 a,#Page h2 a{
    color: inherit;
    text-decoration: none;
  }
  
  div#Menu span#Current{
    color: #f33;
  }
  
  h1,h2{
    margin-bottom: 0.2em;
  }

  h1 + h2,h2 + h1{
    margin-top: 0.2em;
  }
  
  h1.quote{
    font-family: Georgia,"Times New Roman", serif;
  }
  
  h2{
    font-size: 1.25em;
  }


  div#Page{
    max-width: 880px;
    min-height: 540px;
    background-color: #ffe596;
    background-image: url(../images/bg-gelb.jpg);
    margin-left: auto;
    margin-right: auto;
    padding: 16px;

  }
  
  div.page-img{
      float: right;
      width: 500px;
  }
  
  div.page-portrait{
      float: right;
      width: 260px;
  }
  
  div.page-content{
    width: 400px;
  }

  div.full-width{
    clear: both; 
  }

  h1 a,h2 a{
    color: inherig;
    text-decoration: none;
  }

  a{
    color: #047;
    /* text-decoration: none;*/
  }

  a:hover,a:focus,a:active,div#Menu a:hover,div#Menu focus,div#Menu a:active{
    color: #f33;
    text-decoration: underline;
  }
  
  hr{
    clear: both;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e5e2b3;
    border-bottom: 1px solid #fff;
  }

}

@media (max-width:799px){
  div#Page{
    margin-top: 0;
  }

  div.page-img{
    float: none;
    width: auto;
  }  

}

@media (max-width:549px){
  div.page-content{
    width: auto;
  }
  div.page-portrait{
    float: none;
    width: auto;
  }  
  img.pageImg{
    display: block;
    width: 100%;
    height: auto;
  }

}

/* kita-kn-pt.css */


