/* CSS Document */
html,body{
width:100%;

position:absolute;
margin: 0;
padding: 0;

background:#ff6d22;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 17px;
text-align: justify;
}

/* override inline styles */ 
*[style]{ 
        font-family:Arial, Helvetica, sans-serif !important;
        font-size: 11px !important;
        line-height: 17px !important;
        text-align: justify !important;
}  


/* --- divstructure --- */
#container{
width: 1000px;

margin-left:auto;
margin-right:auto;


/*background-position:left 702px;*/
}

#topmenu{
width:1000px;

float:left;
}

#spaceone{
float:left;
height:31px;
width:47px;
background:url(images/space1.jpg);
}

#buthome{
float:left;
height:31px;
width:52px;
background:url(images/homeN.jpg);
}

#spaceto{
float:left;
height:31px;
width:64px;
background:url(images/space2.jpg);
}

#butauto{
float:left;
height:31px;
width:77px;
background:url(images/autoN.jpg);
}

#spacethree{
float:left;
height:31px;
width:78px;
background:url(images/space3.jpg);
}

#butbedrijf{
float:left;
height:31px;
width:154px;
background:url(images/bedrijfN.jpg);
}

#spacefour{
float:left;
height:31px;
width:73px;
background:url(images/space4.jpg);
}

#butbeurs{
float:left;
height:31px;
width:219px;
background:url(images/beursN.jpg);
}

#spacefive{
float:left;
height:31px;
width:69px;
background:url(images/space5.jpg);
}

#butdruk{
float:left;
height:31px;
width:121px;
background:url(images/drukN.jpg);
}

#spacesix{
float:left;
height:31px;
width:46px;
background:url(images/space6.jpg);
}

#contentcontainer{

width:1000px;
height:537px;
padding-top: 24px;
*padding-top: 0px;
}

#content{
width:1000px;
height:471px;
background:url(images/content.jpg);

}

#contentfoot{
float:left;
width:1000px;
height:68px;
background:url(images/first_bottom.jpg);
}

#footer{
float:left;
width:1000px;
height: 34px;
background:url(images/bottom.jpg);
}

#extention{
height:auto;
float:left;
width:1000px;
background:#000000 fixed;
}

#extentionspace{
position:absolute;
float:left;
}
/* --- end divstructure --- */


/* --- link div menu --- */

#linkdivhome{
float:left;
height:31px;
width:52px;
}

#buthome a:hover{
float:left;
height:31px;
width:52px;
background:url(images_a/homeH.jpg);
}

#linkdivauto{
float:left;
height:31px;
width:77px;
}

#butauto a:hover{
float:left;
height:31px;
width:77px;
background:url(images_a/autoH.jpg);
}

#linkdivbedrijf{
float:left;
height:31px;
width:154px;
}

#butbedrijf a:hover{
float:left;
height:31px;
width:154px;
background:url(images_a/bedrijfH.jpg);
}

#linkdivbeurs{
float:left;
height:31px;
width:219px;
}

#butbeurs a:hover{
float:left;
height:31px;
width:219px;
background:url(images_a/beursH.jpg);
}

#linkdivdruk{
float:left;
height:31px;
width:121px;
}

#butdruk a:hover{
float:left;
height:31px;
width:121px;
background:url(images_a/drukH.jpg);
}

#contact_bar{
width:720px;
height:40px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-align:center;
margin-left:160px;
margin-top:15px;
display:inline;
}

#textcontact{
float:left;

padding-left: 9px;
padding-right: 9px;
}

#textcontent{
margin-right:178px;
margin-top:125px;
float:right;
display:inline;
width: 660px;
}

#fotoBanners {
    margin-top: 187px;
	margin-left:22px;
}

object {
    margin-right: 25px;
}

.content {
    width: 457px;
    margin-left: 100px;
    text-align: justify;
}

#newsNote {
    background: url('images/postit.png') no-repeat;
    width: 210px;
    height: 233px;
    
    position: absolute;
    top: 70px;
    left: 50%;

    margin-left: -470px;


    padding-top: 70px;
    padding-left: 20px;
}

.noteLink {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
}

a:link		{ color: #000; font-family: Arial; text-decoration: none 	}
a:visited	{ color: #000; font-family: Arial; text-decoration: none 	}
a:hover		{ color: #ff6d22; font-family: Arial; text-decoration: none 	}
a:active	{ color: #ff6d22; font-family: Arial; text-decoration: none 	}


a.route:link		{ color: #ff6d22; font-family: Arial; text-decoration: none 	}
a.route:visited	{ color: #ff6d22; font-family: Arial; text-decoration: none 	}
a.route:hover		{ color: #000; font-family: Arial; text-decoration: none 	}
a.route:active	{ color: #000; font-family: Arial; text-decoration: none 	}

a.contact:link		{ color: #ff6d22; font-family: Arial; text-decoration: none 	}
a.contact:visited	{ color: #ff6d22; font-family: Arial; text-decoration: none 	}
a.contact:hover		{ color: #000; font-family: Arial; text-decoration: none 	}
a.contact:active	{ color: #000; font-family: Arial; text-decoration: none 	}
