/* LAYOUT BASIC */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #454C78 url("../img/back.jpg") repeat-x bottom center;
	margin: 0;
	padding: 0;
	min-width: 900px;
	text-align: center;
}
* html body {
	behavior: url("../js/csshover.htc");
}
#wrapper {
	position: relative;
	background: #E7E7F1;
	margin: 0 auto;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
	width: 900px;
	min-height: 100%;
	height: auto;
}
#wrapper.frontpage {
	background-image: url("../img/wrapper-frontpage.png");
}
* html #wrapper {
	height: 100%;
}
html>body #wrapper {
	height: auto;
}
#header {
	background-image: url("../img/header.jpg");
	position: relative;
	width: 900px;
	height: 214px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	clear: both;
	}
#footer {
	position: relative;
	background: url("../img/footer.png") repeat-x bottom left;
	margin: 0px auto;
	border-top: 1px #21407e solid;
	text-align: center;
	z-index: 90;
	height: 26px;
}
* html #footer {
	height: 27px;height: 26px;
}

.push {
	height: 26px; /* .push must be the same height as .footer */
}

#top1 {
	position: relative;
	width: 900px;
	height: 53px;
    margin: 0;
	padding: 0;
	clear: both;
	z-index: 10;
}
#pagebody {
	background: url("../img/back_repeat.jpg") 0px 0px repeat-y;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
}
#contenttable {
	width: 450px;
	height: 100%;
	margin: 0 0 0 0;
}
#righttable {
	width: 205px;
	margin: 0 0 0 0;
}
#bottom {
	background: url("../img/bottom.jpg") 0px 0px no-repeat;
	width: 900px;
	height: 90px;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
}
#logo {
	width: 246px;
	height: 53px;
	float: right;
	margin: 17px 77px 0px 0px;
}
#mainimage {
	position: absolute;
	width: 701px;
	height: 214px;
	margin: 0 0 0 199px;
	padding: 0;
	text-align: left;
	z-index: 1;
}
#topimage img{
	display: inline;
}
#content {
	background: #C5C5DC url("../img/bg.jpg") 0px 0px repeat-x;
	width:665px;
	float:left;
	min-height: 556px;
	padding: 0 0 0 0;
	text-align: left;}
#wrapper.frontpage #content{
	background: none;}	
#contentleft {
	width:460px;
	margin-left: 0px;
	padding: 0 0 0 0;
	float: left;
	min-height: 556px;
	text-align: left;}
/* Hides from IE5-mac  (3 pixel bug ie)
* html #contentleft, * html #contentcenter, #contentright{height: 1%;}\*/
/* End hide from IE5-mac */
#contentright {
	width: 205px;
	min-height: 556px;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	}
* html #contentleft, * html #content {
	height: 340px;
}
#contentright-inner {
	margin-left: 11px;
}


#sidebar {
	margin: 28px 0 0 26px;
	width: 190px;
	text-align: left;
	overflow-x: hidden;
}

.clear {
	clear: both;
	height: 10px;
}

div#topmenu1 { 
	background: url("../img/menu.jpg") 0px 0px no-repeat;
	clear: both;
	position: relative;
	float: left;
	left:0px; top: 0px;
	width: 217px;
	height: 556px;
	margin: 0 0 0 0; padding: 0 0 0 18px; text-align: center; 
	font-size: 14px;  
	z-index: 25;
}
div#topmenu1 a{ 
	color: #fff;
	text-decoration: none;
}	
div#topmenu1 a:hover, div#topmenu1 a.link_active{ 
	color: #000;
	text-decoration: none;
}	
div#topmenu2 { 
	color: #fff;
	position: absolute;
	left:200px; top: 122px;
	margin: 0; padding: 0; text-align: left; 
	font-size: 12px;  
	z-index: 25;}
#bovenmenu {
	background: #454C78;
	height: 20px;
	color: white;
	text-align: right;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	font-size: 15px;
	}
#bovenmenu a {
	color: white;
	}
#bovenmenu a:hover, #bovenmenu a.link_active{
	color: orange;
	text-decoration : none;
}
#nav {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
#nav li {
	background: transparent url('../img/menuitem.gif') top right no-repeat;
	float: none;
	align: left;
    margin: 0;
	margin-bottom: 1px;
	padding: 0 0 0 0;
	border: 0;
	list-style: none;
	}

* html #nav li {
	\display: inline;
	list-style: none;}	
#nav li a {
	display: block;
	position: relative;
	font-size: 14px;
	text-align: left;
	font-family: Georgia, Times, Serif;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 8px;
	margin-right: 17px;
	color: #ec604c;
	background: #e2e4ef;
	font-weight: bold;
	text-decoration: none; line-height: 16px;}
#nav li:hover a, #nav li a.link_active {
	color: #ec604c;
	background: #fff;
	}  
#nav li:hover, #nav li.link_active {
	background:  url('../img/menuitem_.gif') top right no-repeat;
}
#nav li ul {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	font-family: Georgia, Times, Serif;
}

#nav li ul a:hover, #nav li ul a.link_active {

}
#nav li ul li a {
	padding-top: 0px;
	font-size:14px;
	text-align: right;
	font-family: Georgia, Times, Serif;
	}
	
@media all and (min-width: 0px){
   html>body  #nav li a {min-width: 1px;}}
   

/*
	#nav li ul a:hover, #nav li ul a.link_active {
	background: #E5E5E5;
	height: 25px;
}
#nav li ul li a {
	padding-top: 4px;
	font-size:12px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial;
	}
*/
#counter, .counter {
	position: absolute;	width: 0;height: 0;z-index: -1;top: 0;left: 0;visibility: hidden;}