* {

	margin: 0px;
	padding: 0px;

}
 
html, body {

	width: 100%;
	height: 100%;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #666; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;

}

td {

	font-size: 12px;
	line-height: 20px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}


/* - FLOAT CLEANER - */


div.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - WRAPPER - */


#wrapper {

	width: 930px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;

}


/* - WRAPPER : SITE - */


#site {

	width: 930px;
	min-height: 725px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;

}


/* - WRAPPER : SITE : HEADER - */


#header {
	
	width: 930px;
	height: 231px;
	background: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	
}


/* - WRAPPER : SITE : HEADER : IMAGE - */


#header #headerimage {
	
	width: 930px;
	height: 231px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
}


/* - WRAPPER : SITE : HEADER : LOGO - */


#header #logo {
	
	width: 303px;
	height: 80px;
	
	position: absolute;
	top: 43px;
	right: 0px;
	z-index: 10;
	
}


/* - WRAPPER : SITE : HEADER : NAVIGATION LAYER - */


#header #navigation {
	
	width: 930px;
	height: 35px;
	background: transparent;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	
	position: absolute;
	top: 194px;
	left: 0px;

	z-index: 2;
	
}


/* - WRAPPER : SITE : HEADER : MENU - */


#header #menu {
	
	width: 930px;
	height: 35px;
	border: none;
	background: url('../pics/menu.png');
	
}

#header #menu ul.menu {
	
	width: 512px;
	margin: 0px;
	
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 5;

}

#header #menu ul.menu li {
	
	list-style: none;
	float: left;
	height: 35px;
	padding: 0px;
	margin: 0px;
	
}


/* - WRAPPER : SITE : HEADER : MENU : LINK - */


#header #menu ul.menu li a {
	
	display: block;
	height: 35px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	
}


/* - WRAPPER : SITE : HEADER : MENU : LINKS : SPAN -> HIDDEN - */


#header #menu ul.menu li a span {

	display: none;
	
}


/* - WRAPPER : SITE : HEADER : MENU : LINK DEFINITIONEN - */


#header #menu ul.menu li a#about {

	width: 109px;
	background: url('../pics/menu/about.png') top no-repeat;
	
}

#header #menu ul.menu li a#about:hover {

	width: 109px;
	background: #fff url('../pics/menu/about.png') top no-repeat;
	
}

#header #menu ul.menu li a#about.aktiv, #header #menu ul.menu li a#about.aktiv:hover {

	width: 109px;
	height: 36px;
	background: #fff url('../pics/menu/about.png') top no-repeat;
	
}

#header #menu ul.menu li a#clients {

	width: 80px;
	background: url('../pics/menu/clients.png') top no-repeat;
	
}

#header #menu ul.menu li a#clients:hover {

	width: 80px;
	background: #fff url('../pics/menu/clients.png') top no-repeat;
	
}

#header #menu ul.menu li a#clients.aktiv, #header #menu ul.menu li a#clients.aktiv:hover {

	width: 80px;
	height: 36px;
	background: #fff url('../pics/menu/clients.png') top no-repeat;
	
}

#header #menu ul.menu li a#candidates {

	width: 112px;
	background: url('../pics/menu/candidates.png') top no-repeat;
	
}

#header #menu ul.menu li a#candidates:hover {

	width: 112px;
	background: #fff url('../pics/menu/candidates.png') top no-repeat;
	
}

#header #menu ul.menu li a#candidates.aktiv, #header #menu ul.menu li a#candidates.aktiv:hover {

	width: 112px;
	height: 36px;
	background: #fff url('../pics/menu/candidates.png') top no-repeat;
	
}

#header #menu ul.menu li a#training {

	width: 151px;
	background: url('../pics/menu/training.png') top no-repeat;
	
}

#header #menu ul.menu li a#training:hover {

	width: 151px;
	background: #fff url('../pics/menu/training.png') top no-repeat;
	
}

#header #menu ul.menu li a#training.aktiv, #header #menu ul.menu li a#training.aktiv:hover {

	width: 151px;
	height: 36px;
	background: #fff url('../pics/menu/training.png') top no-repeat;
	
}

