﻿body {
	font-family					: Arial;
	font-size					: 12px;
	color							: black;
	margin 						: 0px;
	background-color			: #e4e5e5;
}

.Container {
	width							: 920px;
 	height						: auto !important; /*For CSS2 browsers*/
  	height						: 100%; /*For IE6 and before*/
  	min-height					: 750px; /*For CSS2 browsers*/
	margin-left					: auto;
	margin-right				: auto;
	background-color			: #ffffff;
}

.TopBar {
	height						: 80px;
	width							: 900px;
	display						: block;
	margin-left					: 10px;
}

.Logo {
	background-image			: url('../Images/logo.png');
	background-repeat			: no-repeat;
	background-position		: left top;
	width							: 250px;
	height						: 72px;
	margin-top					: 8px;
	float							: left;
	position						: relative;
}

.TopMenu {
	float							: right;
	margin-top					: 28px;
	position						: relative;
	font-size					: 12px;
}

.LangMenu {
	float							: right;
	margin-top					: -20px;
	position						: relative;
	left							: -7px;
}

.Column {
	float							: left;
}

#Column1 {
	background-color			: #ffffff;
	width							: 174px;
	float							: left;
	margin-right				: 5px;
	display						: block;
}

#Column2 {
	background-color			: #ffffff;
	width							: 525px;
	float							: left;
	margin-right				: 5px;
}

#Column3 {
	background-color			: #ffffff;
	width							: 357px;
	float							: right;
	border						: 2px #e0e077 solid;
}

#Column4 {
	background-color			: #ffffff;
	width							: 174px;
	float							: left;
	display						: block;
}

#Column5 {
	background-color			: #ffffff;
	width							: 174px;
	float							: right;
}

#Column6 {
	background-color			: #ffffff;
	width							: 540px;
	float							: left;
}

#Column7 {
	background-color			: #ffffff;
	width							: 680px;
	float							: left;
	margin-right				: 5px;
}

#Column8 {
	background-color			: #ffffff;
	width							: 330px;
	float							: left;
	margin-right				: 5px;
}

.Movie {
	margin-bottom				: 7px;		
}

.Vacancies {
	margin-left					: 7px;			
}

.TopMenuItem {
	color							: #999999;
	font-size					: 11px;
	text-decoration			: none;
}

.TopMenuItem:hover {
	color							: #999999;
	font-size					: 11px;
	text-decoration			: underline;
}

.Menu {
	background-image			: url('../Images/bg_menu.gif');
	background-repeat			: repeat-x;
	background-position		: top left;
	float							: left;
	width							: 900px;
	position						: relative;
	left							: 10px;
	margin-top					: 4px;
	margin-bottom				: 10px;
}

.HeaderImage {
	width							: 900px;
	float							: left;
	position						: relative;
	left							: 10px;
}

.MenuBreak {
	float							: left;
}

.SubMenuBreak {
	background-image			: url('../Images/submenu_break.png'); 
	background-repeat			: no-repeat;
	width							: 159px;
	height						: 2px;
	float							: left;
}

#SubMenuItem {
	background-image			: url('../Images/bg_submenu.png'); 
	background-repeat			: no-repeat;	
	width							: 159px;	
	height						: 23px;
	margin-left					: 5px;
	cursor 						: pointer;
}

#SubMenuItemSelected {
	background-image			: url('../Images/bg_submenu_active.png'); 
	background-repeat			: no-repeat;	
	width							: 159px;	
	height						: 23px;
	margin-left					: 5px;
	cursor 						: pointer;
}

.SubMenuItems {
	background-color			: #f5f5d8;
	width							: 173px;
	padding-top					: 27px;
	margin-bottom				: 5px;
}

.MenuItems {
	margin-left					: 20px;
}

