body{
	margin:0;
	padding:216px 0 49px 0;
	background-image: url(../img/bg-main.gif); 
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #b2d8ef;
	font-family: arial, helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000000;
 }

a {
	color: #000000;
	text-decoration: underline;
}

 #header{
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -500px;
	padding: 0px;
	height: 216px;
	width: 1000px;
	z-index: 5;
 }

 #content {
	position: absolute;
	left: 50%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 710px;
	margin-left: -250px;
	color: #000000;
	overflow: hidden;
	z-index: 2;
}

#scrolldiv {
	width: auto;
	height: auto;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 1;
	
	font-family: arial, helvetica, sans-serif !important;
	font-size: 10pt;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	padding: 5px;
}

 #logo {
	position: absolute;
	left: 50%;
	width: 95px;
	height: 95px;
	margin-left: -480px;
	margin-top: 20px;
	background-image: url(../img/logo-rotterdam.gif);
	z-index: 3;
}

td.tekstblok {
	font-family: arial, helvetica, sans-serif !important;
	font-size: 10pt;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	padding: 5px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}

table.border td img {
	border-color: #ffffff;
}

img {
	border-color: #ffffff;
}
	

 @media screen{
  body>div#header{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }

/*_______________________________________________MENU_______________________________________________*/

 #nav {
	position: absolute;
	left: 50%;
	width: 190px;
	height: auto;
	margin-left: -465px;
	margin-top: 150px;
	background-color: #89bcd9;
	color: #ffffff;
	text-decoration: none;
	border: 10px white solid;
	z-index: 12;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

.menuactive {
	background-position: left;
	background-repeat: repeat;
	background-image: url("../img/bg-active.gif");
}

nav.ul, nav.li {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

ul, li {
	list-style-type: bullet;
}

.sub_onderdeel {
	padding-left: 16px;
	font-size: 12px;
	font-weight: normal;
}

.menuitem {
	margin-left: 0px;
	margin-right: 0px;
	color: #89bcd9;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #999999; */
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
	z-index: 10;
}

.menuend{
	margin-left: 0px;
	border-top: 1px solid #FFFFFF;
}

#loginbutton {
	background-image: url(/img/btn-versturen-compl.jpg);
	background-position: top left;
	width: 130px;
	height: 25px;
}

.hover {
	background-position: bottom left !important;
}


