@charset "utf-8";

body{
	padding:0;
	margin:0;
	background-image: url(../img/background.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

/* img, div { behavior: url(/iepngfix.htc) } */

/* styles for IE 5 Mac */
#main-container {
	width:1006px;
	position: relative;
	height: 500px;
	background-image: url(../img/main_container.png);
	_background-image: url(../img/main_container.gif);
	background-repeat: no-repeat;
	position:relative;
}

/* commented backslash hack  - invisible to IE 5 \*/
#main-container {
	position:absolute;
	margin: -250px 0 0 -503px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
		left:50%;
		top: 50%;
}
/* end hack */

#text {
	position:absolute;
	left: 320px;
	top: 70px;
	padding: 0 40px 0 20px;
	height: 350px;
	width: 600px;
	color:#006586;
	overflow:auto;
}

#text-scroll {
	position:absolute;
	left: 320px;
	top: 70px;
	padding: 0 40px 0 20px;
	height: 350px;
	width: 600px;
	color:#006586;
	overflow:auto;
}	

#text-scroll-producten {
	position:absolute;
	left: 300px;
	top: 70px;
	padding-left: 20px;
	height: 200px;
	width: 645px;
	padding-right:20px;	
	color:#006586;
	overflow:auto;
}

#main_menu {
	left: 61px;
	top: 15px;
	position:absolute;
	height: 35px;
	width: 1006px;
	z-index:9999;
}

#img-left {
	position:absolute;
	top: 47px;
	left: 5px;
	height: 400px;
	width: 300px;
}

#flash-left-home {
	position:absolute;
	top: 24px;
	left: 3px;
	height: 395px;
	width: 299px;
}

#flash-left {
	position:absolute;
	top: 24px;
	left: 3px;
	height: 395px;
	width: 299px;
}

#img-producten-sub{
	position:absolute;
	left: 500px;
	top: 285px;
}

.main_title {
	color: #a48338;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

.thumbs{
	padding: 5px;
	border:1px solid #e8cf99;
}

a:link, a:visited {
	color: #006586;
	text-decoration: underline;
}

:focus{ -moz-outline-style: none; }

