@charset "UTF-8";
/* CSS Document */


html,body{
    margin:0;
    padding:0;
    width:100%;}
body{
    text-align:left;
    background:#ffffff;
    font-size:12px;
    line-height:15px;
}
a{
    color:#000000;
    text-decoration:none;
}
p{

}


.textLabel{
    margin:3px;
  
   
    /* background-color: rgba(220,220,240,.93);  background-color:#ffffff; */   
}
table{
    font-size:13px;
}
img{
    border:0px;
}
div#navigation{
  width:800px;
    position:fixed;
    margin-top:-40px;
    font-size:25px;
    font-weight:400;
    padding-top:80px;
    font-weight:bold;
    text-align:center;
    background: rgba(220,220,240,.0053);
}
div#container{
    width:800px;
    margin:0 auto;
    padding-bottom:50px;
    padding-left:30px;
}
div#extra2{
    float:right;
    width:350px
}
div#extra{
    float:left;
    width:350px;
}
div#footer{
    clear:both;
    width:100%
}
#bild{
    width:800px;
    text-align:center;
    padding-top:100px;
    padding-bottom:0px;
    margin-bottom:-15px;
}
div.bilder{
    position:absolute;
    visibility:hidden;
    height:100%;
    width:100%;
}
div#bild1{
    position:absolute;
    visibility:visible;
}
div#back{
    position:absolute;
    visibility:visible;
    z-index:2;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}


