body
{
	font: normal normal bold 13px Arial;
	color: Black;
	padding: 0;
	margin: 0;
}

h1
{
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	
	/*color => page specific*/
}

a
{
	color: Black;
	text-decoration: none;
}

th
{
	text-align: left;
	vertical-align: top;
}

input.txt
{
	border: 1px solid #969696;
}

div#container
{
	width: 1004px;
	margin: auto;
}

div#main
{
	background-repeat: repeat-x;
	background-position: top left;
	padding: 50px 0;

	/*background-image => page specific*/
}

div#content
{
	float: left;
	width: 555px;
}

div#content a
{
	text-decoration: underline;
}

button,
input.btn
{
	background-repeat: repeat-x;
	background-position: top left;
	color: White;
	font-weight: bold;
}

/********************
*		Header		*
*********************/

div#header
{
    position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	height: 176px;
}

a.lnkHome
{
	display: block;
	width: 200px;
	height: 176px;
	float: left;
}

div.tab
{
    background: transparent no-repeat top left;
    
	position: absolute;
	bottom: 0;
	width: 110px;
	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	padding-right: 10px;
}

div#header div.active
{
    background-image: url('images/tab_active.png');
}
div.employer { left: 505px; }
div.employee { left: 625px; }

div#header div#languages
{
	float: right;
	height: 30px;
	margin: 10px 10px 0 50px;
}

/* Search */
div#header div#search
{
	float: right;
}

div#header div#search input
{
	font-weight: bold;
	font-size: 11px;
}

div#header div#search input.txt
{
	margin-top: 7px;
	color: #969696;
	padding: 3px 0 0 8px;
	height: 16px;
}

div#header div#search input.search
{
	background: none;
	border: none;
	padding: 0;
	color: white;
	cursor: pointer;
}
/*-----*/

/************************
*		Top Menu		*
*************************/

div#mainmenu
{
    float: right;
	color: White;
	font-weight: bold;
}

div#mainmenu a
{
    display: block;
    width: 130px;
	line-height: 22px;
    
	color: White;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	margin: 0 6px;
}

div.menuItem
{
	margin-bottom: 2px;
	background-repeat: repeat-x;
	background-position: top left;
}

div.aerospace { background-color: #00a1de; }
div.marine { background-color: #00b0ca; }
div.ict { background-color: #e37222; }
div.rail { background-color: #9d5324; }
div.networking { background-color: #d0103a; }
div.sales { background-color: #34b233; }
div.machinebouw { background-color: #928b81; }
/* ----- */


/************************
*		Sub menu		*
*************************/

div#submenu
{
	float: left;
	width: 220px;
	margin-left: 60px;
}

div#submenu ul
{
	padding-left: 18px;
	margin: 0 0 40px 0;
}

div#submenu li
{
	margin-bottom: 17px;
	/*list-style-image => page specific*/
}

div#submenu a
{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
/* ----- */

/********************
*		Footer		*
*********************/

div#footer
{
	font-size: 10px;
	padding: 5px 0 5px 280px;
	color: #969696;
	border-top: 1px solid #969696;
}

div#footer a
{
	color: #969696;
}

/************************
*		Vacancies		*
*************************/

div#vacancies table
{
	width: 100%;
	font-weight: normal;
}

div#vacancies td
{
	padding-top: 4px;
}

div#vacancies select
{
	width: 200px;
}

div#vacancies table#vacancyList th
{
	border-bottom: 1px solid #DDD;
	padding: 0;
}

div#vacancies table#vacancySearch th
{
	color: #666;
	font-weight: 100;
	margin-top: 10px;
	vertical-align: middle;
}

div#vacancies table#vac_details td
{
	padding-bottom: 10px;
}

div#vacancies hr
{
	color: #DDD;
	margin: 10px;
}

div#vacancies a:hover { text-decoration: underline; }

div#vacancies .messages
{
	font-weight: bold;
	font-size: medium;
	text-align: center;
	padding: 3px;
}

div.overlay { 
    width:600px;
    height:470px;
    display:none;
    padding:55px;
}

div.overlay div.close {
    background-image:url('images/overlay_close.png');
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/********************
*		Search		*
*********************/

div#searchResults li
{
	margin-top: 8px;
}