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

Author:			Ontwerpstudio Trendwerk
Written for: 	Beiaardgroep Nederland
Date:			20 october 2009
==================== */

/* reset
==================== */

* {
margin: 0px;
padding: 0px;
}

img {
border: none;
}

/* type & links
==================== */

body {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #2a241f;
}

p {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
line-height: 18px;
padding: 0px 0px 15px 0px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: normal;
text-transform: uppercase;
width: 100%;
border-bottom: 1px solid #2a241f;
padding: 0px 0px 3px 0px;
margin: 0px 0px 15px 0px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
width: 100%;
border-bottom: 1px solid #2a241f;
padding: 0px 0px 2px 0px;
margin: 0px 0px 10px 0px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 0px 0px 5px 0px;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 0px 0px 5px 0px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 15px;
padding: 0px 0px 5px 0px;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0px 0px 5px 0px;
}

a {
color: #7f6e60;
text-decoration: underline;
}

a:hover {
color: #f8ba34;
}

/* misc
==================== */

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

#main img {
padding: 5px;
}

.nounderline {
	text-decoration: none;
}

table {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

td {
	vertical-align: top;
	min-width: 50px;
	padding: 0px 10px 0px 0px;
	line-height: 18px;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 0px 15px;
}

input, textarea, select  {
	margin: 0px 0px 10px 10px;
}

table table table select  {
	margin: 0px 0px 0px 10px;
}

label {
	padding: 0px 10px;
}

/* layout
==================== */

body {
background-color: #492712;
background-image: url(../images/bg.png);
}

#container {
width: 960px;
margin: 0 auto;
}
	
	/* layout home
	==================== */
	
	#header_home {
	height: 200px;
	width: 960px;
	background-image: url(../images/logo_beiaard.png);
	top: 0px;
	overflow: hidden;
	}
	
	#header_home2 {
	height: 200px;
	width: 960px;
	background-image: url(../images/logo_beiaard2.png);
	top: 0px;
	overflow: hidden;
	}

	#main_home {
	width: 960px;
	}
	
		.homeimg {
			width: auto;
			float: left;
		}

	#content_home {
		min-height: 130px;
		background-image: url(../images/home_13.png);
		background-repeat: no-repeat;
		clear: both;
		padding-top: 25px;
	}



		#content_home_left {
			width: 580px;
			float: left;
			margin: 10px;
		}

		#content_home_right {
			width: 340px;
			float: right;
			margin: 10px;
		}

	#content_home h3 {
		color: #f8ba34;
	}

	#content_home p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-style: italic;
		line-height: 22px;
		color: #eeeae1;
	}
