
html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow-y: scroll;
	font-size: 62.51%;
	height: 100%;
}
body {
	font-size: 100.01%;
	height: 100%;
	margin:0;
	padding:0;
	background-color:#E8FFD7;
	background-image: url(img/bg-kraeftiger.gif);
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
* {  
	font-size:1.0em;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted black;		
}

img {
	border: 0;
}

#website {
	position: relative;	
	margin: 0 auto;
	
	
	width: 93.3em;
	height: 100%;
	min-height: 100%;
/*	
	text-align: left;

	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
*/
}

#absolute-header {
	position: absolute;
	top: 0px;
	background-color: red;
	z-index: 4;
	left: 0px;
}

#fixed-header {
	position: fixed;
	height: 15.4em;
	width: 93.3em;
	overflow: hidden;
	z-index: 4;

}

#header-bg {
	height: 15.0em;
	width: 93.3em;
	background-color: white;
}

#header-tr {
	height: 0.4em;
	line-height: 0.1em;
	overflow: hidden;
	background-image: url(img/head-border-tr.png);
	background-repeat: repeat-x;
	background-position: top;
}


#header {
	position: absolute;
	top: 0.2em;
	left: 0em;	
}

#header img {
	width: 93.3em;
	height: 14.7em;
}

#logo-wrap {
	position: absolute;
	top: 1.1em;
	left: 2.8em;
}

#logo-wrap img {
	width: 14.8em;
	height: 12.4em;
}

#right-bar,
#center-area,
#left-menu-wrap {
	padding-bottom: 4em;
	padding-top: 15.6em;
}

#left-menu-wrap {
	padding-top: 18.6em;	
}


#center-area {
	padding-top: 15.2em;
	float: left;
	width: 54.1em;
}


#center-area-inner {
	padding: 0em 0.8em 0em 0.8em;
}

.you-are-here {
	color: black !important;
	margin-left: 1.1em;
}

.you-are-here a {
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

#pic-center-wrap {
	position:relative; 
	top:0px; left:0px; 
	overflow:hidden; 
	width:52.6em; height:15.6em; 
	overflow:hidden; 
	text-align:center; 
	background-color:#A0D3E9;
}

#pic-center-wrap img {
	width:52.6em !important; 
	height:15.6em !important; 
}

#right-bar {
	float: left;
	width: 19.5em;
	overflow:hidden;
}

#absolute-footer {
	z-index: 2;
	position: absolute;
	bottom: 2.3em;
	left: 0px;
}

#fixed-footer {
	position: fixed;
	height: 2.3em;
	width: 93.3em;
	overflow: hidden;
}

#footer-tr {
	height: 0.4em;
	line-height: 0.1em;
	overflow: hidden;
	background-image: url(img/footer-border-tr.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

#footer-bg {
	height: 2.0em;	
	background-color: #126E16;
	border: 1px outset;
	position: relative;
	padding: 0.0em 1.3em 0 1.3em;;
}

#copy-right-note {
	float: left;
	font-size: 1.1em;
	font-family: verdana; 
	padding-top: 0.2em;
	color: white;
}

#copy-right-note a {
	color: white;
	text-decoration: none;
}

#copy-right-note a:hover {
	text-decoration: underline;
}

#last-update-wrap_fr,
#last-update-wrap_en,
#last-update-wrap_nl,
#last-update-wrap {
	position: absolute;
	right: 12.2em;
	top: 0.2em;
	color: white; 
	font-size: 1.1em;
	font-family: verdana; 
}
#last-update-wrap_en,
#last-update-wrap_nl {
	right: 10.2em;
}
#last-update-wrap_fr {
	right: 13.2em;
}




#print-link {
	position: absolute;
	right: 1.2em;
	top: 0.3em;
	background-image: url(img/print_4.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	font-family: verdana; 
	padding: 0.0em 0em 0.2em 2em;
}

#print-link a {
	position: relative;
	top: -0.1em;
	color: white;
	text-decoration: none;
}
#print-link a:hover {
	text-decoration: underline;
}


.clearer {
	clear: left;
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	font-size:0px;
	overflow: hidden;
}

.unsichtbar, .sprunglinks {
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
}

.sprunglinks a:focus, .sprunglinks a:hover, .sprunglinks a:active {
  position: absolute;
  display: block;
  top: 6014px;
  left: 6014px;
  height: auto;
  width: auto;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  background-color: #D41800;
}

.sprunglinks {
	  z-index: 999999;
}

