@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	padding-top:10px;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(/images/background.jpg);
	background-position:top;
	background-color:#000000;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1000px;
}

div#background-header{
	height:310px;
	width:1000px;
	background-image:url(/images/background_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

div#header{
	height:310px;
	width:1000px;
	background-image:url(/images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

div#header_link{
	width:320px;
	height:22px;
	margin-top:154px;
	text-align:left;
	float:right;
}

div#container_content{
	width:1000px;
	float:left;
}

div#container_main{
	width:1000px;
	float:left;	

}

div#menu{
	width:950px;
	height:46px;
	float:left;
	margin-left:25px;
}

div#container_text{
	width:630px;
	height:100%;
	float:left;
	text-align:justify;
	padding:10px 30px 20px 20px;
	background-repeat:no-repeat;
	background-image:url(/images/background_content.jpg);
	background-position:top right;	
}

div#vlakrechts{
	width:285px;
	float:left;
	padding-top:10px;
	margin: 0 0 0 10px;
}

div#dealer{
	width:273px;
	height:150px;
	float:left;
	background-color:#06bbff;
	border:2px solid white;
	padding:10px 0 0 10px;
	margin: 0 0 10px 0;
}

div#footer{
	width:1000px;
	height:57px;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin:0 0 0 0;
}

div#footertext{
	width:300px;
	text-align:left;
	float:left;
	margin:10px 0 0 23px;
}

div#footerlink{
	width:300px;
	text-align:right;
	float:right;
	margin:10px 23px 0 0;
}

/* Onderstaande code voor het mouseover effect bij het menu */

#home, #home:visited {
	background-image:url(/images/home.jpg);
}
#belmij, #belmij:visited {
	background-image:url(/images/belmij.jpg);
}
#schademelden, #schademelden:visited {
	background-image:url(/images/schademelden.jpg);
}
#downloads, #downloads:visited {
	background-image:url(/images/downloads.jpg);
}
#autowijziging, #autowijziging:visited {
	background-image:url(/images/autowijziging.jpg);
}
#adreswijziging, #adreswijziging:visited {
	background-image:url(/images/adreswijziging.jpg);
}
#uwgaranties, #uwgaranties:visited {
	background-image:url(/images/uwgaranties.jpg);
}
#contact, #contact:visited {
	background-image:url(/images/contact.jpg);
}

.rollover span.alt {
	display:none;
}
.rollover img {
	border:none;
}
.root .rollover img {
	display:block;
}

.rollover {
	background-color:transparent !important; /* needed for Opera5/6 */
	background-repeat:no-repeat;
	background-position:0 0;
}
.rollover:hover, .rollover:focus, .rollover.MMO {
	background-position:0 bottom;
}