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

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: no-repeat;
	background-image: url(bg.png);
	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 #header2 { 
	padding-bottom: 0; 
	padding-top: 9px; 
	position: absolute; 
	display: block; 
	visibility: visible; 
	width: 40px; 
	left: 20px;
}



.oneColFixCtrHdr #header3 {
	left: 20px;
	width: 290px;
	top: 270px;
	display: block;
	visibility: visible;
	position: absolute;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}






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

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

.oneColFixCtrHdr #headeropen { 
	padding-bottom: 0; 
	padding-top: 8px; 
	position: absolute; 
	display: block; 
	visibility: visible; 
	width: 180px; 
	left: 588px;
}

.oneColFixCtrHdr p {

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

}

.oneColFixCtrHdr #mainContent {
	left: 350px;
	width: 427px;
	top: 120px;
	display: block;
	visibility: visible;
	position: absolute;
	padding: 0 0px; /* 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: #FF0099;

}
