/*******************************************
Clearfix: To clear floating elements
With thanks to positioniseverything.com
********************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

	/* Style floating classes */
		.f_left {
			float: left;
			color: #fff;
			padding-left: 30px;
		}
		
		.f_right {
			float: right;
			padding-right: 30px;
			color: #fff;
		}
		
	/*Content headers h2*/
	
	#titles h2 {
		display: block;
		width: 45%;
		text-align: center;
		font-size: 1.6em;
		color: #ffffff;
		font-weight: bold;
	}
	
/*Style for the Siteboxes in the contentbody of the page*/	
	/*wrapper*/
	
	div.column {
		width: 50%;
		float: left;
	}
	
	div.title {
		padding: 0 1em;	
		margin-bottom: 1em;
	}
	
	.title h2 {
		font-size: 1.4em;
		color: #fff;
		background: transparent;
	}
	
	
	.boxrow {
		width: 100%;
	}
	
	
	.sitebox {
		float: left;
		width: 50%;
		/*background-color: #e9f1ef;*/
		text-align: center;
		font-weight: bold;	
	}

	.linkbox {
		text-align: left;
		padding-left: 2em;
	}
/* Navigatie stijlen*/

	ul.mininav {
		margin-top: 10px;
		margin-left: 2em;
		/*background: url(../images/transparent.png) top left repeat;*/
	}

	ul.mininav li {
		float: left;
		font-size: 1.3em;
		padding: 0.5em;
		padding-top: 52px;
		font-weight: bold;
		margin-left: 1em;
		text-transform: uppercase;
		color: #efefef; 
	}

	ul.mininav li a {
		
		text-decoration: underline;
	}
	
/*Place icon next to span-element or menulink*/
		span.address {
			background: url(../images/icon_address.png) center left no-repeat;
			padding-left: 55px;
			color:#fff;
			display: block;
			line-height: 1.4em;
			font-size:1.2em;
			margin: 1em;
		}
		
		span.info{
			background: url(../images/icon_info.png) center left no-repeat;
			padding-left: 55px;
			color:#fff;
			display: block;
			line-height: 1.4em;
			font-size:1.2em;
			margin: 1em;
			min-height: 60px;
		}
		
		span.contact{
			background: url(../images/icon_contact.png) center left no-repeat;
			padding-left: 55px;
			color:#fff;
			display: block;
			line-height: 1.4em;
			font-size:1.2em;
			margin: 1em;
			
		}
		
		li.homelink {
			background: url(../images/icon_home.png) top center no-repeat;
		}
		
		li.joblink {
			background: url(../images/icon_jobs.png) top center no-repeat;
		}
		
		li.shoplink {
			background: url(../images/icon_shop.png) top center no-repeat;
		}
		
		li.contactlink {
			background: url(../images/icon_address.png) top center no-repeat;
		}

		
/*Generic elements styling :*/

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

a:hover {
	text-decoration: undeline;
	color: #ff0000;
}

a.bumpbox {
	color: ff0000;
	
}

a.bumpbox:hover {
	color: #ffffff;
	text-decoration: underline;
}

.bgt {
	background: url(../images/transparent.png) top left repeat;
}

.goto {
	background: url(../images/arrow2.png) center left no-repeat;
	padding-left: 1.5em;
	font-size: 0.8em;
	margin-left: 1em;
}

h3 {
	margin-bottom: 0.5em;
	color: #fff;
}

/* Opmaak Vacaturepagina's */
.vacature {
	background: url(../images/transparent.png) top left repeat;
	border: 1px solid black;
	padding: 1em;
	margin: 1em auto;
	width: 70%;
	color: #000;
}

.vacatureTitle {
	background-color: #000;
	padding: 4px;
	text-align: center;
}

.vacatureContent p {
	margin: 1em 0;
	
}

ul.vacatureList {
	margin: 1em 0;
}

ul.vacatureList {
	list-style: square inside;
	line-height: 1.3em;
}

.hidden {
	display: none;
}

h2 {
	text-align: center;
	font-size: 3em;
	line-height: 2em;	
	color: #000;
	background: url(../images/transparent.png) top left repeat;
}


.nodisplay {
	visibility: hidden;
}

img.block {
	margin: 20px;
}

#contactinfo {
	width: 80%;
	margin: 1em auto;
	padding: 1em;
	border: 1px solid black;
}