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

	/* color definitions
	
		 grey:				#eae3e0
		 bordeaux:		#942d0c
		 rood:				#ff3709
		 
	*/

/***** Redifine standard tags *****/
	* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
html, body {
	margin:0;
	padding:0;
}
body {
	background:#eae3e0;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
form {
	display:inline;
}
p {
	margin:8px 0;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ff3709;
	letter-spacing:1px;
}
blockquote {
	margin:0;
	padding:0;
	padding-left:15px;
}
td {
	FONT-FAMILY: Arial, Helvetica, Geneva, Swiss;
	COLOR: black;
	FONT-SIZE: 12px;
}
th {
	FONT-FAMILY: Arial, Helvetica, Geneva, Swiss;
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #942D0C;
	COLOR: white;
	TEXT-ALIGN: left;
}
/***** Define DIV id's *****/
#imageRotator{

position:relative;
top:0px;
left:2px;

}
#site {
	position:relative;
	width: 963px;
	margin: 0 auto;
	/*clear:both;*/
	background:#ffffff;
}


#container {
	position:relative;
	float:left;
	background-color:#ffffff;
	width:958px;
}
/***** Header *****/
#header {
	position:relative;
	float:left;
	top:0px;
	left:2px;
	width:962px;
	height:80px;
	background-color:#FFFFFF;

}

#logo {
	position:relative;
	float:left;
	top:0px;
	left:0px;
}
#rodeBalk {
	position:relative;
	top:0px;
	float:left;
	left:3px;
	background-color:#ff3709;
	width:718px;
	height:23px;
}
#navigatie {
	position:relative;
	float:left;
	left:3px;
	top:2px;
	background-color:#942d0c;
	width:718px;
	height:54px;
	z-index:999;
	overflow:visible;
}


/***** Content *****/			
#content {
	position:relative;
	float:left;
	margin:0;
	left:2px;
	width:962px;
	z-index:1;
	background: #ffffff;
}

/***** Content Left Column *****/	
#leftColumn {
	position:relative;
	float:left;
	background-color:#ffffff;
	top:0px;
	left:3px;
	width:237px;
}
#rightColumn {
	position:relative;
	float:left;
	background-color:#ffffff;
	width:685px;
	padding: 20px;
	padding-top:15px;
}
	#rightColumn a{
		font-weight:bold;
		color:#942d0c;
	}
	
	#rightColumn a:hover{
		text-decoration:underline;
	}
#staticMenu {
	border-right: 1px solid #ff3709;
	border-bottom:1px solid #ff3709;
	padding: 6px 4px 0px 8px;
	width:224px;
	height:20px;
}
#staticMenu a {
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#942d0c;
	letter-spacing:1px;
}
#staticMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#staticMenu ul li {
	position:relative;
	float:left;
}
#bg {
	position:absolute;
	top:65px;
	left:0px;
	width:235px;
	height:387px;
	background:url(../_files-cms/Image/bg_left.jpg);
}
#exposities, #nieuws {
	position:relative;
	float:left;
	width:235px;
	margin-top:15px;
}
#nieuws {
	margin-top:0;
}
#exposities h1, #nieuws h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #942d0c;
	margin: 0;
	padding: 0 0 0 8px;
	width:231px;
	color:#942d0c;
}
#exposities #items, #nieuws #items {
	position:relative;
	float:left;
	width:236px;
	border-right: dotted 3px #942d0c;
	min-height:100px;
}
#excursies {
	position:relative;
	float:left;
	width:239px;
}
#excursies h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ff3709;
	margin: 0;
	padding: 0 0 0 8px;
	width:231px;
	color:#ff3709;
}
#excursies #items {
	position:relative;
	float:left;
	width:236px;
	border-right: dotted 3px #ff3709;
	min-height:100px;
}
/***** Footer *****/
	#footer {
	position:relative;
	float:left;
	clear:both;
	background-color:#ffffff;
	width:958px;
	margin-left:5px;
	padding: 5px 0;
	border-top: dotted 3px #ff3709;
	border-bottom: solid 1px #942d0c;
	text-align:center;
	color:#942d0c;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
		z-index:999;
}
.rood {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	color:#ff3709;
}
.red {
	color:#ff3709;
}
.brown {
	color:#942d0c;
}
.brownItem {
	z-index: 10;
	padding: 10px;
}
.redItem {
	z-index: 10;
	padding: 10px;
}
