html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html>body #wrapper {
	height: auto;
}
body {
	background: #b6c0d9 url("../img/body.png") repeat-x top center;
	margin: 0;
	padding: 0;
	min-width:  950px;
	text-align: center;
}
* html body {
	behavior: url("/templates/js/csshover.htc");
}
#wrapper {
	position: relative;
	background: url("../img/wrapper.png") repeat-y top left;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	min-height: 100%;
	height: auto;
}
* html #wrapper {
	height: 100%;
}
#header {
	position: relative;
	background: url("../img/header.jpg") no-repeat 0px 0px;
	width: 950px;
	height: 215px;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	clear: both;
}
#logo {
	position: absolute;
	top:0px; left: 13px;
}
#pagebody {	
	background: url("../img/pagebody.png") no-repeat top left;
	width: 980px;
	min-height: 690px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}
* html #pagebody {
	height: 690px;
}
#sidebar {
	width: 252px;
}		
#sidebar p{
	line-height: 12px
}
#topimage {
	position: absolute;
	top: 0px;
	left: 522px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
#languagemenu {
	position: absolute;
	top: 5px;
	left: 5px;
}
#languagemenu span{
	display: none;
}
#languagemenu img{
	margin: 0 1px;
	border: 1px #0a1e60 solid;
}
#languagemenu img.link_active{
	border: 1px #fff solid;
}
#topimage img{
	position: relative;
	display: inline;
}
#content {
	position: relative;
	margin-left: 15px;
}
#contentleft {
	position: relative;
	width:290px;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	min-height: 140px;
	text-align: left;}
/* Hides from IE5-mac  (3 pixel bug ie)
* html #contentleft, * html #contentcenter, #contentright{height: 1%;}\*/
/* End hide from IE5-mac */
#contentright {
	position: relative;
	width:640px;
	min-height: 140px;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	float: left;}
* html #contentleft, * html #contentright {
	height: 140px;
}
.clear {
	clear: both;
	height: 10px;
}
/*-- Menu's --*/
#topmenu1 {
	position: absolute;
	top: 175px;
	right: 79px;
	width: 300px;
	text-align: right;
	color: #fff;
}
#topmenu1 a{
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
}
#topmenu1 a:hover, #topmenu1 a.link_active{
	color: #fff;
	text-decoration: none;
}

div#leftmenu {
width: 230px;
clear: both;
margin: 0 0 0 15px; padding: 0 0 0 0; text-align:left;
}
#nav {
position: relative;
left: 1px;
width: 230px; margin: 0;padding: 0 0 0 0;border: 0;
list-style-image: none; list-style: none;
z-index:1;
z}
#nav li {
position: relative;
float: left;list-style-type: none;list-style: none;
margin: 0 0 0 0; padding: 0; border: 0;
width: 230px;
}
* html #nav li {
\display: inline; /* ONLY FOR IE5win */
list-style: none;
}
#nav li a {
display: block;
background: url("../img/leftmenu_out.png") no-repeat 0px 8px;
width: 210px;
margin: 0 0 0 0; padding: 7px 0px 6px 20px;
font-weight: bold;
font-size: 16px;
color: #fff; line-height: 17px; text-decoration: none; text-align: left;
}
* html #nav li a { /* ONLY FOR IE/IEmac */
width: 230px; /* ONLY FOR IE5.X */
w\idth: 210px;
}
html>body #nav li a {
width: auto;
}
#nav li.link_active, #nav li:hover {}
#nav li a.link_active, #nav li:hover a {
background: url("../img/leftmenu_on.png") no-repeat 0px 8px;
color: #005027; text-decoration: none;
}
#nav li ul { /* second-level lists */
position: relative;
width: 210px; margin: 0 0 0 20px; padding: 0 0;
text-align: left;
}
#nav li ul li {
margin: 0 0 0 0; padding: 0 0 0 0; border: 0;
float: left;list-style-type: none;list-style: none;
margin: 0 0 0 0; padding: 0; border: 0;
width: 210px;
text-align: left;
}
#nav li ul li a, #nav li:hover ul li a {
background: url("../img/leftsubmenu_out.png") no-repeat 0px 8px;
width: 195px;
margin: 0 0 0 0; padding: 6px 0px 6px 15px;
font-weight: normal;
font-size: 14px;
color: #fff; line-height: 13px; text-decoration: none; text-align: left;
}
* html #nav li ul li a { /* ONLY FOR IE/IEmac */
width: 210px; /* ONLY FOR IE5.X */
w\idth: 195px;
}
html>body #nav li ul li a {
width: auto;
}
#nav li ul li a:hover, #nav li ul li a.link_active {
background: url("../img/leftsubmenu_on.png") no-repeat 0px 8px;
color: #005027; text-decoration: none;
}

#counter, .counter {
	position: absolute;	width: 0;height: 0;z-index: -1;top: 0;left: 0;visibility: hidden;}
