@charset "utf-8";
/* CSS Document */

/* body */
body {
	background-image: url(images/camouflage.jpg);
	color: #000000;
	scrollbar-arrow-color: #7C6E4B;
	scrollbar-base-color: #323C19;
	scrollbar-darkshadow-color: #323C19;
	scrollbar-face-color: #323C19;
	scrollbar-shadow-color: #323C19;
}

/* links */
A:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
       
A:visited { 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;  
    font-weight: normal;  
    line-height: normal;
	text-decoration: none;
}

A:active {  
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;  
    font-weight: normal;  
    line-height: normal;
	text-decoration: none;
}

A:hover{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
       }

/* kolommen */
#kolom1 {
	position: absolute; 
	width: 234px; 
	z-index: 1; 
	top: 30px; 
	left: 30px; 
}

#kolom2 {
	position: absolute;
	width: 234px; 
	z-index: 2; 
	left: 276px; 
	top: 30px;
}

#kolom3 {
	position: absolute; 
	width: 234px; 
	z-index: 3; 
	left: 519px; 
	top: 31px;
}

#kolom4 {
	position: absolute; 
	width: 234px; 
	z-index: 4; 
	left: 762px; 
	top: 30px; 
}

#kolom5 {
	position: absolute; 
	width: 160px; 
	z-index: 5; 
	left: 1003px; 
	top: 30px; 
}

#kolomcontact {
	position: absolute;
	width: 480px; 
	z-index: 5; 
	left: 276px; 
	top: 30px;
}

/* Divs tbv inhoud kolommen */
#kop {
	position: relative;
	background-color: #323C17;
	text-align: center;
	font-weight:bold;
}

#subkop {
	position: relative;
	background-color: #323C17;
	text-align: center;
	font-weight:bold;
	color: #00BFFF; 
	font-weight: bold;
}

#content {
	position: relative;
	background-color: #7C6E4B;
	padding-bottom: 5px;
	padding: 0px 3px 3px 3px;
}

#menu {
	position: relative;
	background-color: #00BFFF;
	padding-bottom: 5px;
	padding: 0px 3px 3px 3px;
}

#kopmenu {
	position: relative;
	background-color: #323C17;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF; 
	font-weight: bold;
}

#spacer {
	position: relative;
	height: 15px;
}

/* tekstopmaak */
.new {
	font-size: xx-small;
	color: #FFFF00;
}


/* TEMP */
#tempkolom {
	position: absolute; 
	width: 234px; 
	height: 115px; 
	z-index: 4; 
	left: 1005px; 
	top: 30px; 
}