#header #menu ul.menu li a#jobs {

	width: 60px;
	background: url('../pics/menu/jobs.png') top no-repeat;
	
}

#header #menu ul.menu li a#jobs:hover {

	width: 60px;
	background: #fff url('../pics/menu/jobs.png') top no-repeat;
	
}

#header #menu ul.menu li a#jobs.aktiv, #header #menu ul.menu li a#jobs.aktiv:hover {

	width: 60px;
	height: 36px;
	background: #fff url('../pics/menu/jobs.png') top no-repeat;
	
}


/* - WRAPPER : SITE : HEADER : QUICK MENU - */


#header #menu ul.quickmenu {
	
	width: 403px;
	margin: 0px;
	
	position: absolute;
	top: 0px;
	right: 15px;

	z-index: 5;

}

#header #menu ul.quickmenu li {
	
	padding: 0px;
	margin: 0px 0px 0px 10px;
	
	list-style: none;
	float: right;

}

#header #menu ul.quickmenu li a {
	
	color: #999;
	line-height: 33px;
	text-decoration: none;

}

#header #menu ul.quickmenu li a.aktiv {
	
	color: #ba5918;

}


/* - WRAPPER : SITE : SUBMENU - */


#submenu {
	
	width: 930px;
	height: 25px;
	background: #fff;
	overflow: hidden;
	border-bottom: 31px solid #fff;
	
}

#submenu ul {
	
	width: 917px;
	height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 13px;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #999;
	
}

#submenu ul li {
	
	list-style: none;
	float: left;
	height: 24px;
	padding: 0px;
	margin: 0px 13px 0px 0px;
	background: #fff;
	overflow: hidden;
	
	
}

#submenu ul li a {
	
	color: #005091;
	text-decoration: none;
	line-height: 23px;
	
	
}

#submenu ul li a.aktiv {
	
	color: #ba5918;
	text-decoration: none;
	line-height: 23px;
	
	
}


/* - SITE : CONTENT LAYER - */


#content {
	
	width: 965px;
	overflow: hidden;
	position: relative;
	padding: 0px 0px 35px 0px;
	
}

#content div.sidebar {
	
	width: 205px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px 35px 0px 0px;
	
}

#content #text {
	
	width: 450px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px 35px 0px 0px;
	
}


/* - CONTENT : ALLGEMEINE LAYER DEFINITIONEN - */


#content div.box-blue {
	
	width: 185px;
	padding: 10px 10px 0px 10px;
	background: #e9eeef;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	min-height: 350px;
	
}

#content div.box-orange {
	
	width: 185px;
	padding: 10px 10px 0px 10px;
	background: #f3e2d6;
	border-top: 1px solid #ba5918;
	border-bottom: 1px solid #ba5918;
	min-height: 350px;
	
}

#content div.sidebar div.platzhalter {
	
	height: 29px;
	overflow: hidden;
	
}

#content #text div.login {
	
	background: #e9eeef;
	padding: 20px 10px 15px 10px;
	margin: 0px 0px 10px 0px;
	
}

#content #text div.blue-box {
	
	background: #e9eeef;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	
}

#content #text div.login table tr td {
	
	padding: 0px 10px 5px 0px;
	
}

#content #text div.login input.form {
	
	width: 150px;
	height: 17px;
	padding: 3px 0px 0px 2px;
	border: 1px solid #c3c3c3;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 11px;
	color: #999;
	
}

#content div.sidebar div.logged {
	
	height: 29px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #999;
	
}

#content div.sidebar ul {
	
	margin: 0px 0px 17px 0px;
	
}

#content div.sidebar ul li {
	
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	
}

#content div.sidebar ul li a {
	
	color: #005091;
	text-decoration: none;
	
}

#content div.sidebar ul li a:hover, #content div.sidebar ul li a.aktiv {
	
	color: #ba5918;
	
}

#content #text table.newsletter {
	
	width: 100%;
	
}

#content #text table.newsletter tr td {
	
	padding: 2px 0px 2px 3px;
	border-bottom: 1px solid #999;
	
}

