* {
	margin: 0px;
	padding: 0px;
}

body, table{
	font-size: 10pt;
	font-family: Verdana, Arial;
	text-align: center;
}

#container {
	position:absolute;
	top:0;
	left:0;
	display:block;
	float:left;
	width:100%; 
	height:100%;
	margin:0 auto;
	padding:0;
}

#content{
	display:block;
	width:850px;
	margin:0 auto;
}

#contentContainer {
	float:left;
	width:850px;
	display:block;
}

/* ------------------- Header ------------------- */

#Header{
	width: 850px;
	float: left;
}

#Logo{
	width: 163px;
	float: left;
}

#Flash{
	width: 687px;
	float: right;
}

/* ----------------- End Header ----------------- */

/* ----------------- Navigation ----------------- */

#topnav{
	width:850px;
	height:30px;
	display:block;
	background-color:#EEE9E3;
	float:right;
	border-bottom: 1px solid #72480C;
	z-index:5;
}

#topnav ul, li{
	list-style:none;
}

#topnav #main{
	margin:0px 10px 0px 0px;
	float:left;
	display:block;
}

#topnav ul.mainnav {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	display:block;
	float:left;
}

#topnav li.main {
	float: left;
	position: relative;
	margin:0px;
	padding:0px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:0.7em;
}

#topnav li.main a {
	/*float:left;*/
	height:19px;
	color:#72480C;
	text-decoration:none;
	font-size: 7pt;
	padding: 0px 9px 0px 18px;
}

#topnav li.main a:hover {
	color:#492C06;
}

li ul {
	position: absolute; 
	top: 30px;
	left:13px;
	float:left;
	display: none;
	border-bottom:1px solid #72480C;
}

#topnav li.sub {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	float:left;
	clear:both;
	background-image:none;
	text-align:left;
}

#topnav li.sub a{
	display:block;
	float:left;
	color:#333;
	padding:0px 0px 0px 6px;
	text-decoration:none;
	width:158px;
	height:22px;
	line-height:22px;
	background-color:#EEE9E3;
	border-left:1px solid #72480C;
	border-right:1px solid #72480C;
}

#topnav li.sub a:hover {
	background-color:#fff;
}

#topnav  li > ul {
  top: 30px;
  left: 13px;
}

#topnav li:hover ul, li.over ul{ display: block; }

/* --------------- End Navigation --------------- */

/* ------------- Main Content Area -------------- */

#Main{
	width: 850px;
	float: left;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

#Mid{
	width: 600px;
	float: left;
	margin: 5px 0px 0px 0px;
}

#Mid2{
	width: 600px;
	float: left;
	margin: 5px 0px 0px 0px;
	background-image: url('title.jpg');
	background-repeat: no-repeat;
}

#Mid2 h1{
	margin: 7px 0px 0px 25px;
}

#Content{
	width: 570px;
	margin: 3px 0px 0px 15px;
}

#Main h1{
	font-size: 13pt;
	color: #72480C;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}

#Main p{
	font-size: 7.5pt;
	padding: 0px 0px 10px 0px;
}

#Right{
	float: right;
	width: 230px;
}

.RHC{
	margin: 10px 0px 10px 0px;
}

/* ----------- End Main Content Area ------------ */

/* ------------------ Footer -------------------- */

#Footer{
	float: left;
	width: 850px;
	margin: 20px 0px 10px 0px;
}

#Footerleft{
	float: left;
	background-color: #EEE9E3;
	border-bottom: 1px solid #72480C;
	height: 27px;
	width: 618px;
	margin: 12px 0px 0px 0px;
}

#Footer p{
	font-size: 8pt;
	padding: 8px 0px 0px 10px;
	float: left;
	color: #72480C;
}

#Footerright{
	background-image: url('footer.jpg');
	width: 232px;
	height: 52px;
	float: right;
}

/* ---------------- End Footer ------------------ */

/* ------------------- Misc --------------------- */

br.all{
	clear: both;
}

/* ----------------- End Misc ------------------- */

/* ----------------- Home Page ------------------ */


/* ------------- German Home Page --------------- */

#Category1En, #Category2En, #Category3En, #Category4En, #Category7En, #Category8En{
	width: 300px;
	height: 171px;
	float: left;
	margin: 5px 0px 10px 0px;
}

#Category1En{
	background-image: url('applicants.jpg');
	background-repeat: no-repeat;
}

#Category2En{
	background-image: url('overseas.jpg');
	background-repeat: no-repeat;
}

#Category3En{
	background-image: url('team_leaders.jpg');
	background-repeat: no-repeat;
}

#Category4En{
	background-image: url('gallery.jpg');
	background-repeat: no-repeat;
}

#Category7En{
	background-image: url('returners.jpg');
	background-repeat: no-repeat;
}
#Category8En{
	background-image: url('other_positions.jpg');
	background-repeat: no-repeat;
}

#Category1En a:link, #Category1En a:visited{
	color: #72480C;
}

#Category2En a:link, #Category2En a:visited{
	color: #BC200F;
}

#Category3En a:link, #Category3En a:visited{
	color: #4c844c;
}

#Category4En a:link, #Category4En a:visited{
	color: #3A9913;
}

#Category7En a:link, #Category7En a:visited{
	color: #188AB2;
}

