/* ----------------------------------------------- 	*/
/* CSS: Ricus van de Coevering.nl 			*/
/* Coding: Red Flame productions / Stijn Dekker 	*/
/* Fixed header and footer code: Stuart A. Nichols 	*/
/* ----------------------------------------------- 	*/

/* Defining the page */

html {
	height:100%; /
	max-height:100%; 
	padding:0; 
	margin:0; 
	background:#fff; 
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	overflow: hidden; 

}

body { 
	height:100%;
	max-height:100%;
	overflow: hidden; /*get rid of scroll bars in IE */
	padding:0; 
	margin:0; 
	background-image: url(../images/interface/bodybackground.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 				
	background-position: right 170px; 
}

/* Basic typography */

p, td {	 
		font-size: 11px; 
		color: #333; 
		margin-bottom: 8px;
		}

img { border: none;}

h1,h2,h3 { 	
		color: #999;
		font-size:21px; 
		padding-left: 8px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-style:oblique;
		margin-bottom: 0.5em; 
		padding-bottom: 3px; 
		border-bottom: 1px solid #bbae91; 
		}
h2 {	font-size: 14px; font-weight: bold; color:#666;}

h5 { 	
		color: #fff; font-size: 22px; 
		font-family: Georgia, "Times New Roman", Times, serif; 
		background-color: #BEB39A; width: auto;
		margin: 0 0 12px; 
		padding: 0 18px 0 5px; 
		display: inline; 
		}
			
h6 	{ 	
		color: #635952; 
		font-size: 10px; 
		font-weight: bold; 
		text-decoration: underline; 
		margin: 0; 
		}

* {
    	margin:0;
    	padding:0;
		}

/* Defining the elements */

#container { 
	height: 100%; 
	max-height: 100%; 
	overflow: scroll;
	overflow-y :scroll;
	overflow-x: hidden; 
	position: relative;
	z-index: 1; 
	margin: 0; 
	padding: 0; 
}

#header {
		height: 173px;
		width:96%;
		background-color:#dbd4b7;
		background-image: url(../images/header_background.png);
		position: absolute;
		z-index: 2;
		}
		
#hblock {
		height: 173px;
		width: 5%;
		position: absolute;
		background-color:#dbd4b7;
		top: 0px;
		right: 0px;
		background-image: url(../images/interface/hblock.png);
			}

#footer{
		height:45px;
		width:96%;
		background-color:#000;
		position: absolute;
		bottom: -3px;
		z-index: 2;
		text-align: center;
                padding: 3px 0 0 0 ;
	}
	
#fblock {
	height: 50px;
	width:5%;
	position: absolute;
	background-color:#000;
	bottom: -5px;
	right: 0px;
}

#menu {
	height: 23px;
	width: 100%;
	background-color: #6e2d01;
	overflow: hidden;
	top:160px;
	text-align: center;
}

#menublock {
	width: 672px;
	margin-left: auto;
	margin-right: auto;
	left: 18px;
}
	
#content { 
	width: 797px;
	margin-left: auto;
	margin-right: auto;
}


#logo {	
	height:150px;
	width:660px;
	background-color: #dbd4b7;
	background-image: url(../images/logo.png);
	background-repeat: none;
}

/* elements to clear header and footer */
.cleartop {
	display:block;
	height:200px; 
	clear: both;
}

.clearsub { 
	display:block; 
	height:80px; 
	clear: both;
}

/* Two column layout (index) */

#leftcol {
	width: 222px; 
	height: auto; 
	float: right; 
	clear: none; 
	padding: 11px;
    margin: 0 14px 0 0; 
}

#rightcol { 
	font-size: 10px; 
	width: 444px; 
	height: auto; 
	float: right; 
	clear: none; 
	padding: 6px 6px 6px 12px; 
	border-left: 1px #BEB39A dashed; 
	
}


/* Element specific typography */

#menu a, #topmenu a:visited {
	text-decoration:none;
	color: #fff;
	display: inline;
	clear: none;
	float: left;
	font-weight: bold;
	height: 15px;
	padding: 4px;
	padding-left:10px;
	padding-right:10px;
}

#menu a:hover { text-decoration:none;	color: #5f4c2d;	background-color: #fff;}

#content p {line-height: 2em;}

#content a:link, #content a:visited {
	color: #CC3300;
	text-decoration: none;
}

#content a:hover {text-decoration:underline;}

/* image classes */
img.left {float: left; clear: none; margin:5px; }
img.right {float: right; clear: none; margin:5px; }

/*Specific classes */

.nieuws 
{ 
font-size: 10px; 
background-color: #f6ebce; 
background-image: url(../images/interface/nieuwsback.jpg); 
border: dotted 1px #ccc;
overflow: hidden;
}

.publicatie { color: #6a5959; font-size: 12px; font-weight: normal; font-style: italic; display: inline; }

#leftcol p.tight { line-height: 100%; }

.blog 	{ margin-bottom: 8px; border-bottom: 2px dashed #800000; border-top-width: 0; border-right-width: 0; border-left-width: 0; }

.footertext {color:#fff;}