ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, 
FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, NOFRAMES, 
OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, 
              { display: block }
              


body {
  font-family: "Tahoma";
  padding:10px 0 0 0;
  text-align: justify;
  font-size:9pt;
}

h1 {
  font-size:12pt;
  font-weight:bold;
}

h2 {
  font-size:11pt;
  font-weight:bold;
}

h3 {
  font-size:10pt;
  font-weight:bold;
}

li {
	display: inline;
}

ul {
  list-style: none;
}

#headerLeft, #headerCenter, #headerRight, 
#uCMSOnTop, #kruimel,  #col3, #print,
#W3C, #WebMon, .uCMSbuttons , #col1 h1 {
  display:none; 
}


#footer {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 9px;
	width: 100%;
	text-align: center;
	font-size: 8px;
}

#nav {
	margin: 0px;
	padding: 1px 0px 0px 1px;
	background: #691266;
	position: relative;
	top: -10px;
	height: 14px;
	font-size: 9px;
}

#subnav {
	margin: 0px;
	padding: 1px 0px 0px 1px;
	position: relative;
	left:0;
	top: -10px;
	height: 12px;
	background: #34AACD;
	font-size: 8px;
}

.nav li {
  float:left;
	position: relative;
}

.nav li a {
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
}

.nav li a.inactive {
	color: #34AACD;
}

.nav li a:hover {
	background: #7FC31C;
}

.nav li ul { /* second-level pulldown */
	display: none;
	position: absolute;
	top: 19px;
	left: 0;
	z-index:1600;
}

