html {
/*min-height: 100%;
margin-bottom: 1px; this two lines were the alternate solution to forcing a scollbar*/
overflow-y: scroll;
}

body {
background-color: #000;

background-image: url('assets/interlace.gif');
background-repeat: repeat-y;
background-position: bottom center;

DISABLEbackground: #ffffff url(assets/background2.jpg) 50% 0;
color: #000000;
padding: 0;
margin: 0;
font-family: Verdana, Arial, sans-serif;
font-size: small;
}
#wrapper {
width: 498px;
margin: 0 auto;
	DISABLEbackground-color: #FFF;



}
#body2 {
	height: 100%;
	background-image: url('assets/background2.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#content {
background-color: #ffffff;
padding: 20px 10px 5px 10px;
min-height: 600px;
}


#footer {
clear: both;
text-align: right;
padding: 40px 10px 0px;
}

#masthead {
background-color: #cc8800;
border-top: 0px #cc8800;
border-bottom: 0px #cc8800;
}


.separator {
height: 2px;
background-color: #198ea8;
clear: both;
margin: 2em 0;
}
.separatorInvisible {
height: 0;
clear: both;
}
.column {
float: left;
padding-left: 40px;
width: 340px;
}

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#navigation li {
float: left;
margin: 0px;
padding: 0px;
display: inline;
border-bottom: 2px solid #cc8800;
/*#cc8800 niet fel genoeg
#ffbb00 te fel
#ffaa00 past goed maar niet uniform
*/
}

#navigation a {
font: bold 14px Arial, Helvetica, sans-serif;
text-transform: uppercase;
background-color: #cc8800;
border-top: 2px solid #cc8800;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
padding: 7px 0px 0px 0px;
height: 23px;
width: 166px;
}
#navigation a:hover {
background-color: #ffaa00;
/* #336611*/
}
#navigation a:active {
background-color: #ffcc00;
/*339911*/
}

/* -- text styles -- */

a   {
	color: #cc8800;
	text-decoration: none;
	}
a:visited {
	color: #cc8800;
	text-decoration: none;
}
a:hover {
	color: #cc8800;
	text-decoration: underline;
	}
a:active {
	color: #cc8800;
	text-decoration: underline;
	}


p {
font-size: 93%;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 1em;
}

h1, h2 {
text-transform: uppercase;
color: #cc8800;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
}
h1 {
font-size: 150%;
}
h2 {
font-size: 120%;
}
h3 {
margin: 0;
color: #339911;
font: bold 100% Arial, Helvetica, sans-serif;
}
h4 {
font-size: 150%;
}

.column h1 {
font-size: 120%;
}

.red {
color: red;
}

/* -- table stuff -- */

table.prijslijst {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.prijslijst th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(204, 136, 0);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.prijslijst td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(204, 136, 0);
	-moz-border-radius: 0px 0px 0px 0px;
}



/* -- boxout stuff -- */


#boxout {
background: #ffaa00 url(assets/boxout_corner.gif) top left no-repeat;
float: right;
width: 172px;
margin-left: 30px;
margin-bottom: 20px;
padding-top: 20px;
}
#boxout img {
border: 1px solid #ffffff;
margin-bottom: 1em;
}
#boxout img, #boxout p {
margin-left: 10px;
margin-right: 10px;
}
#boxout p {
font-weight: bold;
font-size: 85%;
line-height: 1.2em;
color: #334411;
padding: 0;
}
#boxout a {
color: black;
}

#boxout ul {
list-style-type: none;
padding: 0px 2px 2px 8px;
margin: 0;
}

#boxout li {
margin: 0px 0px 4px 8px;
padding: 0px;
display: block;
}


/* -- aanmeldknop stuff -- */

#aanmeld a{
font: bold 14px Arial, Helvetica, sans-serif;
background-color: #cc8800;
color: #ffffff;
padding: 8px 0px 0px 0px;
display: block;
height: 25px;
width: 300px;
float: right;
text-align: center;
}

#aanmeld a:hover {
background-color: #ffaa00;
}

#aanmeld a:active {
background-color: #ffcc00;
}

