body{
	background-color: #FFFFFF;
}
/* ipv preload images*/
.hiddenPic {display:none;}


#banner{
background-image: url(../images/banner.gif);
background-color: #171433;
background-repeat: no-repeat;
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 55px;	

}

#bannerText{
top: 30px;
left: 175px;
position: absolute;
font-family: Arial,Helvetica,sans-serif;
font-size: 24px;
color: #F4F4F4;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #CC0066;
padding-bottom: 5px;
margin-bottom: 5px;
}

#map{
	top: 57px;
	left: 207px;
	position: absolute;
	width: 670px;
	margin-left: 50px;
	height: 575px;
/* background-image: url(../img/map_neutral.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
}

#list{
position: absolute;
 left: 17px;
 top: 70px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

/* VERTICAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 200px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 left: 205px;
 top: 0px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li{
 position: relative;
 border: 1px solid #B2B2B2;
 background: #FFFFFF;
 margin-bottom: -1px;
 line-height: 21px;
}
.menulist ul>li:last-child, #Belgium ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a{
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000;
 background-color: #F8DBE9;
}
.menulist a.highlighted {
 color: #000;
 background-color: #F8DBE9;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}


#Belgium{
position: absolute;
 left: 430px;
 top: 356px;
 width: 207px;
 height: 65px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
z-index: 2000;
}


#Netherlands{
position: absolute;
 left: 450px;
 top: 346px;
 width: 207px;
 height: 65px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
z-index: 2000;
}


#Switzerland{
position: absolute;
 left: 480px;
 top: 430px;
 width: 207px;
 height: 65px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
z-index: 2000;
}

#Germany{
position: absolute;
 left: 521px;
 top: 361px;
 width: 207px;
 height: 65px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
z-index: 2000;
}

#Sweden{
position: absolute;
 left: 580px;
 top: 187px;
 width: 207px;
 height: 65px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
z-index: 2000;
}
