@CHARSET "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #f2f1f1;
	background-image: url(../img/bg_pattern.jpg);
	background-repeat: repeat-x;
}

body, table, textarea, input {
	font-family: tahoma;
	font-size: 12px;
	color: #858585;
}

a {
	color: #d60000;
	text-decoration: none;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #d60000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#bgElementContainer {
	position: relative;
	width: 916px;
	margin: auto;
	background-image: url(../img/main/bg_element_bg.png);
	background-repeat: repeat-y;
}
#bgElementBg {
	width: 916px;
}
#bgElementBottom {
	clear: both;
	width: 916px;
	height: 28px;
	background-image: url(../img/main/bg_element_bottom.gif);
	background-repeat: no-repeat;
}
#legalContainer {
	width: 900px;
	margin: auto;
	padding-bottom: 10px;
	height : 23px;
}
#uht {
	float: left;
	position: relative;
	width: 250px;
	text-align: center;
	font-size: 11px;
}
#legal {
	padding-left: 270px;
	padding-right: 10px;
	text-align: center;
	font-size: 11px;

}
#legal p {
		margin : 0px;
		padding-top : 10px;
	}

#pageContainer {
	position: relative;
	width: 900px;
	margin: auto;
	background-image: url(../img/main/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topContainer {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 650px;
	height: 40px;
	background-color: #a80000;
	background-image: url(../img/main/top_shadow.gif);
	background-repeat: repeat-y;
}
#leftContainer {
	float: left;
	position: relative;
	width: 250px;
	padding-bottom: 355px;
}
#menuContainer {
	height: 350px;
}
#mainContainer {
	padding-top: 70px;
	padding-left: 18px;
	padding-right: 9px;
	padding-bottom: 0px;
	width: 620px;
	overflow: hidden;
}
#loadImage {
	position: absolute;
	left: 268px;
	top: 70px;
	display: none;
	width: 620px;
	text-align: center;
}

#languageContainer {
	padding-left: 20px;
	padding-top: 10px;
}

.menuElement {
	padding-bottom: 10px;
}
.submenu {
	position: relative;
	left: 20px;
	width: 210px;
	background-color: #fff;
	background-image: url(../img/main/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0px;
	display: none;
}
.submenuElement {
	font-family: tahoma;
	font-size: 11px;
	color: #636363;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 32px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer;
}
.submenuElementOn {
	background-image: url(../img/main/submenu_bullet_on.gif);
}
.submenuElement a {
	color: #636363;
	text-decoration: none;
}
.submenuElementActive a {
	color: #d60000;
}
.submenuSpacer {
	width: 210px;
	height: 1px;
	background-image: url(../img/main/submenu_spacer.gif);
	padding: 0;
	margin: 0;
	font-size: 1px;
}
.submenuBottom {
	height: 10px;
	width: 210px;
	font-size: 1px;
}

h2.ourservices {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	cursor: pointer;
}
h2.ourservicesActive {
	background-image: url(../img/ourservices/bullet_active.gif);
}

h2.interculturalconsulting {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	cursor: pointer;
}
h2.ourservicesActive {
	background-image: url(../img/ourservices/bullet_active.gif);
}
.hr {
	width: 620px;
	height: 8px;
	margin: 8px auto;
	overflow: hidden;
	background-image: url(../img/ourservices/ruler.gif);
	background-repeat: no-repeat;
	border: none 0;
}
.more {
	color: #d60000;
	display: none;
	cursor: pointer;
}

h2.general {
	padding-left: 20px;
}
div.general {
	line-height: 150%;
}

h2.latest {
	padding-left: 20px;
	padding-bottom: 20px;
}
h3.latest {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	font-size: 13px;
	line-height: 20px;
	font-family: tahoma;
	color: #d60000;
	font-weight: normal;
}
.latestdate {
	white-space: nowrap;
	color: #d60000;
}
.joblist {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pair {
	background-image: url(../img/forjobseekers/pair.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.impair {
	background-image: url(../img/forjobseekers/impair.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.success{
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	background-color:#FFFFFF;
	color:#23D400;
	border:1px solid #23D400;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	cursor:default;
}

.error{
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	background-color:#FFFFFF;
	color:#D60000;
	border:1px solid #D60000;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	cursor:default;
}