@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: no-repeat;
	background-image: url(fotolabor.jpg);
	font: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */




}

.oneColFixCtrHdr #news {
	padding-bottom: 0;
	padding-top: 0px;
	position: absolute;
	display: block;
	visibility: visible;
	width: 276px;
	left: 431px;
	top: 107px;
	height: 67px;
}


.oneColFixCtrHdr #header2 { 
	padding-bottom: 0; 
	padding-top: 14px; 
	position: absolute; 
	display: block; 
	visibility: visible; 
	width: 40px; 
	left: 320px;
}








.oneColFixCtrHdr #header { 
	padding-bottom: 0; 
	padding-top: 14px; 
	position: absolute; 
	display: block; 
	visibility: visible; 
	width: 150px; 
	left: 430px;
}

.oneColFixCtrHdr #headeradresse { 
	padding-bottom: 0; 
	padding-top: 14px; 
	position: absolute; 
	display: block; 
	visibility: visible; 
	width: 160px; 
	left: 655px;
}

.oneColFixCtrHdr #headeropen { 
	padding-bottom: 0; 
	padding-top: 14px; 
	position: absolute; 
	display: block; 
	visibility: visible; 
	width: 170px; 
	left: 825px;
}

.oneColFixCtrHdr p {

	text-transform: uppercase;
	font-size: 10px;
	color: white;
	letter-spacing: 2px;
	line-height: 1.7em;

}

.oneColFixCtrHdr #mainContent {
	left: 220px;
	width: 450px;
	top: 110px;
	display: block;
	visibility: visible;
	position: absolute;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer { /* this padding matches the left alignment of the elements in the divs that appear above it. */                                                                                                
	top: 570px;                                                                                                                                                                                                
	left: 445px;                                                                                                
	width: 230px;                                                                                                
	visibility: visible;                                                                                                
	display: block;                                                                                                
	position: absolute;                                                                                                
	padding-left: 0px;                                                                                                
	padding-bottom: 0;                                                                                                
	padding-right: 0px;                                                                                                
	padding-top: 0;                                                                                                
}
.oneColFixCtrHdr #footer p {
	line-height: 1.8em;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: black; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a {

	letter-spacing: 2px;
	line-height: 1.8em;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #fcff43;

}

