body {
    background-image: url(images/bg.gif);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    }
    
a:hover {
    text-decoration:underline;
    }
    
#gradient {
    background-image: url(images/gradbg.gif);
    background-repeat: repeat-x;
    float: left;
    height:306px;
    width:100%;
    }
#page {
    background: url('images/background.jpg') ;
    position:absolute;
    left:50%;
    margin-left:-366px;
    width: 732px;
    margin-top: 80px;
    }
#logo {
    background: url(images/logocar.jpg);
    height: 164px;
    width: 732px;
    }
#menu {
    background-image: url(images/menu.jpg);
    height: 30px;
    width: 718px;
    margin-left: 7px;
    }

.menu1,a {
    color: #C5C5C5;
    text-decoration: none;
    font-size: 12px;
    font-family: Verdana;
    padding-top: 7px;
    text-align: right;
    margin-right: 6px;
    font-weight: bold;
}
    
#footer {
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    margin-top: 20px;
    width: 732px;
    height: 31px;

    }
    
.footer1 {
    color: #C5C5C5;
    text-decoration: none;
    font-size: 9px;    
    font-family: tahoma;
    padding-top: 10px;
    text-align: right;
    padding-right: 14px;
}
    

.tekst {
    margin-left: 65px;
    margin-top: 20px;
    margin-right: 65px;
    font-family: "Trebuchet MS", Tahoma;
    color: #ABABAB;
    font-size: small;
    font-weight: normal;
    text-align:justify;
    line-height: 14pt;
    }
    
h3 {
    font-family: arial;
    font-size: 18px;
}

ul {
    list-style: square;
    }
