/*
*******************************
* DESIGN & CSS-CODE BY:       *
* Nicolas Caballero Rau       *
* 2009                        *
*******************************
*/

body{
    text-align: center;
    background-image: url('/HYRBILUTHYRNING/images/background.jpg');
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}

/* Hide Text for the homepage H1 */
.iamnothere{
    display: none;
}

img {
    border:none;
}

/* Blue line for the Footer */
.trennlinie{
    width:756px;
    height:14px;
    border: none;
    margin-top:20px;
    background-image: url('/HYRBILUTHYRNING/images/trennlinie.png');
    background-repeat: no-repeat;
}


/* Define DIV-Elements on the page */

#container{
    position: absolute;
    /* border:1px solid blue; */
    left:50%;
    width: 748px;
    margin-left:-400px;
}

#header{
    /* border: 1px solid black; */
    width:100%;
    height:236px;
    background-image: url('/HYRBILUTHYRNING/images/header.png');
    background-position: 4px 20px;
    background-repeat: no-repeat;
}

#navigation{
    position: absolute;
    top:180px;
    left:2px;
    width:100%;
    height:34px;
    background-image: url('/HYRBILUTHYRNING/images/navigation.png');
    background-repeat: no-repeat;
}

#breadcrumbnav{
    position: absolute;
    top:214px;
    left:0;
    border:1px solid white;
    border-left: none;
    border-right: none;
    width:100%;
    height:22px;
}

#content{}

/* Define content boxes */
#box1{
    position: absolute;
    top:240px;
    right:0;
    background-image: url('/HYRBILUTHYRNING/images/confirmations@autoeurope.combox1.png');
    background-repeat: no-repeat;
    width:480px;
    height:216px;
}

#box2{
    position: absolute;
    top:461px;
    right:0;
    background-image: url('/HYRBILUTHYRNING/images/box2.png');
    background-repeat: no-repeat;
    width:480px;
    height:478px;
}

#box3{
    position: absolute;
    top:940px;
    left:0;
    background-image: url('/HYRBILUTHYRNING/images/box3.png');
    background-repeat: no-repeat;
    width:756px;
    height:206px;
}

#box4{
    position: absolute;
    top:240px;
    left:0;
    background-image: url('/HYRBILUTHYRNING/images/box4.png');
    background-repeat: no-repeat;
    width:268px;
    height:478px;
}

#box5{
    position: absolute;
    top:722px;
    left:0;
    background-image: url('/HYRBILUTHYRNING/images/box5.png');
    background-repeat: no-repeat;
    width:268px;
    height:216px;
}

/*
********************
* BOOKINGENGINE AE *
********************
*/

#bookingheader{
    margin-top:3px;
    width:748px;
    height:53px;
    background-image: url('/HYRBILUTHYRNING/images/bookinghead.png');
    background-repeat: no-repeat;
}

#bookingcontent{
    width: 748px;
    background-image: url('/HYRBILUTHYRNING/images/bookingcontent.png');
    background-repeat: repeat-y;
    }
    
#bookingcontent table.tableWrap{
    margin-left:20px;
    width:710px;
    padding-bottom:10px;
}

#bookingfooter{
    width:748px;
    height:25px;
    background-image: url('/HYRBILUTHYRNING/images/bookingfooter.png');
    background-repeat: no-repeat;
}

/* END BOOKINGENGINE */

#footer{
    margin-top:10px;
    margin-left:5px;
    width:736px;
    height:60px;
}
