body, p, div, span, tr, td, th {
	font-family: "trebuchet ms", trebuchet, arial, verdana;
	font-size:12px;
}

h1{
font-size: 18px;
font-weight: normal;
margin-bottom: 0px;
}

ul{ margin-left:15px; }


a {
	font-weight:bold;
	text-decoration:none;
	color: #00469b;
}

/*the main content*/
div.content {
margin-left: 5px;
margin-right: 5px;
width:389px;
}

/*the right box*/
div.box {
margin-left: 5px;
margin-right: 5px;
}

div.footer {
	font-size:11px;
	margin-top:10px;
}
td.footer {
	font-size:11px;
}
a.footer {
	font-size:11px;
	color: black;
	text-decoration:none;
	font-weight: normal;
}
a.footer:hover {
	text-decoration:underline;
}

.copyright {
	margin-left:10px;
	line-height:18px;
}

div.divHomeIntro {
	background-color: #ececec;
	padding:8px;
	margin-bottom:10px;
}
div.homeDivDirectLink {
	margin-left:20px;
	margin-bottom:10px;
}



div.navLiDiv {
}


div.divLanguageSwitch {
	margin-left:41px;
	margin-bottom:6px;
}


.jobsTitle {
	font-weight:bold;
	color: #00469b;
}
.jobsDate {
	color: #575757;
}
.jobsRegion {
	color: #4a4a4a;
	font-size:10px;
}
.jobsUpdate {
	font-weight:bold;
}


.divJobsSearchText {
}
.divJobsSearchField {
	margin-bottom:5px;
}
.inputJobsSearchField {
	width:160px;
}


.divDidyouknowTitle {
	margin-bottom:10px;
	font-weight:bold;
}
.divDidyouknowMsg {

}

.divHomeMainLeft {
}
.divHomeMainRight {
	margin-left:5px;
}

/* div between the random jobs in the right column. */
div.randomJobSeparator {
	height:10px;
}


/*------------------------------------------------------------------
[.leftnavi]
*/

ul.leftnavi_level1 {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 200px;
}
.leftnavi_level1 li a {
	background: url(navBgLevel1No.gif) bottom left no-repeat;
	color: #000;
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 40px;
	text-decoration: none;	
	width: 160px; /* 200px */
}
.leftnavi_level1 li a:hover {
	background: url(navBgLevel1Cur.gif) bottom left no-repeat;
	color: #000;
	text-decoration: none;	
}
.leftnavi_level1 li a.active {
	background: url(navBgLevel1No.gif) bottom left no-repeat;
	color: #000;
	text-decoration: none;	
}
ul.leftnavi_level2 {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 200px;
}
.leftnavi_level2 li a {
	background: url(navBgLevel2No.gif) bottom left no-repeat;
	color: #000;
	display: block;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 45px;
	text-decoration: none;	
	width: 155px; /* 200px */
}
.leftnavi_level2 li a:hover {
	background: url(navBgLevel2Cur.gif) bottom left no-repeat;
	/*color: #F15900;*/
	font-weight: normal;
	text-decoration: none;	
}
.leftnavi_level2 li a.active {
	background: url(navBgLevel2No.gif) bottom left no-repeat;
	/*color: #F15900;*/
	font-weight: normal;	
	text-decoration: none;	
}


/*------------------------------------------------------------------
[h1.title]
*/
h1.title {
	padding: 0 0 5px 10px;
}