#content_home2 {
		min-height: 130px;
		background-image: url(../images/home2_13.png);
		background-repeat: no-repeat;
		clear: both;
		padding-top: 25px;
	}
	#content_home2_left {
			width: 580px;
			float: left;
			margin: 10px;
		}

		#content_home2_right {
			width: 340px;
			float: right;
			margin: 10px;
		}

	#content_home2 h3 {
		color: #f8ba34;
	}

	#content_home2 p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-style: italic;
		line-height: 22px;
		color: #eeeae1;
	}
	#content_buttons {
		height: 50px;
		clear: both;
	}

		#content_buttons_left {
			float: left;
		}

		#content_buttons_right {
			float: right;
		}
		
		.button_home {
			margin: 0px 10px;
		}

	/* layout page
	==================== */		

	#header {
	width: 940px;
	top: 0px;
	position: relative;
	float: left;
	margin: 0px 10px;
	}
	
		 #logo {
			height: 80px;
			width: 230px;
			background-repeat: repeat-x;
			position: absolute;
			left: 30px;
			top: 15px;
		 }
	
		 #search {
			height: 23px;
			width: 228px;
			background-image: url(../images/headerbg.png);
			background-repeat: repeat-x;
			position: absolute;
			right: 30px;
			top: 20px;
			padding: 4px 0px;
		 }
		 	#search label {
				display: none;
			}
			#search #cntnt01searchinput {
				margin-bottom: 12px;
			}
	
		 #stroke {
			width: 940px;
			border-bottom: 5px solid #f8ba34;
			padding-top: 120px;
		 }
		 
		 #headerbg {
			height: 300px;
			width: 940px;
			background-color: #24180f;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
		 }

		 #headerbgpage {
			height: 100px;
			width: 940px;
			background-color: #24180f;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
		 }
		 
		 #discription {
			 width: 380px;
			 height: 260px;
			 overflow: hidden;
			position: absolute;
			 top: 150px;
			 left: 30px;
		 }
		 
		 	#discription h3 {
				color: #eeeae1;
				padding: 0px;
			}
				
			#discription h4 {
				color: #eeeae1;
				font-weight: normal;
				padding: 0px 0px 25px 0px;
			}

		 
			#discription p {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 14px;
				font-style: italic;
				line-height: 20px;
				color: #eeeae1;
			}

			#discription a {
				color: #f8ba34;
			}
			
			#discription a:hover {
				color: #2a241f;
				background: #f8ba34;
			}
			
			#discription ul {
				color: #eeeae1;
				list-style:none;
				list-style-type:none;
			}

	   #foto {
		  height: 310px;
		  width: 450px;
		  background-image: url(../images/fotobg.png);
		  background-repeat: repeat-x;
		  position: absolute;
		  right: 30px;
		  top: 80px;
		  padding: 10px;
		  overflow: hidden;
	   }
	   
	   #fotos_header {
		  height: 120px;
		  width: 430px;
		  position: absolute;
		  right: 15px;
		  top: 80px;
		  overflow: hidden;
		  padding:0;
	   } 
	   		#fotos_header ul ,#fotos_header li {
				display: inline;
			}

	#main {
	min-height: 100px;
	width: 940px;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	background-color: #eae6de;
	position: relative;
	float: left;
	margin: 0px 10px;
	padding-bottom: 20px;
	border-bottom: 5px solid #f8ba34;
	}
	
		#menu {
			width: 200px;
			background-image: url(../images/menubg.png);
			background-repeat: repeat-x;		
			background-color: #e6d9bf;
			padding: 20px;
			margin: 0px 30px 0px 30px;
			display:inline;
			float: left;
		}

	
		#content {
			width: 610px;
			margin: 20px 30px 0px 0px;
			float: left;
		}
			/* sollicitatieform */
			#m025b0moduleform_2 textarea, #m4d699moduleform_2 textarea {
				width: 500px;
				height: 100px;
			}
			#m025b0moduleform_2 .geboortedatum table, #m4d699moduleform_2 .geboortedatum table {
				width: auto;
			}
			#m025b0moduleform_2 .geboortedatum label, #m4d699moduleform_2 .geboortedatum label {
				display: none;
			}
			#m025b0moduleform_2 .functie select,#m4d699moduleform_2 .functie select {
				margin-bottom:0;
			}
			#m025b0moduleform_2 .uitleg,#m4d699moduleform_2 .uitleg {
				padding-left: 10px;
				font-style:italic;
				color: #666;
				padding-bottom: 10px;
			}
			
			#m025b0moduleform_2 .voorkeursdagen table, #m025b0moduleform_2 .voorkeursdagen input, #m4d699moduleform_2 .voorkeursdagen table, #m4d699moduleform_2 .voorkeursdagen input {
				margin-bottom:0;
			}
			#m025b0fbrp__46, #m025b0fbrp__49, #m025b0fbrp__50, #m025b0fbrp__51, #m025b0fbrp__52, #m4d699fbrp__69,#m4d699fbrp__75,#m4d699fbrp__79,#m4d699fbrp__81,#m4d699fbrp__83,#m4d699fbrp__85 {
				margin-bottom:0;
			}
		
		#icon1 {
			background-image:url(../images/bier.png);
			background-repeat:no-repeat;
			position:absolute;
			top:5px;
			left: 630px;
			height: 70px;
			width: 70px;
		}

		#icon2 {
			background-image:url(../images/dagschotel.png);
			background-repeat:no-repeat;
			position:absolute;
			top:8px;
			left: 865px;
			height: 70px;
			width: 70px;
		}
		#left {
			width: 380px;
			margin: 25px 30px 0px 0px;
			float: left;
			
		}

		#right {
			width: 200px;
			margin: 25px 0px 0px 0px;
			float: left;
		}
		
		#right li {
		width: 200px;
		line-height: 17px;
		text-decoration: none;
		list-style-type: none;
		float: left;	
		margin: 0px;
		padding: 4px 3px 6px 3px;
		overflow: hidden;
		background-image: url(../images/line.png);
		background-repeat: repeat-x;
		background-position: bottom;
		}		
		
		#links {
			width: 920px;
			_width: 940px;
			margin: 5px 20px 5px 20px;
			_margin: 5px 10px 5px 10px;
			position: relative;
			float:left;
			}
		
		div.linkscol {
		width: 210px;
		float: left;
		padding: 0px;
		margin: 20px 10px 0px 10px;
		}		
		
		#links p, #links a, #links li, #links h5, #links h6 {
		color: #eeeae1;
		}

		#links h1, #links h2, #links h3, #links h4 {
		color: #F8BA34;
		}
		
		#links ul {

		
		}

		#links li, #links li a {
		width: 200px;
		line-height: 30px;
		text-decoration: none;
		list-style-type: none;
		float: left;	
		margin: 0px;
		padding: 0px 0px;
		overflow: hidden;
		background-image: url(../images/footer_bg.png);
		background-repeat: repeat-x;
		background-position: bottom;
		}

		#links li a:hover {
		color: #f8ba34;
		text-decoration: underline
		}


	#footer {
	min-height: 2px;
	width: 940px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	margin: 25px 10px 0px 10px;
	position: relative;
	float:left;
	}
		
		#footerleft {
		float: left;
		padding: 12px 0px;
		}		
			
		#footerright {
		float: right;
		padding: 12px 0px;
		}
				
		#footer p, #footer a {
		font-size: 11px;
		color: #eeeae1;
		}

		#footer a:hover {
		font-size: 11px;
		color: #eeeae1;
		background: none;
		}
	
