div#heading {
    background-color: #F37022;
    left:20px;
    position:absolute;
    top:180px;
    color: white;
    font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
    padding: 2px 7px 4px 7px;
    font-size: 14pt;
    cursor: pointer;
}

div.column-text {
     background-color: steelblue;
     color: white;
     width: 440px;
     padding: 20px 10px 20px 10px;
     float: left;
     margin: 0px 5px 0px 10px;
}



div.column-image {
     float: right;
     width: 380px;
     margin: 0px 10px 0px 5px;
     overflow: hidden;
}

div#page {
    background-color: white;
    background-repeat:no-repeat;
    background-position: left top;
    

}

body#uid8 div#page {
    background-image: url(../images/bg/autobahn.jpg);
}

body#uid26 div#page {
    background-image: url(../images/bg/asphalt.jpg);
}

div#footer {
    margin: 0 auto;
    width: 873px;
    font-weight: bold;
}

div#copyright {
    float: right;
    color: #F37022;
    width: 400px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
div#time {
    float: left;
    color: #6C6C6C;
    width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
}
