﻿body 
{
	text-align: center;
	margin: 47px auto;
	font-family: Arial;
	font-size: 11px;
	/*color: #FFFFFF;*/
	letter-spacing: 1px;
}
body.Black
{
	color: #000000;
	background: #000000;
}
p
{
	margin: 0px 0 15px 0;
	line-height: 16px;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#Black a
{
	color: #000000;
}

ul
{
	margin: 0 0 0 18px;
	padding:0;
	
}
li
{
	
}

img
{
	border:0;
}


/*******************************************************************************************
*
* Default main divs
*
*******************************************************************************************/

#Wrapper
{
	width: 611px;
	margin: 0 auto;
}

#Header
{
	width: 611px;
	height: 146px;
	float: left;
	text-align: left;
	margin: 0;
	border-bottom: solid 1px #FFFFFF;
}
#Black #Header
{
	border-bottom: solid 1px #000000;
}
#Logo
{
	width: 180px;
	height: 146px;
	margin: 0;
	float: left;
	display: inline;
	border-right: solid 1px #FFFFFF;
	background: url(Images/LogoOnBlack.jpg) no-repeat;
}
#Black #Logo
{
	border-right: solid 1px #000000;
	background: url(Images/LogoOnWhite.jpg) no-repeat;
}
	#Logo a
	{
		display: block;
		width: 170px;
		height: 136px;
		
	}
#HeaderImage
{
	width: 430px;
	height: 146px;
	margin: 0;
	float: left;
	display: inline;
	font-size: 1px;
}
#PageContainer
{
	width: 611px;
	padding: 0;
	float: left;
	text-align: left;
}

#PageContainer img
{
	margin: 5px 0 2px 0;
}
#MainMenu
{
	width: 180px;
	float: left;
	display: inline;
	border-right: solid 1px #FFFFFF;
	color: #000;
}

#MainMenu a
{
	font-weight: normal;
	color: #000000;
}

#Black #MainMenu a
{
	color: #FFFFFF;
}

#Black #MainMenu
{
	border-right: solid 1px #000000;
	color: #fff;
}
#PageContent
{
	width: 430px;
	min-height: 200px;
    height: auto !important;
    height: 200px;
	padding: 0px 0px 0 0;
	float: left;
	display: inline;
	color: #FFFFFF;
	background: #000000 url(Images/ContentRoundBlack.jpg) no-repeat right bottom;
}
#Black #PageContent
{
	color: #000000;
	background: #FFFFFF url(Images/ContentRoundWhite.jpg) no-repeat right bottom;
}
.HalfContentContainer
{
	width: 430px;
	float:left;
	background: url(Images/ContentHalfWrapper.jpg) repeat-y;
}
#Black .HalfContentContainer
{
	background: url(Images/ContentHalfWrapperBlackLine.jpg) repeat-y;
}

.HalfContentLeft
{
	width: 215px;
	float:left;
	padding: 0px 0px 10px 0;
	border-right: solid 1px #FFFFFF;
}
#Black .HalfContentLeft
{
	border-right: solid 1px #000000;
}
.HalfContentRight
{
	width: 212px;
	float:left;
	padding: 0px 0px 10px 0;
}
.FloatBoxRight
{
	position: relative;
	width: 214px;
	float:right;
	margin: 0 0 3px 4px;
}
.TextContent
{
	padding: 3px 7px 3px 7px;
}
.TextContentBorder
{
	padding: 3px 7px 3px 7px;
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
}
#Black .TextContentBorder
{
	background: url(Images/DottetLineWhiteBack.jpg) repeat-x bottom;
}

.TextContentBorderNoPadding
{
	padding: 0px 0 3px 0;
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
}
#Black .TextContentBorderNoPadding
{
	background: url(Images/DottetLineWhiteBack.jpg) repeat-x bottom;
}

#Footer
{
	width: 425px;
	height:21px;
	margin: 0px 0 0 0;
	padding: 7px 0px 0 0px;
	float: right;
	display: inline;
	text-align: left;
	background: url(Images/FooterOnWhite.jpg) no-repeat right;
}
#Black #Footer
{
	background: url(Images/FooterOnBlack.jpg) no-repeat right;
}
#Footer a
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	
}
#Black #Footer a
{
	color: #FFFFFF;
}

/*******************************************************************************************
*
* MainMenu style
*
*******************************************************************************************/