a.MenuItemSelected {
	background-image			: url('../Images/bg_menu_active.gif'); 
	background-repeat			: repeat-x;
	display						: block;
	height						: 27px; 
	line-height					: 27px;
	padding-left				: 30px;
	padding-right				: 30px;	
	text-align					: center;
	font-family					: Arial;
	color 						: black;
	font-size					: 15px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

a.MenuItemSelected:link {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItemSelected:link:hover {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItemSelected:visited {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}
a.MenuItemSelected:visited:hover {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItem {
	display						: block;
	height						: 27px; 
	line-height					: 27px;
	padding-left				: 30px;
	padding-right				: 30px;	
	text-align					: center;
	font-family					: Arial;
	font-size					: 15px;
	font-weight					: normal;
	color							: black;
	text-decoration			: none;
	float							: left;
	position						: relative;
}

a.MenuItem:link:hover {
	background-image			: url('../Images/bg_menu_active.gif'); 
	background-repeat			: repeat-x;
	display						: block;
	padding-left				: 30px;
	padding-right				: 30px;	
	text-align					: center;
	font-family					: Arial;
	font-size					: 15px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

a.MenuItem:visited {
	text-align					: center;
	font-family					: Arial;
	font-weight					: normal;
	text-decoration			: none;
}

a.MenuItem:visited:hover {
	background-image			: url('../Images/bg_menu_active.gif'); 
	background-repeat			: repeat-x;
	display						: block;
	padding-left				: 30px;
	padding-right				: 30px;	
	text-align					: center;
	font-family					: Arial;
	font-size					: 15px;
	font-weight					: normal;
	text-decoration			: none;
	float							: left;
}

a.SubMenuItemSelected {
	font-family					: Arial;
	font-size					: 12px;
	font-weight					: bold;
	text-decoration			: none;
	color							: #7f7f7f;
	line-height					: 23px;
	height						: 23px;
}

a.SubMenuItem {
	font-family					: Arial;
	font-size					: 12px;
	font-weight					: normal;
	text-decoration			: none;
	color							: #7f7f7f;
	line-height					: 23px;
	height						: 23px;
}

.DocumentText {
	margin-top					: 6px;
	margin-left					: 8px;
	height						: 100%;
	color							: black;
}

.DocumentTextImage {
	padding						: 15px;
	height						: 100%;
	width							: 180px;
	float							: left;
}

.NewsCenter {
	margin-top					: 12px;	
}

.NewsTextHome {
	margin-top					: 6px;
	height						: 100%;
	color							: black;
}

.NewsText {
	padding-left				: 105px;
	margin-top					: 6px;
	height						: 100%;
	color							: black;
}

.NewsText a {
	font-size					: 11px;
	color							: black;
	text-decoration			: none;
}

.NewsIntroText {
	float							: left;
/*	width							: 235px; */
}

.NewsIntroText a {
	font-size					: 11px;
	color							: black;
	text-decoration			: none;
}

.NewsBreak {
	background-image			: url('../Images/news_break.gif');
	background-repeat			: repeat-x;
	background-position		: left top;
	width							: 540px;
	height						: 2px;
	margin-top					: 5px;
	margin-bottom				: 5px;
	padding						: 0px;
	clear							: both;
}

.NewsBreakSmall {
	background-image			: url('../Images/news_break.gif');
	background-repeat			: no-repeat;
	background-position		: left top;
	width							: 174px;
	height						: 2px;
	margin-top					: 5px;
	margin-bottom				: 5px;
	padding						: 0px;
	clear							: both;
}

a.Nieuwslink {
	color							: black;	
}

.Image {
	float							: left;
	width							: 360px;
}

.ThumbImage {
	margin						: 0px;	
	float							: left;
}

.Title {
	padding-right				: 15px;
	padding-left				: 15px;	
	padding-top					: 15px;
}

.Footer {
	background-image			: url('../Images/bg_footer.gif');
	background-repeat			: repeat-x;
	background-position		: left bottom;
	height						: 17px;
	margin-top					: 30px;
}

.FooterBorder {
	background-image			: url('../Images/bg_footer.gif');
	background-repeat			: repeat-x;
	background-position		: left bottom;
	margin-top					: 65px;
	clear							: both;
}

.Content {
	left							: 10px;
	position						: relative;
	float							: left;
	width							: 900px;
 	height						: auto !important; /*For CSS2 browsers*/
  	height						: 100%; /*For IE6 and before*/
  	min-height					: 400px; /*For CSS2 browsers*/
}

select { 
	font-family					: Arial; 
	font-size					: 11px; 
	border-top					: 1px solid #999999;
	border-left					: 1px solid #999999;
	border-right				: 1px solid #999999;
	border-bottom				: 1px solid #999999;
} 

input.Btn {
	background-color			: #999999;
	border-top					: 1px solid #999999;
	border-left					: 1px solid #999999;
	border-right				: 1px solid #999999;
	border-bottom				: 1px solid #999999;
	color							: black;
	cursor						: pointer;
}

td.VacancyTitle {
	border-bottom				: 1px solid #999999;
	color							: black;
	font-size					: 16px;
	font-weight					: bold;
}

td.VacancyInfo {
	color							: #999999;
	font-size					: 11px;
}

td.VacancyLeft {

}

td.VacancyItem {
	font-family					: Arial;
	font-size					: 12px;		
}

td.VacancyRight {
	font-family					: Arial;
	font-size					: 12px;	
}

img {
	border						: 0px;
}

h1 {
	padding						: 0px;
	margin						: 0px;
	font-size					: 18px;
	font-weight					: normal;
	font-family					: Arial;
	color							: #70706e;
}
h2 {
	padding-top					: 5px;
	margin-left					: 10px;
	font-size					: 12px;
	font-weight					: bold;
	font-family					: Arial;
}
h3 {
	padding						: 5px 0px 0px 15px;
	margin						: 0px;
	font-size					: 15px;
	font-weight					: bold;
	font-family					: Arial;
}
.Error {
	font-size					: 10px;
	font-style					: normal;
	line-height					: 1.5em;
	font-weight					: normal;
	color							: red;
	text-decoration			: none;
	text-indent					: 1px;
	list-style-position		: outside;
	padding						: 6px;
	margin						: 7px;
}

.DocumentIntro {
	padding						: 1px 0px 0px 0px;
	height						: auto;
	height						: 100%;
}
.DocumentImage {
	border						: 0px;
	margin						: 0px 0px 0px 0px;
	padding-right				: 10px;
	width							: 440px;
}

.DocumentIntroText {
	padding						: 0px 0px 0px 45px;
	font-size					: 10px;
}

/* Sitemap */
.SiteMap0 {
	line-height					: 18px;
	font-size					: 12px;
	color							: black;
	font-weight					: bold;
	text-decoration			: none;
	border-bottom				: 1px solid #ffffff;
	margin-left					: 10px;
}
a.SiteMap0 {
	line-height					: 18px;
	font-size					: 12px;
	color							: black;
	font-weight					: bold;
	text-decoration			: none;
	border-bottom				: 1px solid #ffffff;
	margin-left					: 10px;
}
a.SiteMap0:hover {
	color							: black;
	border-bottom				: 1px solid #ffffff;
}
a.SiteMap1 {
	line-height					: 18px;
	font-size					: 12px;
	color							: #70706e;
	font-weight					: normal;
	text-decoration			: none;
	margin						: 5px 0px 0px 30px;
	padding						: 0px 0px 0px 10px;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}

a.SiteMap1:hover {
	color							: black;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}
a.SiteMap2:link {
	position						: relative;
	top							: -10px;
	left							: 40px;
	color							: #4b4c4f;
	text-decoration			: none;
	padding-bottom				: 2px;
	padding-left				: 20px;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}
a.SiteMap2:visited {
	position						: relative;
	top							: -10px;
	left							: 40px;
	color							: #4b4c4f;
	text-decoration			: none;
	padding-bottom				: 2px;
	padding-left				: 20px;
	border-bottom				: 1px solid #bed000;
	border-left					: 1px solid #bed000;
}
a.SiteMap2:hover {
	position						: relative;
	top							: -10px;
	left							: 40px;
	color							: #ffffff;
	text-decoration			: none;
	padding-bottom				: 2px;
	padding-left				: 20px;
	border-bottom				: 1px dotted #bed000;
	border-left					: 1px dotted #bed000;
}

a {
	color							: black;	
}

p {
	padding						: 0px;		
	margin						: 0px;
}

#NewsArchive {
	clear							: both;	
}
