html, body{
	height:100%;
	text-align: left;
}

body{
	text-align: center;
	font-family: Arial,tahoma,verdana;
	font-size: 11px;
	color: #d3dada;
	background-color: #12181b;
	margin:0;
	padding:0;
}

.wrapper{	
	position: relative;
	height:100%;
}

#container{
	width: 950px;
}

.topover{
	width:950px;
	height:65px;
}

.top{
	width:364px;
	height:65px;	
	background-image:url(images/home-top.gif);
	float:left;
}

.menu{
	width:575px;
	padding-left:11px;
	height:65px;
	background-image:url(images/home-menu.gif);
	float:left;
}

*html .menu{
	width:586px;
	padding-left:0px;
	height:65px;
	background-image:url(images/home-menu.gif);
	float:left;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.menu li a:link, .menu li a:active, .menu li a:visited, .menu li a:hover   {
	color: #ffffff; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none; 
	display: block;
	height: 42px;
	padding-top:23px;
}

*html .menu li a:link, *html .menu li a:active, *html .menu li a:visited, *html .menu li a:hover   {
	color: #ffffff; 
	font-size: 11px;
	font-weight:bold;
	text-decoration: none; 
	display: block;
	height: 22px;
	padding-top:0px;
}

.menu li a span { 
	color: #ffffff; 
	font-size: 11px;	
	display: block;	
    padding:0px 15px 0px 15px;
	height:65px;	
	background-image:url(images/home-menu-right-over.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.menu li {
	float:left;
}

*html .menu li {
	float:left;
	width:73px;
	text-align:center;
}

*html .menu li a span { 
	color: #ffffff; 
	font-size: 11px;
	display: block;	
    padding:0px 7px 0px 7px;
}

.menu li a:hover, .menu li .selected:link, .menu li .selected:active, .menu li .selected:visited, .menu li .selected:hover   {
    background-image:url(images/home-menu-bg-over.gif); 
	background-repeat:no-repeat;
	background-position:bottom center;
    color:#ffd200;
}

.menu li a:hover span, .menu li .selected:link span, .menu li .selected:active span, .menu li .selected:visited span, .menu li .selected:hover span  {
    color:#ffd200;
    font-size:11px;
    font-family: Arial,tahoma,verdana;
}

.flashover{
	width:950px;
	height:180px;
}

.flashleft{
	width:68px;
	height:180px;
	float:left;
}

.flash{
	width:411px;
	height:180px;
	float:left;
}

.foto{
	width:471px;
	height:180px;
	float:left;
}

.bottom{
	width:950px;	
}

.geel{
	color:#ffd200;
}

.bottom a:link, .bottom a:active, .bottom a:visited, .bottom a:hover{
	color: #ffd200;
	font-family:Arial,tahoma,verdana;;
	text-decoration:none;
	font-size: 11px;
}

a:link       { color: #ffd200; font-family: Arial; font-size: 11px; text-decoration: none}
a:visited    { color: #ffd200; font-family: Arial; font-size: 11px; text-decoration: none}
a:active     { color: #ffd200; font-family: Arial; font-size: 11px; text-decoration: none}
a:hover     { font-family: ffd200; color: #d3dada; font-size: 11px; text-decoration: none}

.floatleft{	
	position: relative;
	float:left;
}

.submenu{
    margin:0;
    padding :0; 
}

.submenu li{
    text-align:left;
    list-style:none; 
    font-size :18px;
    margin:0;
    padding:0; 
    padding-top:10px;
    margin-left:60px;
}
             
.submenu li .geel a:link, .submenu li .geel a:visited , .submenu li .geel a:active , .submenu li .geel a:hover{
    font-style:italic;
    font-size:16px;  
    text-decoration: none;
    color: #FFD200;
    font-family:Arial;
}

.submenu li img
{
    margin-right: 10px;
    }
 
