/* 
    Document   : newcss
*/

root { 
    display: block;
}

body#wrapper { background-color: #ffffff;
       margin-left:90px;
       margin-top: 0px;
       max-width: 880px;
       min-width: 550px;
       font-family: 'Vollkorn', serif;        

/*font-family: 'Averia Sans Libre', cursive;
font-family: 'Marcellus SC', serif;
font-family: 'Patrick Hand', cursive;
font-family: 'Marcellus', serif;
font-family: 'Asul', sans-serif;
font-family: 'Qwigley', cursive;
font-family: 'Galdeano', sans-serif;
font-family: 'Forum', cursive;
font-family: 'Sansita One', cursive;*/
}

div#box1 {  border: thin;
            border-style: solid;
            background-color: #Ffffff;
            border-color: #ffffff;
            border-top-color: gray;
            width: 400px;
  }
  
  h1,h2, h3 { color: #000000;
         font-size: 1.5em;
            font-family: "Vollkorn", serif;
            font-weight: normal;
        }

        h4{
         color: #000000;
         font-size: 1em;
         line-height: .6em;
         margin-top: 10px;
         margin-bottom: 1px;
         font-family: "Vollkorn", serif;
         font-weight: normal;
        }

#kopf { width: 869px;
            /*background: #e5e5e5;*/
            height:110px;
            margin-bottom: 20px;
 }

#nav{
              padding: 0;
              margin: 0;
              height: 28px;
              border-bottom: 1px solid  #e5e5e5;
              
              
   }
   
   #nav ul{
    list-style-type: none;
    margin: 0px;
    width: 700px;
    font-family: 'Averia Sans Libre';
    font-size: .9em;   
    padding: 0px;
    margin:0px;
    margin-left: 0px;
    
 }

#nav ul li {
    float: left;
    position: relative;
    margin-left:1px;
    padding: 5px;
    background-color:   #e5e5e5;
    border-radius: 4px;
    
    
}

table{
    
    font-family: 'Averia Sans Libre';
    font-size: .7em;
    vertical-align: central;
    text-align: center;
    -webkit-box-align: right;
    float: right;
}

#spalte1 {
    position: relative;
    float: left;
    left: 10px;
    min-height: 320px;
    max-height: 465px;
    width: 465px;
    font-family: 'Vollkorn', serif;
    /*background: #f5f5f5;
    border: 1px solid black;
    */
    padding: 0px 10px 10px 10px;
    
}

#spalte2 {
    float: left;
    margin-left: 40px;
    width: 320px;
/*    border-radius: 5px;;
/*    max-height: 260px;
/*   border: 1px solid #e5e5e5;
*/   
    padding-top: 25px;
    padding-right: 0px;
    
}
#spalte3 {
    font-family: 'Averia Sans Libre';
    font-size: .9em;
    margin-left: 40px;
    float: left;
    width: 310px;
    min-height: 80px;
    max-height: 200px;
    text-align: center;
    color: #000000;
    background:  whitesmoke; 
    border: 1px solid #e5e5e5;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
 }

#container-1{
    background: #ffffff;
    padding: 5px;
    
}

#container-2{
    background:#ffffff; 
    padding: 5px;
    min-height: 440px;
    }

#logo{
    padding-left: 8px;
    
}

#footer{
    -webkit-box-align: right;
    float: right;
    margin:0;
    padding:0;
    border-top: 1px #e5e5e5 solid;
    width: 872px;
   
}
#copyright{
    float: right;
    font-family: 'Averia Sans Libre';
    font-size: .7em;
    
}
p#center{
    text-align: center;
    
}
#weiter{
    float: right;
    font-family: 'Averia Sans Libre';
    font-size: .7em;
       }
       
       

      a:hover{
           background-color:  #6a006a;
               color: white;
           
             }
       a:link{
         font-family: 'Averia Sans Libre';
        font-size: 1.0em;
        text-decoration: none;
        }
        
        

li{
    font-size: .9em;
    
}


p.block{
  font-family: 'Vollkorn'; 
  font-size: 1em;
  margin-top: 2px;
  margin-bottom: 4px;
 }
p.block1{
  font-family: 'Vollkorn'; 
  font-size: .9em;
  margin-top: 4px;
  margin-bottom: 10px;
 }
div#eng{
    font-family: 'Vollkorn';
    margin-top: 1px;
    margin-bottom: 1px;

}

p.impressum{
    
    font-family: 'Vollkorn';
    font-size: .8em;
    text-align: justify;    
}

p.impressum2{
    
    font-family: 'Vollkorn';
    font-size: .8em;
    text-align: justify;    
}

#spalte-impressum{
    position: relative;
    float: left;
        width: 850px;
    font-family: 'Vollkorn', serif;
    /*background: #f5f5f5;
   border: 1px solid black;*/
    padding: 10px 10px 10px 10px;
    

    
}

.bold{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    
}

ul.arrow{
    list-style: image;
    list-style-image: url(../img/pfeil2.gif);
    margin-top: 0;

}



/*    clear      */
div#select1 {
    position: fixed;
    top: 130px;
    left: 230px;
    border: 1px solid #000000;
    width: 140px;
    height: 46px;
    border-radius: 1px;
    
}

