/*  RESET STYLES  */

HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,HR,B,U,I,CENTER,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
}
HTML {
	font-size:100.01%;
}
EM {
	font-style:normal;
}
TH, B, STRONG, H1, H2, H3, H4, H5, H6 {
	font-weight:normal;
}
OL, UL {
	list-style:none;
}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
}
TH, TD {
	text-align:left;
}
TEXTAREA, INPUT, SELECT {
	font-family:inherit;
	font-size:1em;
}
TEXTAREA {
	resize:none;
}
:focus{
	outline:none;
}
BODY, HTML {
	height:100%;
}


/*  GLOBAL  */

BODY {
	background:#ffffff;
	font-family:helvetica, arial, tahoma, sans-serif;
	font-size:.9em;
	line-height:1.2em;
	color:#292929;
}
#container {
	min-height:100%;
}
#page {
	padding:60px 0 260px 0;
	width:948px;
	margin:auto;
	position:relative;
}
A {
	color:#219c8c;
	text-decoration:underline;
}
A:hover {
	color:#219c8c;
	text-decoration:none;
}
SUP, SUB {
	height:0;
	line-height:1;
	vertical-align:baseline;
	_vertical-align:bottom;
	position:relative;
}
SUP {
	bottom:1ex;
}
SUB {
	top:.5ex;
}
H1#logo {
	display:block;
	width:209px;
	height:52px;
	overflow:hidden;
	text-indent:-2000px;
	background:url(../images/logo.gif) 0 0 no-repeat;
	margin:-22px 0 40px 68px;
	padding:0;
}
	H1#logo.english {
		width:187px;
		background:url(../images/logo-en.gif) 0 0 no-repeat;
		margin:-22px 0 40px 90px;
	}
	H1#logo A {
		display:block;
		width:209px;
		height:52px;
		overflow:hidden;
		text-indent:-2000px;
	}
	H1#logo.english A {
		width:187px;
	}
H1 {
	font-size:1em;
	
}
#language {
	position:absolute;
	top:14px;
	right:74px;
	font-size:.8em;
	font-style:italic;
}

#phone {
	margin:5px 74px 0 0;
	font-size:.85em;
	color:#828282;
	text-align:right;
}
	#phone A {
		color:#828282;
		margin-left:35px;
	}
#menu {
	clear:right;
	float:right;
	margin:8px 74px 0 0;
	font-size:1.1em;
}
	#menu LI {
		float:left;
		margin-left:14px;
		padding:3px 0 2px 0;
	}
		#menu.main LI {
			margin-left:60px;
			font-size:1.1em;
		}
	#menu A {
		text-decoration:none;
		border-bottom:1px dashed #66676a;
	}
		#menu A:hover {
			border:none;
		}
	#menu H2 {
		color:#767676;
		font-size:1.25em;
		margin-top:-1px;
	}
#content {
	padding-top:50px;
	margin:0 70px 0 410px;
}
	#content.main {
		margin:0;
	}
	#page .man {
		padding-top:80px;
	}
#content H3 {
	color:#219c8c;
	font-size:1.3em;
	margin:35px 0 15px 0;
	padding-top:1px;
	line-height:1.2em;
}
	#content H3 A {
		text-decoration:none;
		border-bottom:1px dashed #66676a;
	}
		#content H3 A:hover {
			border:none;
		}
	#content H3.top {
		margin-top:0;
	}
	#content H3 SPAN {
		color:#767676;
		font-size:.8em;
	}
	#content H3.sub {
		line-height:1em;
		margin-top:37px;
	}
	#content.experience H3 {
		clear:both;
	}
#content H4 {
	font-weight:bold;
	font-size:1em;
	margin:25px 0 15px 0;
}
	#content H4.big {
		font-weight:bold;
		font-size:1.1em;
		margin:50px 0 15px 0;
	}
	#content H4.top {
		margin-top:0 !important;
	}
	#content H4.bottom {
		margin-top:100px;
	}
#content P {
	margin:15px 0;
}
#content UL {
	margin:15px 0 20px 15px;
}
	#content.main UL {
		margin:15px 0 20px 0;
	}
#content LI {
	padding:0 0 0 20px;
	margin:5px 0;
	line-height:normal;
	background:url(../images/bullet.gif) 0 8px no-repeat;
}
#content UL.links A {
	color:#292929;
	text-decoration:none;
}
#content UL.links2 A {
	text-decoration:none;
}
#content UL.small {
	color:#767676;
	margin:10px 0 15px 15px;
	font-size:.9em;
}
	#content UL UL.small {
		margin-left:0;
	}
	#content UL.small LI {
		padding:0 0 0 18px;
		margin:3px 0;
		line-height:normal;
		background:url(../images/bullet-gray.gif) 0 8px no-repeat;
	}
