/*-----------------------------------------------------------DOCUMENT */	

html{
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #340700;
	color: #fff;
	min-height: 100%;
	font:13px/1.5 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif;
	text-align: center;
}


/*-----------------------------------------------------------LAYOUT */	
#container{
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 50px 0px;
	text-align: left;
	background: #340700 url(../images/layout/body.jpg) left top no-repeat;
}

/*----------------------header */
#header{
	height: 230px;
	width: 960px;
	position: relative;
	z-index: 100;
}
	#lang{
		height: 30px;
		width: 200px;
		position: absolute;
		top: 0px;
		left: 500px;
	}	
		#lang ul{
			float: right;
		}
		#lang li, #nav li{
			border-right: solid 1px #fff;
			padding: 0px 8px;
			height: 14px;
		}
			#lang li:last-child, #nav li:last-child{
				border-right: none;
			
			}
			#lang li a, #nav li a{
				height: 12px;
				font-size: 11px;
				text-transform: uppercase;
			}
			#lang li a:link.active, #nav li a:link.active{
				border-bottom: 1px dotted #82471c;
			}
		
	#header h1{
		height: 200px;
		width: 360px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: transparent url(../images/layout/h1.png) left top no-repeat;
		
	}
		#header h1 span{
			display: none;	
		}
		#header h1 a{
			display: block;
			height: 200px;
		}
		
	#nav{
		height: 30px;
		width: 400px;
		position: absolute;
		top: 200px;
		left: 292px;
		z-index: 100;
	}
	
	#banner{
		height: 200px;
		width: 590px;
		position: absolute;
		top: 20px;
		left: 360px;
		background: transparent url(../images/layout/banner.png) left top no-repeat;
	}
	
/*----------------------content */
#content{
	height: auto;
	width: 960px;
	position: relative;
	z-index: 50; 
}	 

	.column{
		display: inline-block;
		float: left;
		
	}
	.column_keywords{
		display: inline-block;
		float: left;
		font-size:5px;
		clear:both;
		text-align:left;
		visibility:hidden;
	}
	
	.column li{
		list-style: none;
padding: 0;
margin: 0;		
	}
	
	#li2{ margin-left:28px;
	font-size:14px;
	}
	
	#li2 a{ color:#9C7B00;  font-size:14px;}
	#li2 a:hover{color:#340700;  }
	#li2 a:visited{color:#9C7B00; text-decoration:none; }
	
	.column a{color:#340700; font-size:16px; }
	.column a:hover{color:#9C7B00;  }
	
	.column a:visited{color:#340700; text-decoration:none; }
	
	
	.column_inhoud{
		display: inline-block;
		float: left;
		
	}
	
	#column_inhoud_print { position:absolute; top:6px; margin-left:380px;}
	
	.column_inhoud a{color:#340700; font-size:12px; }
	.column_inhoud a:hover{color:#9C7B00;  }
	
	.column_inhoud a:visited{color:#340700; text-decoration:none; }
	
	
	.column_nieuws{
		display: inline-block;
		float: left;
		
	}
	.column_nieuws a{color:#340700; font-size:12px; }
	.column_nieuws a:hover{color:#9C7B00;  }
	
	.column_nieuws a:visited{color:#340700; text-decoration:none; }
	
	.clear{
		clear: both;
		float: none;
	}

	#main{
		height: auto;
		width: 400px;
		position: relative;
		z-index: 50;
		left: 300px;
		font-size: 12px;
		min-height:800px;
	}
	
		#main a:link{
			/*border-bottom: 1px solid #a67a5a; 	*/
		}	
		
		
		#main a, #main a:visited{
				color:#f8ac00; text-decoration:none;			}
			#main a:hover{
				color: #FFFFFF; 	text-decoration: underline;

			}
		
		
	
		
		#main #footer{
			text-align:right;
			margin-top: 170px;
			
		}
	#footer{
			position:absolute; top:560px; margin-left:-16px; width:400px; color:#FFFFFF; font:13px/1.5 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif;
		}
	
	#footer2{
			position:absolute; top:800px; margin-left:502px;
		}
	
	#footer  a{color: #f8ac00;
	border-bottom: 1px solid #82471c;}
	#footer a:hover{color:#ffffff; }
	
	#footer2 a{color: #f8ac00;
	border-bottom: 1px solid #82471c;}
	#footer2 a:hover{color:#fedfc0; }
	
	#side{
		height: auto;
		width: 280px;
		position: relative;
		z-index: 50;
		left: -400px;
		min-height: 450px;
		height: auto;
		font-size: 11px;
		color: #000;
		background: transparent url(../images/layout/side.png) left top repeat-y;
	}
		#side #sideTop{
			position: absolute;
			top: -75px;
			left: 0px;
			width: 280px;
			height: 150px;
			background: transparent url(../images/layout/sideTop.png) left top no-repeat;
			z-index: 10;
		}
		#side #sideContent{
			position: relative;
			width: 195px;
			margin-left: 55px;
			padding-bottom: 40px;
			z-index: 50;
		}
			#sideContent H2, #newsContent H2{
				font-family: "Arial Narrow", Helvetica, Arial, sans serif;
				font-size: 24px;
				margin-bottom: 10px;
				margin-top: 20px;
				font-weight: bold;
			}
		#side #sideBottom{
			z-index: 10;
			position: absolute;
			bottom: -200px;
			left: 0px;
			width: 280px;
			height: 250px;
			background: transparent url(../images/layout/sideBottom.png) left top no-repeat;
		}
	
	
	#news{
		width: 250px;
		position: relative;
		z-index: 50;
		left: 40px;
		min-height: 450px;
		height: auto;
		font-size: 11px;
		color: #000;
		background: transparent url(../images/layout/news.png) left top repeat-y;
		margin-top: 20px;
	}
		#news #newsTop{
			position: absolute;
			top: -55px;
			left: 0px;
			width: 250px;
			height: 150px;
			background: transparent url(../images/layout/newsTop.png) left top no-repeat;
			z-index: 10;
		}
		#news #newsContent{
			position: relative;
			width: 175px;
			margin-left: 35px;
			padding-bottom: 40px;
			z-index: 50;
		}
			#newsContent H3{
				font-family: 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif;
				font-size: 12px;
				margin-bottom: 10px;
				font-weight: normal;
			}
			
			
			#newsContent a, #newsContent a:focus, #newsContent a:visited{
				color: #a87835;
			}
			#newsContent a:hover{
				border-bottom: solid 1px #ffffff;
				color: #a87835;
			}
			.newsItem{
				margin-bottom: 20px;	
			}
			
		#news #newsBottom{
			width: 250px;
			z-index: 10;
			position: absolute;
			bottom: -200px;
			left: 0px;
			height: 250px;
			background: transparent url(../images/layout/newsBottom.png) left top no-repeat;
		}	

