@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	background-color: #FDF5B2;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
}

body.bodybg {
	background-image: url(../images/page_background.gif);
	background-repeat: no-repeat;
}

div#page {
	background-image: url(../images/page_background.gif);
	background-repeat: no-repeat;
}

div#page span.screenreader a {
	position: absolute; 
	z-index: 2; 
	width: 10em; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
}

div#page span.screenreader a:focus {
	position: absolute; 
	z-index: 0; 
	width: 195px; 
	top: 0px; 
	left: 0%;
	margin-left: 19px;
	padding: 2px;
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%;
}	
	
div#page span.screenreader a:active {
	position: absolute; 
	z-index: 0; 
	width: 195px; 
	top: 0px; 
	left: 0%;
	margin-left: 19px; 
	padding: 2px;	
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%;
}	

div#header {
	height: 145px;
	width: 961px;
	background-image: url(../images/head_2_1.gif);
	background-position: 0px 96px;
	background-repeat: no-repeat;
}

div#header div#lang {
	width: 130px;
	height: 145px;
	float: left;
	overflow: hidden;
}

div#header div#logo {
	width: 130px;
	height: 145px;
	float: left;
	background-image: url(../images/logo_background.gif);
	background-repeat: no-repeat;
}

div#header div#logo img {
	padding: 17px 2px 2px 2px;
}

div#header div#panorama {
	width: 680px;
	height: 145px;
	float: left;
	background-image: url(../images/mountains.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div#header div#panorama div#sitefunctions {
	padding-top: 96px;
	width: 680px;
	height: 24px;
	background-image: url(../images/spot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#middlebox {
	width: 970px;
	margin: 0;
}

div#middlebox div#mainnavigation {
	width: 260px;
	float: left;
	margin: 0;
	min-height: 1px;
}

div#middlebox div#content {
	width: 700px;
	float: left;
	padding-bottom:40px;
}

div#footer {
	clear: both;
	height: 27px;
	width: 100%;
	background-color: #387155;
	color: #FDF5B2;
	text-indent: 5px;
	position: fixed; 
	bottom: 0px;
	vertical-align: middle;
	font-size: 85%;
	z-index: 200;
}

div#footer p {
	margin-top: 7px;
	color: #FDF5B2;
}

/* CMS backend stuff */

/* hide footer in ie6 */
body.cms_editpage div#page div#footer {
	_display: none;
}
