html {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0;
font-size: 10pt;
font-family: verdana, arial, sans-serif;
color: #10250A;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
background-color: #FFE708;
background-image: url(../images/bg.png);
background-repeat: repeat-x;
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

img{
	border: 0;
}


.picto{
margin-bottom: -3px;
margin-top: 2px;
border: none;
}

h1{
	font-size: 16pt;
	font-family: verdana;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 40px 0;
}
h3{
	font-size: 13pt;
	margin: 12px 0 4px 0;
	font-weight: normal;
}
h3 span{
	color: #AC0D12;
}
	
div.content{
	margin: 0;
	float: left;
	width: 280px;
}
div.offer{
	border: 2px solid #AC0D12;
	padding: 10px 20px 20px 20px;
	margin: 10px 30px 0 0;
	background-color: #fff;
}
.offer span{
	font-size: 13pt;
	color: #AC0D12;
}
.offer label{
	font-size: 9pt;
	color: #00952B;
	font-weight: none;
}
.logo{
	float: right;
	margin: 0 29px 0 20px;
	width: 150px;
}
.asterisk{
	display: block;
	margin: 5px 0 0 0;
	color: #AC0D12;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #AC0D12;
}
a:hover{
	text-decoration: underline;
	color: #63070A;
}
	
	
/* lists */
ul.catalogus{
	margin-top: 269px;
}

div#logo_catalogus li{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 5px 0;
}

div#content li{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 5px 0;
}

li a{
color: #008729;
font-size: 10pt;
text-decoration: none;
}
li a:hover{
text-decoration: none;
color: #008729;
font-size: 10pt;
font-style: italic;
}
/* end lists */

/* begin form */
form br{
	clear: both;
	margin: 0px;
	padding: 0px;
}
form label{
	display: block;
	float: left;
	width: 150px;
	height: 18px;
}
form span{
	font-style: italic;
	font-size: 8pt;	
	color: #c0c0c0;
}
input{
	width: 150px;
}
input.radio{
	width: 16px;
}
textarea{
	width: 250px;
	height: 80px;
	font-family: verdana;
}
input,textarea{
margin: 1px;
padding: 1px;
font-size: 9pt;
border: 1px solid #5F778B;
}
/* end form */

/* begin table */
table{
	width: 100%;
	border-collapse: collapse;
}
table.spaarkaart td{
	padding: 5px 10px 5px 0;
}

table a{
	font-size: 8pt;
}
td{
	padding: 3px;
	vertical-align: top;
	border-bottom: 1px solid #FFD984;
}
.small{
	font-size: 8pt;
	color: #B5B5B5;
}
/* end table */

div.clear{
	clear: both;
}

#scroll_site {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:scroll; /* add scroll bars as required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
}

#site {
position:relative; /* set up relative positioning so that z-index will work */
height:100%; /* set height to full page */
max-height:100%;
display:block; /* set up as a block */
background-color: #fff;
width: 843px;
margin: 0 auto;
}

#bar_bottom{
	z-index:5;
	position: absolute;
	bottom: 0px;
	right: 17px;
	height: 48px;
	background-color: #AC0D12;
	width: 100%;
}

#bar_bottom_content{
	margin: 0 auto;
	height: 48px;
	width: 573px;
	position: relative;
}

#overlay_menu{
	width: 313px;
	height: 297px;
	position: absolute;
	top: 6px;
	left: -117px;
	z-index:9;
}
#overlay_mill{
	width: 154px;
	height: 277px;
	position: absolute;
	bottom: 0px;
	left: -200px;
	z-index:10;
}
#overlay_glass{
	width: 89px;
	height: 212px;
	position: absolute;
	bottom: 0px;
	right: -180px;
	z-index:10;
}

#shadow_left{
	background-image: url(../images/shadow_left_extra.png);
	float: left;
	width: 6px;
	height: 100%;
}
#shadow_right{
	background-image: url(../images/shadow_right_extra.png);
	float: left;
	width: 6px;
	height: 100%;
}

#container{
	float: left;
	width: 831px;
	height: 100%;
	background-color: #FFFCE2;
}
#header_bar{
	background-image: url(../images/header_top.png);
	float: left;
	width: 632px;
	height: 35px;
}
#header_logo{
	background-image: url(../images/header_logo.png);
	float: right;
	width: 199px;
	height: 189px;
}
#header_picture{
	float: left;
	width: 632px;
	height: 154px;
}
#logo_catalogus{
	display: block;
	background-color: #FEEE5D;
	background-image: url(../images/logo_catalogus.png);
	background-repeat: no-repeat;
	float: right;
	width: 199px;
	height: 100%;
}
#content{
	float: left;
	width: 482px;
	padding: 30px 50px 0 100px;
	background-color: #FFFCE2;
}
#credits{
	color: #FFF38C;
	z-index:6;
	position: absolute;
	bottom: 0px;
	right: 25px;
	height: 37px;
	text-align: right;
	font-size: 8pt;
}