@charset "utf-8";
/* CSS Document */
html,body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body{
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;	
	margin: 0px;
	padding: 0px;
	width:100%;
	heigth: 100%;
}

#container{
	margin: 0 auto;
	padding: 0;
	vertical-align:middle;
}

#header{
	width: 100%;
	height: 223px;
	margin: 0 auto;
	background-image: url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
}
div#content{
	text-align:left;
	font-family: tahoma;
	font-size:11px;
	line-height:22px;
	padding: 40px 40px 40px 40px;
	
}
div#content a {
	color:#a61a22;
	text-decoration:underline;
}
#content img{
	padding-left: 15px;
	padding-right: 15px;
}

#nav {
	margin:0px;
	padding:0px;
	font-family: tahoma;
	height:33px;
	float:left;
}
#nav ul {		
	margin:0px;
	padding:0px;
	list-style: none;
}
#nav li{
	list-style:none;
	font-size: 13px;
	line-height:33px;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	float: left;
	display:block;
}
#nav a {
	display:block;
}
#nav ul li ul { /* second-level lists */
	position: absolute;
	width: 250px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 100px;

}
#nav ul li ul li  { /* third-and-above-level lists */
	width: 250px;
}
#nav a, #nav a:visited{
	color: #ffffff;
	background:#004e25;	
	font-weight:bold;
	display: block;
	text-decoration: none;
	width:auto;
	padding: 0px 8px 0px 8px;
	margin: 0px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #ffffff;
	background-color: #ff0000;	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #ffffff;
	background-color: #ffffff;
}
#nav a.subline {
	padding: 0px 5px 0px 8px;	
	text-align:left;
	line-height:28px;
	color: #ffffff;
	background: url(../images/sublink_hover.gif) top left repeat-x; 
}
#nav a.subline:hover, #nav a.sublineSelected {
	color: #ffffff;
	text-decoration:underline;
}
#nav a.headline:hover, #nav a.headlineSelected {
	color: #fff;
	background: url(../images/link_rood.gif) top left repeat-x;
	text-decoration: none;
	font-weight:bold;
}
div#slideshow {
	margin: 72px 0px 0px 0px;

}
div#globe {
	position:absolute;
	float:right;
	margin:-50px 0px 0px 360px;
	left:50%;
	width:203px;
	height:189px;
	
}
#footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 109px;
	width: 1000px;
	margin: 0 auto;
	vertical-align: top;
	margin-top: -20px;
}

h1{
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	color: #004e25;
	margin:0px;
	padding:0px 0px 5px 0px;
}
h2{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #004e25;
	text-align: justify;
}