@charset "utf-8";
/* CSS Document */

div{
margin:0;
padding:0;
}

body,html{
margin:0;
padding:0;
background-color:#000000;
height:100%;
text-align:center;
}

.capitals{
text-transform:uppercase;
}

table{
margin:0;
padding:0;
}

img{
margin:0;
padding:0;
text-decoration:none;
border:none;
}

img a:link, img a:visited, img a:hover{
margin:0;
padding:0;
text-decoration:none;
border:none;
}

/*De content container*/
#container{
margin:0 auto 0 auto;
width:770px;
height:100%;
text-align:left;
position:relative;
}

/*De flashing lijnen over motor-pic*/
#flash_flash{
top:30px;
width:770px;
height:700px;
position:absolute;
/*background-color:#666666;*/
z-index:2;
overflow:hidden;
}

/*De drie vlakken van boven naar onder 1gradient - 2motor_pic - 3gradient*/
#top_gradient{
width:770px;
height:25px;
background-image:url(../images/bg_top_gradient_small.jpg);
background-repeat:repeat-x;
position:relative;
z-index:1;
}

#motor_pic{
margin:5px 0 0 0;
width:770px;
height:700px;
background-image:url(../images/bg_motor.jpg);
background-repeat:no-repeat;
position:relative;
z-index:1;
}

#bottom_gradient{
margin:5px 0 0 0;
width:770px;
height:100px;
background-image:url(../images/bg_bottom_gradient_small.jpg);
background-repeat:repeat-x;
position:relative;
z-index:1;
}

/*De rechterkant met het logo, mainnav en copyright*/
#right{
width:255px;
height:840px;
background-color:#000000;
position:absolute;
right:0px;
opacity:.50;
filter: alpha(opacity=50);
-moz-opacity:0.5;
z-index:3;
}

/*De vakken binnen right*/
#logo{
background-image:url(../images/logo_alt2.png);
background-repeat:no-repeat;
width:255px;
height:100px;
top:55px;
right:0;
position:absolute;
z-index:4;
}

#mainnav{
width:255px;
height:110px;
top:160px;
right:0px;
position:absolute;
z-index:4;
}

#copyright{
border-top:1px solid #fecf99;
width:170px;
height:22px;
padding-top:3px;
top:700px;
right:42px;
position:absolute;
z-index:4;
}