#MainMenu ul
{
	width: 180px;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
}
#MainMenu ul li
{
	margin: 0 0px 0 0;
	text-align: right;
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
}
#Black #MainMenu ul li
{
	background: url(Images/DottetLineWhiteBack.jpg) repeat-x bottom;
}
#MainMenu ul li a
{
	width: 174px;
	padding: 3px 6px 3px 0;
	margin: 0 0 0 0;
	display: block;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
#Black #MainMenu ul li a
{
	color: #FFFFFF;
}
#MainMenu ul li a.MainMenuSelected
{
	margin: -1px 0 0 0;
	background: #000000;
	color: #FFFFFF;
}
#Black #MainMenu ul li a.MainMenuSelected
{
	background: #FFFFFF;
	color: #000000;
}
#MainMenu ul ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	background: url(Images/DottetLineWhiteBack.jpg) repeat-x bottom;
}
#Black #MainMenu ul ul
{
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
}
#MainMenu ul ul li
{
	margin: 0px 0px 0px 0;
	text-align: right;
	background: #FFFFFF;
}
#Black #MainMenu ul ul li
{
	background: #000000;
}
#MainMenu ul ul li a
{
	width: 174px;
	padding: 3px 6px 3px 0;
	display: block;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#Black #MainMenu ul ul li a
{
	color: #FFFFFF;
}
#MainMenu ul ul li a.SubMenuSelected
{
	text-decoration: underline;
}


/*******************************************************************************************
*
* Blank Style divs
*
*******************************************************************************************/

h1
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding: 0;
	text-transform: uppercase;
}
h2
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
h2.JobOpening
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 6px 0 6px 0;
	text-transform: uppercase;
	background: url(Images/DottetLineWhiteBackDouble.gif) repeat-x center;
}
h3
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding: 0;
	text-transform: uppercase;
}

/*******************************************************************************************
*
* Element layouts
*
*******************************************************************************************/

.PeopleList
{
	list-style:none;
	margin: 0px 0 20px 0;
	padding: 0 0 0 0;
}
.PeopleList li
{
	padding: 3px 7px 4px 7px;
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
	cursor: pointer;
}
.PeopleList li a
{
	
}
.JobOpeningList
{
	margin: 0 0 15px 18px;
	padding:0;
}	
.OtherList
{
	list-style:none;
	margin: 0px 0 20px 0;
	padding: 0 0 0 0;
}
.OtherList li
{
	padding: 3px 7px 4px 7px;
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
}
.OtherList li a
{
	
}

.ValueHeader
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

.HeaderLink
{
	text-decoration: none;
	font-weight: bold;
}

.SitemapList ul
{
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
.SitemapList ul li
{
	padding: 3px 7px 4px 3px;
	background: none;
}
.SitemapList ul li a
{
	text-transform: uppercase;
	font-size: 10px;
}
.SitemapList ul li ul
{
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
}
.SitemapList ul li ul li
{
	padding: 3px 7px 4px 0px;
	background: url(Images/DottetLineBlackBack.jpg) repeat-x bottom;
}
.SitemapList ul li ul li ul
{
	margin: 2px 0 0 10px;
	padding: 0;
	list-style: none;
}
.SitemapList ul li ul li ul li
{
	padding: 3px 7px 4px 0px;
	background: none;
}

/*******************************************************************************************
*
* Form
*
*******************************************************************************************/

input.ContactForm
{
	width: 140px;
	padding: 0 2px 0 2px;
	font-size: 11px;
	font-family: Arial;
	letter-spacing: 1px;
	border: solid 1px #000000;
}
textarea.ContactForm
{
	width: 188px;
	height: 100px;
	padding: 0 2px 0 2px;
	font-size: 11px;
	font-family: Arial;
	letter-spacing: 1px;
	border: solid 1px #000000;
}
.SubmitButton
{
	font-size: 11px;
	width: 90px;
	font-family: Arial;
	letter-spacing: 1px;
	color: #FFFFFF;
	background: #000000;
	border: solid 1px #000000;
	text-transform: uppercase;
}


/*******************************************************************************************
*
* LIGHTBOX - CSS
*
*******************************************************************************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 84px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.beschrijving
{
	color:#000;
}	
	

	/*-------------------------einde lightbox css-------------------------*/

.MinHeightHowWeWork
{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
/*******************************************************************************************
*
* Copyright frank ruiter
*
*******************************************************************************************/

.frankruiter
{
	color:#000000;	
}

#LanguageBar
{
	
	margin: 8px 0 0 0;
}
	#LanguageBar ul
	{
		margin: 0 0 0 0;
	}
		#LanguageBar ul li
		{
			float: right;
			display: inline;
			margin: 0 5px 0 0;
			background: none;
		}
		#Black #LanguageBar ul li
		{
			float: right;
			display: inline;
			margin: 0 5px 0 0;
			background: none;
		}
			#LanguageBar ul li a
			{
				border: none;
				text-decoration: none;
				
				width: auto;
				padding: 0;
				margin: 0 0 0 0;
				display: inline;
				font-weight: normal;
				text-transform:none;
				text-decoration: none;
				font-size: 10px;
			}
			#Black #LanguageBar ul li a
			{
				
				border: none;
				text-decoration: none;
			}
			#LanguageBar ul li table td
			{
				padding: 0 0 0 4px;
			}
			
.LogoutButton
{
	float: right;
	display: inline;
	position: absolute;
	right: 0;
	padding: 5px;
	font-size: 11px;
	font-family: Arial;
	background: #FFFFFF;
}		
.LogoutButton a
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}