/* Reset- Stuff */ 
* {
    margin:0px;
    padding:0px;
    font-family: Courier, typewriter;
    font-size:14px;
    color:#666;
    /*background: #F5F2DA;*/
    background: #D5E4E9;
}

#top{
    border-bottom: 10px dotted white;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}


#content{
    width: 918px;
    margin: 0px auto 0px auto;
    /*border-left:  10px dotted white;*/
    /*border-right: 10px dotted white;*/
    padding: 20px;
}

#navi{
    border-top: 10px dotted white;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center;
}

.navi ul{
    display: inline;
}
.navi li{
    display: inline;
}

.navi li a{
    text-decoration: none;
}

.navi li a span{
    background: white;
    padding: 4px 8px;
    margin: 4px;
}
.navi li a:hover span{
    background: #ddd;
    padding: 4px 8px;
    margin: 4px;
}
.navi a.active{
    font-weight: bold;    
}



/* Steartseite */
#home_image {
    background-image: url(/static/images/chicks/start_full.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 918px;
}
a:hover #home_image { background-image: url(/static/images/chicks/start_full_hover.jpg); background-repeat: no-repeat; }
/* Unterseiten */

.projekte td, .biografie td{ padding: 4px 20px 4px 0px; }