html, body
{
width: 100%;
}

#screen{
    position: relative;
    /*left: 50%;
    margin-left: -600px;*/
    margin: 0 auto;
    height: 800px;
    width: 1000px;
    top: 20px;
    background-image: url(images/background.jpg);
    
}
#head{
    position: relative;
    width: 1000px;
    height: 200px;
    background-image: url(images/leiste2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    
}
#navi {    
    position: absolute;
    top: 105px;
    width: 1199px;
    height: 29px;  
    background-image: url(images/bar.jpg); 
    color: #666;
    font-family: arial, helvetica, sans-serif; 
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}   
#logo {
    position: absolute;
    top: 20px;
    width: 350px;
    height: 80px;
    left: 0px;
    background-image: url(images/logo.png);
}
#slogan {
    position: absolute;
    top: 30px;
    width: 400px;
    height: 141px;
    left: 600px;
    color: #666;
    text-align: right;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}
#footer{
    position: relative;
    top: 100px;
    width: 1000px;
    text-align: center;
    color: #666;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;    
} 
#footer a{
    color: #666;
    text-decoration: none;
}
#content{
    position: relative;
    
    width: 1000px;
    height: auto;
    text-align: left;
    color: #666;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-left: 20px;
    
}
.point{
    margin: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 5px;

}
.point a{
    text-decoration: none;
    color: #666 ;
}
.point a:hover{
    color: #F96300;
}

.splitter{
    background-image: url(images/splitter.jpg);
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    width: 3px;
    height: 29px;
}
#slogan a{
    color: #666;
    text-decoration: none;
}