#content div.sidebar div.print {
	
	padding: 3px 0px 4px 0px;
	border-bottom: 1px solid #999;
	
}

#content div.sidebar div.print a {
	
	color: #666;
	text-decoration: none;
	
}

#content div.sidebar div.print a:hover {
	
	color: #666;
	text-decoration: underline;
	
}

#content #text div.formular input.form {
	
	width: 300px;
	display: block;
	height: 17px;
	padding: 3px 0px 0px 2px;
	margin: 0px 0px 3px 3px;
	border: 1px solid #c3c3c3;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 11px;
	color: #999;
	
}

#content #text div.formular input.file {
	
	margin: 0px 0px 3px 3px;
	
}

#content #text div.formular textarea {
	
	width: 300px;
	display: block;
	height: 52px;
	padding: 3px 0px 0px 2px;
	margin: 0px 0px 3px 3px;
	border: 1px solid #c3c3c3;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 11px;
	color: #999;
	
}

#content #text div.formular table.form_3434 {
	
	margin: 0px 0px 3px 3px;
	
}


/* - CONTENT : ALLGEMEINE STYLE DEFINITIONEN - */


#content div.sidebar h1 {
	
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ba5918;
	margin: 0px 0px 5px 0px;
	
}

#content #text h1 {
	
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 23px;
	line-height: 20px;
	font-weight: normal;
	text-transform: normal;
	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 9px 3px;
	border-bottom: 1px solid #999;
	
}

#content #text h2 {
	
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	font-size: 12px;
	line-height: 20px;
	font-weight: strong;
	text-transform: normal;
	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 9px 3px;
	border-bottom: 1px solid #999;
	
}

#content hr {
	
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;
	
}

#content #text p.text {
	
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 10px 0px;
	
}

#content #text span.text {
	
	padding: 0px 3px 0px 3px;
	
}

#content div.sidebar p {
	
	margin: 0px 0px 10px 0px;
	
}

#content a.more {
	
	color: #666;
	text-decoration: none;
	padding: 0px 16px 0px 0px;
	background: url('../pics/more.gif') right no-repeat;
	
}

#content a.more:hover {

	text-decoration: underline;
	
}

#content a.email {
	
	color: #ba5918;
	text-decoration: underline;

}

#content a.email:hover {
	
	color: #ba5918;
	text-decoration: none;

}

#content #text a {
	
	color: #ba5918;
	text-decoration: none;

}

#content #text a:hover {
	
	color: #ba5918;
	text-decoration: underline;

}

#content span.orange {
	
	color: #ba5918;
	
}

#content span.small {
	
	font-size: 11px;
	
}

#content span.mini {
	
	font-size: 10px;
	line-height: 12px;
	
}

#content #text ul {
	
	margin: 0px 0px 10px 0px;
	
}

#content #text ul li {
	
	list-style: disc;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	
}

#content #text ul li ul {
	
	margin: 0px 0px 0px 0px;
	
}


/* - CONTENT : HOME -> DEFINITIONEN - */


#content div.sidebar p.home-image, #content div#text p.home-image {
	
	margin: 0px;
	
}

#content p.home-textblock {
	
	border-top: 1px solid #999;
	padding: 5px 15px 0px 15px;
	margin: 0px;
	
}

#footer a.biovalley {
	
	width: 90px;
	height: 24px;
	display: block;
	text-decoration: none;
	background: url('../pics/footer_biovalley.gif') no-repeat;
	
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#footer a.swissstaffing {
	
	width: 89px;
	height: 24px;
	display: block;
	text-decoration: none;
	background: url('../pics/footer_swissstaffing.gif') no-repeat;
	
	position: absolute;
	top: 0px;
	right: 117px;
	
}


/* - WRAPPER : FOOTER - */


#footer {

	width: 930px;
	height: 30px;
	border-top: 1px solid #999;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	position: relative;

}

#footer p {
	
	color: #005091;
	font-size: 11px;
	padding: 2px 0px 0px 15px;
	
}

#onlyPrint {display:none;}