* {
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family: Arial, sans-serif;
    color:white;
}
body {
    text-align:center;
}
img{
    border:0px;
}
/* ----- FONTS ------ */
h1{
    font-size:20px;
}

/* ----- allg. gültig ----- */
#container{
    position:relative;
    top:30px;
    width:780px;
    margin:auto;
    text-align:left;
}
/* ----- HEADER ----- */
#header{
    height:320px;
    width:780px;
}
/* ----- NAVI ----- */
#navi{
    width:780px;
    height:24px;
}
#navi ul{
    list-style-type:none;
}
#navi ul li{
    display:inline;
    float:left;
    display:block;
}
/* ----- BOTTOM ----- */
#bottom{
    position:relative;
    width:780px;
    height:270px;
    background-image:url('../img/bgBottom.gif');
}
#content{
    position:relative;
    top:35px;
    left:55px;
    width:630px;
    height:200px;
}
#logoStart{
    position:absolute;
    bottom:30px;
    right:-20px;
}
#logoBottom{
    position:absolute;
    top:-30px;
    right:-20px;
}
#flaggen{
    position:absolute;
    bottom:0px;
    right:-60px;
    width:54px;
    height:12px;
}
.mitbarbeiter,
.adressblock{
    float:left;
    display:block;
    height:87px;
    width:180px;
}
.mitbarbeiter{height:150px;width:300px;}
.imgMitarbeiter{float:left;margin:0 7px 5px 0;}
#bottomLeft{
    position:absolute;
    top:0px;
    left:0px;
    width:324px;
    height:270px;
    border-right:1px solid white;
}
#bottomRight{
    position:absolute;
    top:0px;
    left:325px;
    width:324px;
    height:270px;
    border-left:1px solid white;
}
#bigLogo{
    position:absolute;
    bottom:40px;
    left:60px;
}
