/* Kleurenschema
Nieuwdonkerblauw: #5b98cf;
Nieuwlichtblauw: #e1f1fe;
*/

/* Body */

body
{
background-color: #e1f1fe;
margin: 0px;
background-image: url('../graphics/bg.png');
background-repeat: repeat-x;
}

/* Divs */

#wrapper
{
width: 960px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background-color: #ffffff;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
-moz-box-shadow: 3px  3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
}

#header
{
width: 960px;
height: 160px;
background-image: url('../graphics/bgn_5.png');
background-color: #eeeeee;

}

#menu
{
width: 960px;
height: 55px;
background-color: #ffffff;
margin-top: 0px;
padding: 0px;
}

#menulevel01
{
width: 960px;
height: 30px;
background-image: url('../graphics/menulevel1bgNIEUW.png');
background-color: #5b98cf;
}


#menulevel01 ul
{
list-style: none;
margin: 0px;
padding: 0px;
}

#menulevel01 li
{
margin: 0px;
float: left;
}

#menulevel01 li a
{
width: auto;
height: 24px;
display: block;
padding: 3px 70px 3px 15px;
color: #ffffff;
font-weight: normal;
}

#menulevel01 li a:link, #menulevel01 li a:visited
{
text-decoration: none;
font-size: 14pt;
font-family: Arial, Trebuchet MS, sans-serif;
}

#menulevel01 li a:hover
{
background-color: #e1f1fe;
color: #5b98cf;
}


#menulevel02
{
width: 960px;
height: 25px;
background-color: #e1f1fe;
}

#menulevel02 ul
{
list-style: none;
margin: 0px;
padding: 0px;
}

#menulevel02 li
{
margin: 0px;
float: left;
}

#menulevel02 li a
{
width: auto;
height: 19px;
display: block;
padding: 3px 20px 3px 20px;
}

#menulevel02 li a:link, #menulevel02 li a:visited
{
text-decoration: none;
color: #5b98cf;
font-size: 8.5pt;
font-family: Arial, Trebuchet MS, sans-serif;
font-weight: bold;
}

#menulevel02 li a:visited.subactive
{
color: #ffffff;
font-size: 8.5pt;
}

#menulevel02 li a:hover
{
background-color:#5b98cf;
color: #ffffff;
}

/*Hoofdvak waarbinnen left en right valt*/
#main
{
width: 960px;
min-height: 400px;
background-color: #ffffff;
}

/* -------------- Homepagina -------------- */

#left
{
width: 450px;
float: left;
margin-bottom: 20px;
}

/*Tekstvak op reguliere pagina 
Totale breedte is 960px.
Gedeeld door 2 is 480 per kant.
Breedte van alles binnen left of right heeft diezelfde breedte min de margin.
*/
#mainText
{
width: 430px; /* 450-20-10=430 */
margin-left: 20px;
margin-right: 30px;
}

#right
{
background-color: #ffffff;
width: 480px;
float: left;
margin-bottom: 20px;
margin-left: 10px;
}

/* Titel recente projecten homepage */
#headslideshow
{
width: 300px;
height: 20px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 80px;
}

/* Div voor slideshow op homepage */
#slideshow
{
width: 440px;
height: 300px;
float: right;
margin-right: 40px;
}

/* ------------------------ Productpagina ------------------------ */

/* Linkerdiv op productpage */
#leftProduct
{
width: 600px;
float: left;
margin-bottom: 20px;
}



/*Tekstvak op productpagina */
#mainProduct
{
width: 550px;
margin-left: 20px;
margin-right: 10px;
}


/* Rechterdiv productpagina */
#rightProduct
{
background-color: #ffffff;
width: 300px;
float: right;
margin-right: 0px;
margin-bottom: 20px;
}


/*  Alle #gallerydivs voor jquery lightbox */
#gallery 
{
background-color: #fff;
padding: 10px;
width: 180px;

}

#gallery ul 
{
list-style: none;
}
	
#gallery ul li
{
display: block;
}
	
#gallery ul img
{
border: 10px solid #5b98cf;
border-width: 5px 5px 5px;
}

#gallery ul a:hover img
{
border: 5px solid #fff;
border-width: 5px 5px 5px;
color: #ffffff;
}

#gallery ul a:hover
{ 
color: #fff;
}

/*---------------------Contactpagina----------------*/
#contactLeft
{
width: 450px; /* 480-20-10=450 */
margin-left: 20px;
margin-right: 10px;
margin-top: 20px;
}

#contactRight
{
width: 445px;
height: 20px;
margin-bottom: 20px;
margin-left: 35px;
}

#contactinfo
{
width: 445px;
height: 300px;
float: right;
margin-right: 20px;
}

#footer
{
width: 960px;
height: 30px;
background-color: #5b98cf;
clear: both;
}

#footer.home
{
height: 60px;
}

/* ------------------------ Header & Paragrafen ------------------------------ */

h1
{
font-family: Arial, sans-serif;
font-size: 20pt;
color: #5b98cf;
margin-top: 5px;
}

h2
{
font-family: Arial, sans-serif;
color: #666666;
}

h3
{
font-family: Arial, sans-serif;
color: #000000;
}

p
{
font-family: Arial, sans-serif;
font-size: smaller;
color: #333333;
}

a:link, a:visited, a:active
{
color: #5b98cf;
}

a:link.juli, a:visited.juli, a:active.juli
{
color: #ffffff;
}

a:hover
{
color: #333333;
}

a:hover.juli
{
color: #333333;
}

/*--------------------- Classes ----------------*/
.machinefabriek{
float: left;
}

.nootenboom
{
font-family: Bodoni MT poster compressed;
font-weight: bold;
font-size: 30pt;
color: #5b98cf; 
}

.bold
{
font-weight: bold;
}

.webdesign
{
float: right;
margin-right: 10px;
color: #ffffff;
}

.footerinfo
{
float: left;
margin-left: 10px;
color: #ffffff;
}

.clearboth
{
clear: both;
}

.active
{
/*
background-image: url('../graphics/menulevel1bgactive.png');
background-color: #b9d8c7;
*/
color: #04a6e7;
}

.subactive
{
/*background-image: url('../graphics/menulevel2bgactive.png');*/
background-color: #5b98cf;
}

.toelichting
{
margin-left: 40px;
}


fieldset
{
width: 300px;
color: #333333;
border: 1px solid #5b98cf;
}

legend
{
font-size: 16pt;
color: #333333;
font-family: Arial, sans-serif;
font-weight: bold;
}