/*-----------------------------------------------------------DEFAULT TAGS */

a, a:hover, a:visited, a:focus{
	color: #f8ac00;
	/*border-bottom: 1px solid #82471c;*/
}

	a:hover{
		color:#fedfc0;
	}
	
	a.imgLnk, a.imgLnk:hover, a.imgLnk:visited, a.imgLnk:focus{
	border: none !important;
}

p{
    margin-bottom: 1em;
}

b, strong, dfn{ 
    font-weight: bold;    
}

i, em, cite, q{
    font-style: italic; 
}


hr{
    display: none;
}


h1 {
	font-size: 16px;
   text-transform: uppercase;
   font-weight: bold;
   line-height:40px;
}
h2 {
   font-size: 16px;
   text-transform: uppercase;
   font-weight: bold;
}
h3 {
   font-weight: bold;
}

ol li{
    list-style-type: decimal;
}


ul li{
    list-style-type: disc;
}

ul.horizontal{
	width: auto;
}
	ul.horizontal li{
	list-style: none;
	display: inline-block;
	float: left;
	width: auto;
}

#webcontent_print_titel_left {float: left; width: 628px; text-align:justify; padding-top:8px; margin: auto; background:#FFFFFF;}
#webcontent_print_titel_right {position:absolute; top:8px; margin-left:480px; width: 22px; text-align: right; background:#FFFFFF;}
#webcontent_print_content {float: left; width: 650px; text-align:justify; margin: auto; background:#FFFFFF; clear:both;}

.travel a{ color:#9C7B00;  font-size:10px;}
.travel a:hover{color:#340700;  font-size:10px;}
.travel a:visited{color:#9C7B00; text-decoration:none;font-size:10px;} 
