/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
background: #fff;
text-align: center; /* IE center bug */
}

div#pageFrame {
  position: relative;
  width: 978px; /* total pagewidth */
  margin: 0 auto;
  background-color:#f0f1ed;
}

#LayerMainRahmen {
  position:relative;
  width:978px;
  background-color:#f0f1ed;
  float:left;
}


div#navTop {
  background-color:#fff;
	float:left;
	height: 58px; /* prevent collapse ? */
	position:relative;
	width:100%;
}

div#navTopLogo {
	position:relative;
	width:247px;	
	height: 80px;
  float:left;	
  background-color:#fff;    
}

.navTopMenu {
  background-color:#fff;
  background-image:url(images/menu_top_bg.png);
  background-repeat:no-repeat;
  float:right;	
  height:32px;
  margin-top:15px;
  position:relative;
  width:216px;  
}

#navTopMenuLang {
  float:right;
  margin-top:20px;
  margin-right:10px;
}

#navTopMenuSearch {
  float:left;
  margin-top:4px;
  margin-left:10px;
}

div#logoFrame {
	float:left;
	position:relative;
	width:978px;
	height: 125px;
	overflow:hidden;
  margin:0px;
  padding:0px;
  background-image:url(images/header.jpg);
  background-repeat:no-repeat;
  background-color:#fff;
}

div.navBarFrame {
	float:left;
	position:relative;
	width:978px;
	height: 25px; /* prevent collapse ? */
	background-color:#fff;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

div#navBottomFrame {
  margin: 10px auto;
  display:none;
}

div#middleFrame {
	float:left;
	position:relative;
	width:521px;
	border:0px;
  margin:-4px 0px 0px 10px;
	padding:0px;	
	background-color:#;
}


@media all {
        div#middleFrame {margin-right: 0;}
} /* values for others */


#middleContent {
  width: 520px;  /* prevents IE to jump out of the box! */
  text-align: left;
}

/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
	float:left;
	position:relative;
	width: 235px;
	margin:-4px 0px 0px 5px;  
  background:#f0f1ed;
  padding:0px;
}

div#boxes2Frame {
	float:right;
	position:relative;
	width: 185px;
	margin-right:16px;
	padding:0px;
}

div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 189px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
padding-left: 5px; /* IE */
}


div#bannerFrame {
height: 20px;
margin-top: 5px;
margin-bottom: 5px;
}

/* end page layout */




#imageNav a {
  color:#666666;
  font-size:10px;
}

#imageNav a:hover {
  color:#666666;
  font-size:10px;  
}
