/* BODY */
body {
	position: relative;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	background: #0099cc;
	color: #000000;
}

body a {
	color: #000000;
}

body a:active {
	color: #000000;
}

body a:visited {
	color: #000000;
}

body a:hover {
	color: #0099cc;
	text-decoration: underline;

} 


#title {
	color: #0099cc;
	font-size: 14px;
}


.container{	
	margin:auto;
	text-align:left;
	width:1000px;
	border:1px solid #000000;
	background-color:#ffffff;
}

.header_top{
	height:20px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	position: relative;
	background-image: url('/images/top_header.png');
	
}


.header{
	height:100px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	position: relative; 
}

.menu{
	height:35px;
	background-color:#FFEFEF;
	margin:0px;
	padding:0px;
	position: relative;
}

/* menu1 */
.menu1 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(/images/menu/button1.gif);
	position:relative;
	border:1px solid #000; 
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu1 li {
	float:left;
}

.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:12px;
	font-family:tahoma;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}

.menu1 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}

.menu1 li.current a {
	color:#fff;
	background:url(/images/menu/button3.gif);
}

.menu1 li.current a b {
	background:url(/images/menu/button3.gif) no-repeat right top;
}

.menu1 li a:hover {
	color:#fff;
	background:#000 url(/images/menu/button2.gif);
}

.menu1 li a:hover b {
	background:url(/images/menu/button2.gif) no-repeat right top;
}

.menu1 li.current a:hover {
	color:#fff;
	background:#000 url(/images/menu/button3.gif);
	cursor:default;
}

.menu1 li.current a:hover b {
	background:url(/images/menu/button3.gif) no-repeat right top;
}

/* end menu */


.main{
	background-color:#ffffff;
	margin:0px; 
	padding:0px;
	position: relative;
	height:550px;	
}

.main_left{
	background-color:#ffffff	;
	margin-left:10px; 
	padding:0px;
	width:630px;
	float:left;
	
}
.main_right{
	background-color:#ffffff;
	padding:0px;
	width:330px;
	margin-right:20px; 
	float:right;
	
}

.content_left{
	margin-top:10px;
	padding:10px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	border-left: 1px solid #0099cc;
}

.special_border{
	border: 1px solid #000000;
}

.content_left h3 {
	color: #0099cc;
	font-size: 14px;
}

.content_right{
	background-color:#ffffff;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

.main_search{
	background-color:#ffffff;
	margin:0px; 
	padding:0px;
	/* border-top: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	 */
	
}

div.block_searchfields{
	border: 1px solid #0099cc;
	font-size: 12px;
	height: 60px;
	width:980px;
	margin: 10px 10px 20px 10px;	
}

div.newjobs{
	border: 1px solid #0099cc;
	margin:10px;
}

.footer{
	height:35px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	position: relative;
	background-image: url('/images/top_header.png');
	color: #ffffff;
	text-align: center;
}

.footer a {
	color: #ffffff;
}

.footer a:active {
	color: #ffffff;
}

.footer a:visited {
	color: #ffffff;
}

.footer a:hover {
	color: #0099cc;
	text-decoration: underline;

} 

/* buttons */
.knop {
	background-color: #000000;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	color: #ffffff;
	cursor: hand;
	font-family: tahoma;
	font-size: 11px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}

.knop2 {
	background-color: #ffffff;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	color: #000000;
	cursor: hand;
	font-family: tahoma;
	font-size: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
	

/* search */
table.tblSearch{
	font-family: tahoma;
	font-size: 12px;
	width: 960px;
	margin: 10px 10px 30px 10px;
	border-spacing: 0px;	
}

table.tblSearch td{
	padding: 0px;	
}

/* result list */
table.tblJobUrls{
	font-family: tahoma;
	font-size: 12px;
	width: 978px;
	border-spacing: 0px;	
}

table.tblJobUrls td{
	padding: 0px;	
}


#row_on {
	background-color: #e9e9e9;
}

#row_off {
	background-color: #f8f8f8;
}