#Category8En a:link, #Category8En a:visited{
	color: #cc6600;
}

#Category1En a:hover{
	color: #4C2D04;
}

#Category2En a:hover{
	color: #87130A;
}

#Category3En a:hover{
	color: #336633;
}

#Category4En a:hover{
	color: #296B0A;
}
#Category7En a:hover{
	color: #0C5D72;
}
#Category8En a:hover{
	color: #993300;
}

#Category1En a, #Category2En a{
	text-decoration: none;
	font-size: 8pt;
	padding: 8px 0px 0px 155px;
	float: left;
}

#Category3En a, #Category4En a{
	text-decoration: none;
	font-size: 8pt;
	padding: 10px 0px 0px 155px;
	float: left;
}
#Category7En a, #Category8En a{
	text-decoration: none;
	font-size: 8pt;
	padding: 10px 0px 0px 155px;
	float: left;
}

/* ----------- End German Home Page ------------- */

.CatText{
	width: 147px;
	height: 95px;
	margin: 45px 0px 0px 0px;
	float: right;
	color: #2f2f2f;
}

.CatText p{
	font-size: 8pt;
	width: 125px;
}

#News{
	font-size: 8pt;
	padding: 0px 0px 0px 19px;
}

#News li{
	padding: 0px 0px 10px 0px;
	list-style-image: url('dot.jpg');
}

/* --------------- End Home Page ---------------- */

/* --------------- Category Page ---------------- */

.Cat{
	margin: 3px 0px 25px 0px;
	width: 570px;
	float: left;
}

.Cat h2{
	font-size: 9pt;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	color: #72480C;
	width: 570px;
	float: left;
}

.Cat p{
	width: 570px;
	float: left;
}

.Cat a:link, .Cat a:visited{
	text-decoration: none;
	font-size: 8pt;
	color: #BC200F;
}

.Cat a:hover{
	color: #87130A;
}

/* ------------- End Category Page -------------- */



/* ------------- German Home Page --------------- */

#Category1Ger, #Category2Ger, #Category3Ger, #Category4Ger{
	width: 300px;
	height: 171px;
	float: left;
	margin: 5px 0px 10px 0px;
}

#Category1Ger{
	background-image: url('german/applicants.jpg');
	background-repeat: no-repeat;
}

#Category2Ger{
	background-image: url('german/overseas.jpg');
	background-repeat: no-repeat;
}

#Category3Ger{
	background-image: url('german/returners.jpg');
	background-repeat: no-repeat;
}

#Category4Ger{
	background-image: url('german/gallery.jpg');
	background-repeat: no-repeat;
}

#Category1Ger a:link, #Category1Ger a:visited{
	color: #72480C;
}

#Category2Ger a:link, #Category2Ger a:visited{
	color: #BC200F;
}

#Category3Ger a:link, #Category3Ger a:visited{
	color: #188AB2;
}

#Category4Ger a:link, #Category4Ger a:visited{
	color: #3A9913;
}

#Category1Ger a:hover{
	color: #4C2D04;
}

#Category2Ger a:hover{
	color: #87130A;
}

#Category3Ger a:hover{
	color: #0C5D72;
}

#Category4Ger a:hover{
	color: #296B0A;
}

#Category1Ger a, #Category2Ger a{
	text-decoration: none;
	font-size: 8pt;
	padding: 8px 0px 0px 155px;
	float: left;
}

#Category3Ger a, #Category4Ger a{
	text-decoration: none;
	font-size: 8pt;
	padding: 10px 0px 0px 155px;
	float: left;
}

/* ----------- End German Home Page ------------- */


/* ------------- Dutch Home Page ---------------- */

#Category1Nl, #Category2Nl, #Category3Nl, #Category4Nl{
	width: 300px;
	height: 171px;
	float: left;
	margin: 5px 0px 10px 0px;
}

#Category1Nl{
	background-image: url('dutch/applicants.jpg');
	background-repeat: no-repeat;
}

#Category2Nl{
	background-image: url('dutch/overseas.jpg');
	background-repeat: no-repeat;
}

#Category3Nl{
	background-image: url('dutch/returners.jpg');
	background-repeat: no-repeat;
}

#Category4Nl{
	background-image: url('dutch/gallery.jpg');
	background-repeat: no-repeat;
}

#Category1Nl a:link, #Category1Nl a:visited{
	color: #72480C;
}

#Category2Nl a:link, #Category2Nl a:visited{
	color: #BC200F;
}

#Category3Nl a:link, #Category3Nl a:visited{
	color: #188AB2;
}

#Category4Nl a:link, #Category4Nl a:visited{
	color: #3A9913;
}

#Category1Nl a:hover{
	color: #4C2D04;
}

#Category2Nl a:hover{
	color: #87130A;
}

#Category3Nl a:hover{
	color: #0C5D72;
}

#Category4Nl a:hover{
	color: #296B0A;
}

#Category1Nl a, #Category2Nl a{
	text-decoration: none;
	font-size: 8pt;
	padding: 8px 0px 0px 155px;
	float: left;
}

#Category3Nl a, #Category4Nl a{
	text-decoration: none;
	font-size: 8pt;
	padding: 10px 0px 0px 155px;
	float: left;
}

/* ----------- End Dutch Home Page -------------- */