#content DIV.image {
	position:relative;
	left:-310px;
	width:242px;
	float:left;
	margin-right:-242px;
	color:#9c9c9c;
	font-style:italic;
	font-size:.9em;
}
	#content DIV.image IMG {
		display:block;
		width:240px;
		border:1px solid #7b7b7b;
		margin-bottom:5px;
	}
	#content DIV.image IMG.doc {
		width:125px;
		height:175px;
		float:left;
		margin:0 10px 15px 0;
		border:1px solid #c1c1c1;
	}
	#content DIV.image P.click {
		color:#c1c1c1;
		font-size:.8em;
		line-height:1.2em;
		margin-top:2px;
		font-style:normal;
	}

	#content.experience DIV.image {
		padding-bottom:30px;
	}
	#content BR.clear {
		clear:both;
	}

#content DIV.photo {
	position:relative;
	left:-180px;
	width:127px;
	float:left;
	margin-right:-127px;
	color:#9c9c9c;
	font-style:italic;
	font-size:.9em;
}
	#content DIV.photo IMG {
		margin-top:5px;
		display:block;
		width:125px;
		border:1px solid #7b7b7b;
		margin-bottom:5px;
	}
#content STRONG {
	font-weight:bold;
}
#content .position {
	color:#767676;
	font-size:1.1em;
}
#content SPAN.gray {
	color:#767676;
}
#content SPAN.title {
	color:#219c8c;
	font-weight:bold;
	line-height:1.5em;
}
#content DIV.title {
	position:relative;
	left:-310px;
	width:242px;
	float:left;
	margin:0 -242px 0 0;
}
#content A.mail {
	color:#767676;
}
#content P.message {
	margin-top:30px;
	color:#219c8c;
}
#content FORM {
	margin-top:30px;
}
#content LABEL {
	display:block;
	margin:9px 0 2px 0;
}
#content INPUT, TEXTAREA {
	border:1px solid #aaa;
	font-size:1.05em;
	padding:2px;
	color:#222;
	width:400px;
}
	#content INPUT.button {
		width:100px;
		margin-top:20px;
	}
#content TEXTAREA {
	height:100px;
}

/*  FOOTER  */

#footer {
	height:190px;
	margin:-190px 0 0 0;
	background:#e6e9e8;
	font-size:.9em;
	color:#474747;
	position:relative;
}
#footer STRONG {
	font-weight:bold;
}
#footer .block {
	width:878px;
	height:172px;
	margin:auto;
	padding:18px 0 0 70px;
	background:#e6e9e8;
}
#footer .left {
	float:left;
}
	#footer .left P {
		margin-bottom:10px;
		line-height:1.2;
	}
	#footer A.indeed {
		color:#ff3300;
	}
	#footer A.competenz {
		color:#e21c30;
	}
#footer .right {
	margin:0 74px 0 460px;
}
	#footer .right P {
		margin:0 0 8px 0;
	}
	#footer .right SPAN {
		margin-left:18px;
	}


/*  MAIN PAGE  */
.clear {
	clear:both;
}
#titleleft {
	margin-left:70px;
	margin-bottom:30px;
	float:left;
	width:420px;
}
#titleright {
	margin-left:530px;
	margin-bottom:30px;
	width:340px;
}
#content P.colored {
	color:#219c8c;
	margin-top:5px;
}
#image {
	position:relative;
	width:948px;
	height:250px;
	overflow:hidden;
}
	#booklet-bg {
		position:absolute;
		bottom:31px;
		left:10px;
		width:250px;
		height:80px;
		background:#fff;
		-moz-opacity:0.8;
		-khtml-opacity:0.8;
		opacity:0.8;
	}
	#booklet {
		display:block;
		position:absolute;
		bottom:36px;
		left:15px;
		width:50px;
		height:70px;
		overflow:hidden;
		text-indent:-1000px;
		background:url(../images/booklet.gif) 0 0 no-repeat;
	}
	#booklet-txt {
		position:absolute;
		bottom:43px;
		left:75px;
		width:180px;
		font-size:.9em;
		line-height:1.1em;
	}
	#booklet-txt P {
		margin:5px 0 5px 0;
	}
#manmenu {
	float:right;
	height:30px;
	margin-right:44px;
}
	#manmenu LI {
		display:block;
		float:left;
		padding:4px 10px 5px 10px;
		font-size:1.1em;
		margin-right:20px;
	}
		#manmenu LI.selected {
			background:#219c8c;
			color:#fff;
		}
	#manmenu A {
		color:#828282;
		text-decoration:none;
		border-bottom:1px dashed #828282;
	}
		#manmenu A:hover {
			border-bottom:none;
		}
		#manmenu LI.selected A {
			color:#fff;
			border-bottom:none;
		}
.sitemap {
	text-align:right;
	font-size:.85em;
}
	.sitemap A {
		color:#999;
	}


#phone A {display:none;}