html{
	display:block;
	margin:0;
	padding:0;
	height:100%;
    }

body{
    margin:0;
    padding:0;
	height:100%;
    color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
	background-color:#e0eef7;
	}
    
#gradient{
    position: absolute;
    min-width: 829px;
    height: 70px;
    left: 0px;
    right: 0px;
    top: 0px;
    background-image: url(../images/gradient.gif);
    background-repeat: repeat-x;
}
    
#bg{
    position: absolute;
    width: 829px;
    height: 100%;
    top:0px;
    left:50%;
    margin-left:-414px;
    background-image: url(../images/bg.gif);   
    background-repeat: no-repeat;
    background-position: top left;
}
	
#container{
	position:relative;
	width:829px;
    height:100%;
	margin-left:auto;
	margin-right:auto;
	}
    
#top{
    position: relative;
    float: left;
    display: inline;
    width: 829px;
    height: 55px;    
}

#top-nav{
    position: absolute;
    left: 70px;
    top:25px;
    color:#3a7bc1;
    font-size: 11px;
}

#top-nav a:link, #top-nav a:active, #top-nav a:visited{
     color:#3a7bc1;
    font-size: 11px;
    text-decoration: none;
}

#top-nav a:hover{
    color:#053d78;
    font-size: 11px;
    text-decoration:underline;
}

#languages{
    position: absolute;
    width: 400px;
    height: 11px;
    top: 25px;
    right: 70px;
    text-align: right;
}

#header-container{
    position: relative;
    float: left;
    display: inline;
    width: 829px;
    height: 309px;
}

#header{    
    position: relative;
    float: left;
    display: inline;
    height: 49px;
    width: 829px;
}

#header-left{
    position: relative;
    float: left;
    display: inline;
    width: 19px;
    height: 49px;
    margin-left: 42px;
    background-image: url(../images/menu-left.png);
    background-repeat: no-repeat;
}

#header-center{
    position: relative;
    float: left;
    display: inline;
    width: 707px;
    height: 49px;
    background-image: url(../images/menu.png);
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
}

#header-right{
    position: relative;
    float: left;
    display: inline;
    width: 19px;
    height: 49px;
    background-image: url(../images/menu-right.png);
    background-repeat: no-repeat;
}

#banner{
    position: relative;
    float: left;
    display: inline;
    width: 727px;
    margin-left: 51px;
    height: 260px;
    background-image: url(../images/header.jpg); 
    background-repeat: no-repeat;
    border-top:1px solid #fff;
}

#pagina-titel-schaduw{
    position: absolute;
    top:227px;
    left:38px;
    font-size: 20px;
    line-height: 24px;
    color: #ebebeb;
    font-style: italic;
    font-weight: bold;
}

#pagina-titel{
    position: absolute;
    top:222px;
    left:35px;
    font-size: 20px;
    line-height: 24px;
    color: #1a4c8e;
    font-style: italic;
    font-weight: bold;
}

#line{
    position: relative;
    float: left;
    display: inline;
    width: 727px;
    height: 1px;
    margin-left: 51px; 
    background-image: url(../images/line.gif);
    background-repeat: no-repeat;
    line-height: 0px;
    font-size: 0px;
}

#content-container{
    position: relative;
    float: left;
    display: inline;
    margin-left: 51px; 
    width: 727px;
    background-color: #fff;
    min-height: 200px;
}

#content{
    position: relative;
    float: left;
    display: inline;
    width: 680px;
    margin-left: 30px;
    margin-top: 15px;
    padding-bottom: 10px;
}

#footer{
    position: relative;
    float: left;
    display: inline;
    width: 727px;
    height: 160px;
    margin-left: 51px;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    background-position: top;
}

#footer-home{
    position: relative;
    float: left;
    display: inline;
    width: 727px;
    height: 240px;
    margin-left: 51px; 
    background-image: url(../images/footer-home.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

.home-block-content{
    position: absolute;
    top: 153px;
    left: 25px;
    color: white;
}

.homelink:hover{
    text-decoration: none;
}

#home-blok-producten{
    position:absolute;
    width: 210px;
    height: 208px;
    left:33px;
    top: 0px;
    background-image: url(../images/producten.jpg);
    background-repeat: no-repeat;
}

#home-blok-downloads{
    position:absolute;
    width: 210px;
    height: 208px;
    left:260px;
    top: 0px;
    background-image: url(../images/downloads.jpg);
    background-repeat: no-repeat;
}

#home-blok-contact{
    position:absolute;
    width: 210px;
    height: 208px;
    left:487px;
    top: 0px;
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat;
}
		
#copyrightdoit{
	position:absolute;
    left: 20px;
    bottom:27px;
	font-size:10px;
	color:#bccada;
	}
    
#copyrightdoit-home{
    position:absolute;
    left: 20px;
    bottom:5px;
    font-size:10px;
    color:#bccada;
}
		
a:link.doit, a:visited.doit, a:active.doit {
    text-decoration:none;
	font-size:10px;
	color:#bccada;
	}
	
a:hover.doit{
	text-decoration:underline;
	font-size:10px;
	color:#eaeaea;
	}
	
h1{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:21px;
    color:#94b5d3;
	font-weight:normal;
	display:inline;
	line-height:22px;
    }
	
h2{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:Arial, Verdana, Helvetica, sans-serif; 
    font-size:16px;
    color:#94b5d3;
	display:inline;
	font-weight:normal;
	}
	
h3{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:Arial, Verdana, Helvetica, sans-serif; 
    font-size:14px;
    color:#94b5d3;
	display:inline;
	font-weight:normal;
	line-height:22px;
    }


a:link, a:visited, a:active{
    color:#10417b;
    text-decoration:none;
    font-size:12px;
}

a:hover{
    color:#10417b;
    text-decoration:underline;
    font-size:12px;
}

ul{
	list-style-position:inside;
}

li{
	list-style-position:inside;
}

.banner{
    position: absolute;
    display: none;
}

#arrows-container a{
    text-decoration: none;
}
