/* Stylesheet voor 3 column pagina met footer eventueel ook met header */

body {
        margin:0;
        padding:0;
        font-size:80%;
	font-family:      Verdana, Geneva, Arial, sans-serif;
    }


/* fonts */
h1	{
	font-size: ;
	text-align: center;
	}

h2	{
	border-bottom:	dashed;
	font-size: 120%;
	margin-right: 50px;
}

h3	{
	border-bottom:	thin dotted;
	font-size: 120%;
}

h4	{
	font-size: 100%;
	border-bottom:	thin dotted;	
}

h5	{
	font-size: 100%;
}

h6	{
	font-size: 120%;
	color: #945B18;
	border:	thin dotted;
	line-height: 22px;
}

.prijs {
	color: #945B18;
	text-align: right;
}

.prijs2 {
	color: #fff;
	text-align: right;
}

.aandacht {
	border:	thin dotted;
	padding: 10px;
	margin: 0px;
}

/* navigatie */

li.navigatie {
	list-style-type: none;
}
ul.navigatie {
	margin: 0 0 0 0;
}

/* column container */
.colmask {
		clear:both;
		float:left;
		width:100%;				/* width of page */
		overflow:hidden;
	}
/* common column settings */
.colright,
.colmid,
.colleft {
		padding: 0;
		margin: 0;
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
.content,
.menu,
.rechtercolumn {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
.content {
		color: #5D5D5D;
		padding: 0;
		margin: 0;
	}

.content a {
		color: #5D5D5D;
}

.menu {
		color: #fff;
		padding: 0;
		margin: 0;
	}
.rechtercolumn {
		color: #E1C19C; 
		padding: 0;
		margin: 0;
	}

/* 3 Column settings */
.threecol {
		background:#945B18;		/* right column background colour */
	}
.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#633100;		/* left column background colour */
	}
.threecol .content {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
.threecol .menu {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .rechtercolumn {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
/* Font styles */
a {
	color: #E1C19C;
}
a:hover {
	color: #945B18;
}

/* Footer styles */
#footer {
        clear:both;
        padding:1em 2%;
	border-top:1px solid #945B18;
	text-align: center;
	color: #945B18;
    }

/* header styles */
#header {
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		border-bottom:4px solid #000;
    }
#header p,
#header h1,
#header h2 {
		clear:left;
		float:left;
		width:96%;
		margin:0;
		padding:.4em 2% .1em 2%;
	}
#header ul {
		clear:left;
		float:left;
		width:96%;
		margin:.7em 0 0 2%;
		padding:0;
		list-style:none;
	}
#header ul li {
		display:inline;
	}
#header ul li a {
		display:block;
		float:left;
		list-style:none;
		padding:.2em .5em;
		text-decoration:none;
		margin-right:10px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
#header ul li a.active {
		font-weight:bold;
		color:#fff;
		background:#000;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	
