/* =================================
             algemeen
   =================================  */

html, body, fieldset {
	margin: 0;
	padding: 0;
	background-color:#c3bab3;
}


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

img {
	border: none;
}

body {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	padding: 4px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

p, th {
	color: #604A44;
	font-size:13px;
	}

a, a:visited {
	color: #604A44;
	text-decoration: underline;
	font-size: 12px;
	}

h1 {
	color: #604A44;
	font-weight: bold;
	font-size: 10pt;
	}

h2 {
	padding-top: 10px;
	text-align: right;
	letter-spacing: 7px;
	color: #604A44;
	font-weight: bold;
	font-size: 12pt;
	font-style:italic;
	line-height: 10px;
	}

h3 {
	color: #604A44;
	font-weight: bold;
	font-size: 10pt;
	margin: 25px 0 0 0;
	}

h4 {
	font-size: 10pt;
	font-weight:bold;
	letter-spacing: 5px;
	font-style: italic;
	line-height: 10px;
	}

h5 {
	font-size:12pt;
	font-weight:bold;
	letter-spacing: 7px;
	font-style: italic;
	margin-top:20px;
	}

h6 {
	font-size: 10pt;
	font-weight:bold;
	font-style: italic;
	margin: 5px 0;
	}


td {
	color: #604A44;
	font-size:12px;
	padding-left:5px;
	vertical-align: top;
	}

td#footerloop {
	background-color:#c3bab3;
	font-variant: small-caps;
	letter-spacing:5px; 
	font-weight:700;
	color: #FDFDFD;
	}

.klein{ 
	font-size:9px;
	}

.melding { 
	font-weight:bold;
	text-align:center; 
	color:#ce4040;
	background-color:#FFFFCC;
	padding: 20px;
	}

ul {
	list-style-type: none;
}

ul.side li img {
	margin: 0 0 10px 0;

}

ul.normaal {
	color: #604A44;
	list-style-type: disc;
}

ul.quotes {
	font-style: italic;
	color: #604A44;
	list-style-type: none;
}


ol.normaal {
	color: #604A44;
 	list-style-type: lower-alpha;
}

fieldset {
	padding: 10px;
	border-color: #604A44;
}

legend {
	color: #604A44;
	font-weight: bold;
}
/* =================================
             plaatsing div
   =================================  */

div#wrapper {
	width: 750px;
	position: relative;
	margin: 0 auto;
	text-align : left;
	padding:0px;
	}
	
div#container {
	background-image:url(../images/bg_container.gif);
	background-repeat:repeat-y;
	position: relative;
	}
div#container_artikel {
	position: relative;
	text-align: center;
	}

div#menu {
	width: 160px;
	position: relative;
	float:left;
	background-color: #E3DCD5
	}
	
div#menu a, div#menu a:visited{
	text-decoration: none;	
	}
	
.melding {
    text-align:left;
	color:#ce4040;
	background-color:#FFFFCC;
	padding: 20px;
	}

div#betaalmiddel {
	position: relative;
	float:left;
	}
	
div.content {
	border-collapse: collapse;
	padding-left: 10px;
	width: 573px;
	position: relative;
	float:left;
	}
	
div.content_2l {
	border-collapse: collapse;
	width: 410px;
	padding-left: 10px;
	position: relative;
	float:left;
	}

div.content_2la {
	border-collapse: collapse;
	width: 280px;
	padding-left: 10px;
	position: relative;
	float:left;
	}

div.content_2r {
	border-collapse: collapse;
	width: 130px;
	position: relative;
	float:left;
	}


div#footer {
	width: 750px;
	position: absolute;
	}


/* floatproblemen voorkomen door een div met class clear te plaatsen na de floated divs */
.clear {
		clear: both;
	}
