/*---{ Imports )-------------------------------------------------------*/

@import "news.css";
@import "home.css";
@import "zoeken.css";
@import "portfolio.css";
@import "googleMaps.css";

.navigation
{
	position: relative;
	float: right;
	list-style: none;
	margin: -44px 0 0 0;
	padding: 0;
}

.navigation li
{
	float: left;
	list-style: none;
	border-right: 1px solid #d5d5d5;
	padding: 0 12px;
}

.navigation li.previous{}

.navigation li.next
{
	border: none;	
}

.navigation li.next a
{
	background: url(../images/img_arrow_g.gif) right 2px no-repeat;
	padding: 0 14px 0 0;
}

.navigation li.next a:hover
{
	background: url(../images/img_arrow.gif) right 2px no-repeat;
}

.navigation li.previous a
{
	background: url(../images/img_arrow_left_g.gif) left 2px no-repeat;
	padding: 0 0 0 14px;
}

.navigation li.previous a:hover
{
	background: url(../images/img_arrow_left.gif) left 2px no-repeat;
}

#jobs
{
	position: relative;
}

#jobs .item
{
	position: relative;
	margin: 0 0 40px 0;
}

#jobs .item h2
{
	position: relative;
}

#jobs .item p
{
	position: relative;
}

#jobs .item #tags p
{
	position: relative;
	width: 90px;
	display: block;
}

#jobs .detail #tags p
{
	width: 90px;
}

#jobs .item #tags ul li, #jobs .detail #tags ul li
{
	width: 176px;
}

#jobs .detail p.apply
{
	position: relative;
	float: right;
}

#contactinfo
{
	position: relative;
	float: right;
	width: 200px;	
}

#rotation #link
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 236px;
	z-index: 100;
	cursor: pointer;
}

#rotation #holder
{
	position: absolute;
	display: none;
	left: -2px;
	top: -2px;
	width: 978px;
	height: 230px;
}

#rotation #loader
{
	position: absolute;
	right: 10px;
	bottom: -10px;
	width: 64px;
	height: 36px;
	background: url(../images/img_bg_loader.png) left top no-repeat;	
	z-index: 2000;
	display: none;	
	text-align: center;
	padding: 10px 0 0 0;
	color: #0075bb;	
}

#rotation #loader img
{
	margin: 0 0 0 0;
}

#rotation #holder div
{
	position: absolute;
	left: 2px;
	top: 2px;	
	margin: 0;
	padding: 0;
	width: 980px;
	height: 235px;	
}

#rotation #holder div img
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 235px;	
}

#rotation #images
{
	display: none;	
}

#globalBar
{
	width: 980px;
	height: 235px;
	overflow: hidden;	
}

#fade img
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#tags
{
	position: relative;
	margin: 12px 0 0 0;	
	padding: 10px 0 0 0;
	border-top: 1px solid #DEDEDE;
	
}

#tags p
{
	position: relative;
	width: 100px;
	height: 60px;
	display: block;
	background: url(../images/tag.png) right 4px no-repeat;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
}

#tags ul
{
	position: relative;
	margin: 0 0 0 12px;
	padding: 0;
	width: 600px;
	float: left;
	list-style: none;
}

#tags ul li
{
	position: relative;
	float: left;
	padding: 0;
	margin: 0 12px 0 0;
}

div.errorMessage
{
	position: relative;
	margin: 8px 0 20px 0;	
	padding: 10px 0;
	display: none;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}

div.errorMessage p
{
	position: relative;
	width: 90px;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/ico_alert_16x16.png) left 50% no-repeat;
	font-weight: bold;
	float: left;
}

div.errorMessage div.errorheader
{
	float: left;
	padding: 0 4px 2px 4px;
	border-bottom: 1px solid #DEDEDE;
	width: 300px;
	background: url(../images/img_arrow_down.gif) right 50% no-repeat;
	cursor: pointer;
}

div.errorMessage div.errorlist
{
	position: relative;
	display: none;	
	margin: 0 0 0 110px;
}

div.errorMessage ul
{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 320px;
}

div.errorMessage ul li
{
	position: relative;
	padding: 0;
	margin: 0 12px 0 4px;
	display: none;
	border-bottom: 1px solid #DEDEDE;
}

