/* 
----- CSS Firma DUPLICON, 2007 -----
*/
* { 
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;
}
body { 
	background-color: #2F303A; 
	height:100.01%;  
}
/* 
----- Layout -----
*/

#jobsOverlay,
#imprintOverlay,
#ethicsOverlay,
#contactOverlay {
	position: absolute;
	width: 450px;
	height: 580px;
	z-index: 1000;
	background-color: #2F303A;
	display: none;
	border: solid 1px white;
	overflow: hidden;
}

#wrapperHeader {
	float: left;
	left: 50%;
	position: relative;
	margin-left: -73px;
}

#wrapperSite {
	float:left;
	position: relative;
	width:940px;
	text-align:left;
	left: 50%;
	margin-left: -474px;
	margin-top: 100px;
}

#wrapperFooter {
	clear:both;
	position: absolute; 
	bottom: 0.0em; 
	left: 0;
	xfloat: left;
	left: 50%;
	z-index: 100000 !important;
	margin-left: -95px;
}
#dummyImage,
#content {
	float: left;
	width: 940px;
	height: 510px;
}

#dummyImage {
	background-image: url("/img/flash_dummy.jpg");
	background-repeat: no-repeat;

}

#flashfilm {
	width: 100%;
	height: 100%;
	xdisplay: none;
}


.metaNavi { 
	float: left;
}

ul {
	margin: 0;
	list-style-type: none;
}

.metaNavi ul {
	
	float: left;
}
.metaNavi ul li {
	display: block;
	float: left;
	padding: 0;
}

.metaNavi ul li a {
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}

.metaNavi ul li a:hover {
	cursor: pointer;
}

.metaNavi ul li a.contact {
	background-image: url("/img/btn_contact.gif");
	padding-right: 47px;
}

.metaNavi ul li a.imprint {
	background-image: url("/img/btn_imprint.gif");
	padding-right: 92px;
}

.metaNavi ul li a.jobs {
	background-image: url("/img/btn_jobs.gif");
	padding-right: 31px;
}
.metaNavi ul li a.contact:hover {
	background-image: url("/img/btn_contact_hi.gif");
}

.metaNavi ul li a.imprint:hover {
	background-image: url("/img/btn_imprint_hi.gif");
}

.metaNavi ul li a.jobs:hover {
	background-image: url("/img/btn_jobs_hi.gif");
}