/* menu
==================== */

#menu ul {	
display: inline; 
}

#menu li {
width: 200px;
list-style-type: none;
float: left;	
margin-left: 0px;
padding: 0px;
overflow: hidden;
}

#menu li a {
line-height: 30px;
font-size: 12px;	
color: #2a241f;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 0px 10px;
display: block;
border-bottom: 1px solid #FFFFFF;
}


#menu li a:hover  {
background: #efce88;
color: #2a241f;
}

#menu li .menuactive  {
background: #F8BA34;
color: #2a241f;
}


/* Menu level 2*/

#menu li ul {
	display: none;
}

#menu li.menuactive ul {
	display: inline;
}

#menu li li {
   height: 25px;
   line-height: 25px;
   float: left;
   margin-bottom: 0px;
   padding-left: 8px;
  background: #eae6de; 
  border-bottom: 1px solid #FFFFFF;

}

#menu li li a {
line-height: 25px;
font-size: 12px;	
color: #2a241f;
font-weight: normal;
text-transform: none;
text-decoration: none;
padding: 0px 10px;
display: block;
border-bottom: 1px solid #FFFFFF;
}

#menu li li:hover, #menu li li a:hover  {
	background-color: #FFFFFF;
}


/* CMSMS album
==================== */

/* ====================
To change album thumbnailsize: 
1. Change thumbnail width and height in "lib/filemanager/imagemanager/config.inc.php"
2. Change width and height at ".thumb a" below
==================== */

.thumb {
list-style-type: none;
padding: 0px;
margin: 0px;
}

.thumb a {
width: 130px;
height: 110px;
background-color: #ffffff;
border: 1px solid #E6D9BF;
margin: 0px 10px 10px 0px;
text-align: center;
float: left;
vertical-align: middle;
}

#main .thumb a {
width: 140px;
height: 120px;
}

.thumb img {
	margin: 0px;
	padding: 5px;
}


#main .thumb img {
	padding: 10px;
}

.thumb a:hover {
background-color: #F8BA34;
border: 1px solid #ffffff;
}

/*Logo's homepage, sjablonen */
.top100 {
	position:absolute;
	margin-left:890px;
	margin-top:200px;
	height: 99px;
	width: 101px;
		}
.kbc {
	position:absolute;
	margin-left:550px;
	margin-top:180px;
	height: 99px;
	width: 101px;
		}
.abt {
	position:absolute;
	margin-left:720px;
	margin-top:470px;
	height: 99px;
	width: 101px;
		}
#cafe_top_100 {
	position:absolute;
	margin-left:830px;
	margin-top:200px;
	height: 100px;
	width: 100px;
	z-index:1;
	}
#kbc_logo {
	position:absolute;
	margin-left:840px;
	margin-top:200px;
	height: 100px;
	width: 100px;
	z-index:1;
	}
#abt_logo {
	position:absolute;
	margin-left:840px;
	margin-top:200px;
	height: 100px;
	width: 100px;
	z-index:1;
	}
