@charset "UTF-8";

/*---------------------STYLE----------------------*/

*{
    margin:0 auto;
}
body,html{
    height:100%;
    overflow: auto;
}
.wrapper{
    width:100%;
    height:100%;
    height: auto;
}
header{
    position:absolute;
    width:100%;
}
header img{
    width:100%;
    padding-top:20px;
}
nav{
    width:100%;
    height:20px;
    background:#cccccc;
    z-index:2;
    position: relative;
    top:10px;
    opacity:0.8;
}
article{
    width:90%;
    height:79%;
    background:#eeeeee;
}
#a_left{
    width: 10%;
    background: green;
    float: left;
    position: absolute;
}
#b_left{
    width: 10%;
    background: yellow;
    float: left;
    position: absolute;
}


#oppidum{
    background:;
}
#info{
    background:;
}
#gallery{
    background:;
    height: 100%;
}
#impressum{
    background:;
}

/*---------------------NAVI---------------------*/

nav ul,footer ul{
    padding:0;
    margin:0;
    list-style-type:none;
}
nav ul li,footer ul li{
    display:block;
    float:left;
    padding:1px 12px 1px 12px;
}
nav ul li a:link,nav ul li a:visited,footer ul li a:link,footer ul li a:visited{
    font-family:verdana, helvetica, sans-serif;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
}
nav ul li:hover,footer ul li:hover{

    border-radius: 360px;
    -moz-box-radius: 360px;
    -webkit-box-radius: 12px;
    box-shadow:inset 4px 4px 7px black;
    -moz-box-shadow:inset 0px 0px 6px black;
    -webkit-box-shadow: 0px 0px 6px black;

}










