@charset "utf-8";
/* CSS Document */

body{
background: url(../images/bg.png);
background-repeat:repeat-y;
background-color:#FFFFFF;
background-position:center;
margin-top:0px;
}
h1{
font-family:Arial, Helvetica, sans-serif; 
font-size: 18px;
font-weight:bold;
font-style:italic;
color:#e42c2c;
padding-left:20px;
padding-top:20px;
}
p, ul{
font-family:Arial, Helvetica, sans-serif; 
font-size: 12px;
padding-left:20px;
padding-right:10px;
}
#container{
width:910px;
margin-left:auto;
margin-right:auto;
}
#logo{
float:left;
background:url(../images/logo.png);
width:252px;
height:88px;
}
/*header foto op de openingspagina */
#front_header{
float:right;
background:url(../images/header_foto.png);
width:658px;
height:88px;
}
#menu{
float:left;
width:910px;
height:162px;
background:url(../images/bg_menu.png);
}
#submenu{
float:left;
width:251px;
height:280px;
background: url(../images/bg_submenu.png);
}
#submenu_green{
float:left;
width:251px;
height:280px;
background: url(../images/bg_submenu_green.png);
}
/* foto op de openingspagina */
#front_promo{
float:right;
width:659px;
height:280px;
background: url(../images/bg_front.png);
}
#download{
float:left;
width:250px;
height:205px;
}
/*content voor op openingspagina */
#front_content{
float:right;
width:659px;
height:205px;
padding-bottom:40px;
}
#footer{
background:url(../images/footer.png);
width:910px;
height:15px;
float:left;
bottom:0px;
}
/* hoofd menu */
#main_menu{
margin-top:75px;
margin-left:500px;
position:relative;
}
#main_menu li {
list-style:none;
float: left;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding-left:10px;
padding-right:10px;
}
#main_menu li a{
text-decoration:none;
color:#FFFFFF;
}
#main_menu li a:hover{
text-decoration:none;
color:#333333;
}
/*dit is om te zorgen dat het menu-item geselecteerd wordt op de goede webpagina*/ 
body#homenav a#homenav,
body#rpmnav a#rpmnav,
body#productnav a#productnav,
body#contactnav a#contactnav,
body#publicationnav a#publicationnav
{
color:#333333;
}
#slogan{
background:url(../images/slogan.png);
width:632px;
height:50px;
top:45px;
left:240px;
position: relative;
z-index:2;
}
#lang{
width:80px;
height:15px;
top:10px;
left:800px;
position: relative;
z-index:2;
}
.footer, .push {
clear: both;
}








