html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
	margin: 0;
    padding:0;}
html>body #wrapper { height: auto; }

body {
    background: #005a99 url("/img/body.gif") repeat-x top center;
	margin: 0;
    padding: 0;
	min-width: 980px;
	text-align: center;}
	* html body { behavior:url("/js/csshover.htc"); }

#wrapper,#wrapper2 {
	position: relative;
	background: url("/img/wrapper.gif") repeat-y 0px 0px;
	margin: 0px auto;
	text-align: left;
	width: 980px;
	min-height: 100%;
	height: auto;}
* html #wrapper, * html #wrapper2{
	height: 100%;
}
#wrapper2 {
	background-image: url("/img/wrapper2.gif");
}
#header {
    width: 980px;
    height: 220px;
	margin: 0; padding: 0;
	text-align: left;
}
#top1 {
	position: relative;
    background: url("/img/top1.gif") repeat-y top left;
	height: 160px;
    width: 980px;
	margin: 0 0 0 0; padding: 0; clear: both;
	text-align: left;
}
#top1_2 {
	position: absolute;
	top: 0px;
	left: 32px;
	z-index: 1;
}
#top2 {
	position: relative;
    background: url("/img/top2.gif") repeat-y top left;
	height: 30px;
    width: 980px;
	margin: 0 0 0 0; padding: 0; clear: both;
	text-align: left;
}
#languagemenu {
	position: absolute;
	right: 40px;
	top: 9px;
	z-index: 10;
}
#languagemenu img{
	margin: 0 2px;
}
#languagemenu .langtext{
	display: none;
}
#logo {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 10px;
}
#topimage {
	position: relative;
	float: right;
	right: 32px;
}
#pagebody {
   	width: 870px;
	margin: 0 0 0 66px; padding: 30px 0 20px 0;}
#content {
	width: 870px;
}
#contentleft {
	width: 575px;
	padding: 0 0 0 0;
	float: left;
	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: 247px;
	margin: 0 0 0 47px;
	float: left;	}

#sidebar {
	width: 247px;
	padding: 0 0 0 0;
	clear: both;}
	
#topmenu_element{
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 32px;
    background: #4d8cb8 url("/img/orange_line.gif") repeat-y top left;
	height: 39px;
	width: 274px;
}
	
.clear {
	clear: both; height:10px;}
	
/*MENUS*/
div#topmenu1 { 
	position: relative;
	left: 32px;
	clear: both;
	width: 860px;
	height: 60px;
	margin: 0 0 0 0; padding: 0; text-align:left; 
	font: bold 11px Helvetica, Arial, sans-serif; color: #fff;}
#nav {
	position: relative;
	background-color: #005a99;
	height: 30px; width: 916px;
	margin: 0 0 0 0; padding: 0 0 0 0;
	list-style: none; text-align: left;
	z-index: 1;}
#nav ul {
	float: left;
	position:relative;
}
#nav li {
	position: relative;
	float: left;
    margin: 0 0 0 0; padding: 0 0 0 0; border: 0;
 	width: auto;
	list-style: none;
	z-index:999;
}
* html #nav li {
	\display: inline;
	list-style: none;}	
#nav li.current ul {
	z-index: 999;
}
#nav li.sfHover ul,
ul#nav li:hover ul {
	z-index: 1000;
}
#nav li a {
	display: block;
	background-color: #005a99;
	margin: 0; padding: 9px 23px 9px 23px; border: 0;
	border-right: 1px #5693be solid;
	font: bold 12px Helvetica, Arial, sans-serif; color: #fff;
	text-transform: uppercase; 
	text-decoration: none; line-height: 12px; text-align: center;}
@media all and (min-width: 0px){
   html>body  #nav li a {		min-width: 1px;}}
#nav li.sfHover {}  
#nav li:hover a, #nav li a.link_active {
	background-color: #04436f;
	color: #f06f1b; 
	text-decoration: none;  }
#nav li:hover ul {
	display: block !important;
}
#nav li ul {
	background-color: #04436f;
	position: absolute;
	display: none;
	top: 30px;
	left: 0;
	width: 150px;
	list-style-image: none;
	padding: 4px 0 8px;
	margin: 0;
	border: 0;
	text-align: left;
}
#nav li ul li {
	margin: 0;
	padding: 0 0 0 4px;
	border: 0;
	float: none;
	list-style: none;
}
#nav li ul li a, #nav li:hover ul li a, #nav li ul li a {
	display: block;
	background-image: none;
	width: 122px;
	margin: 0;
	padding: 5px 1px 5px 19px;
	border: 0;
	border-bottom: 1px #5693be solid;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #fff;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
}
* html #nav li ul li a, * html #nav li:hover ul li a {
	width: 142px;
	w\idth: 122px;
}
html>body #nav li ul li a {
	width: auto;
}
#nav li ul li a.link_active, #nav li ul li:hover a {
	color: #f06f1b;
	text-decoration: none;
}
#counter, .counter { 
	position:absolute;width:0;height:0;z-index:-1;top: 0;left: 0;visibility: hidden; }