bhtml,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
h1,h3,h4{color: #003B77 }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

naamlogo { font: 25px "GoudyOlSt BT", "Times New Roman"; background-color: #fff; color: #333; }

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

naamlogo { font: 25px "GoudyOlSt BT", "Times New Roman"; background-color: #fff; color: #333; }

/* test */
html,body { background: #fff url(bg-20100209.gif) repeat-x 0 0; }
body { padding-top: 18px; padding-bottom: 36px; }
#globalheader { margin-top: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

img { border: 0; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }


/* TYPE */
body { font: 12px/18px "Calibri", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333; }

a { color: #003B77; font-size:12px }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { color:#006DB8; text-decoration: none; }
Strong, b { font-weight: bold; }
em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.sosumi { font-size: 10px !important; color:#76797c; }
.sosumi_features { font-size: 10px !important; color:#76797c; }

h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px;fonst-family: Verdana;margin-bottom: 10px;margin-top: 10px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px;font-family: Verdana;margin-bottom: 5px;margin-top: 5px;font-size: 95%}
ol	{list-style-type: lower-alpha;font-family: Verdana;margin-left: 20px;}
ul	{list-style-type: disc;font-family: Verdana;margin-left: 20px;}
body { font: 12px/18px Verdana;}

.last { margin-bottom: 0; }
#main .sidebar { font-size: 10px; line-height: 18px; color:#686868; }
#main .callout { font-size: 11px; line-height: 18px; margin-bottom: 18px; }

/*MENUBALK*/
nav {margin: 5px; text-align: center;}

nav ul ul {display: none;}

	nav ul li:hover > ul {display: block;}


nav ul {
	background: #003B77;
	background: linear-gradient(bottom, #003B77 90%, #FFFFFF 100%);  
	background: -moz-linear-gradient(bottom, #003B77 90%, #FFFFFF 100%); 
	background: -webkit-linear-gradient(bottom, #003B77 90%,#FFFFFF 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #005756;
			background: linear-gradient(top, #223266 0%, #003B77 40%);
			background: -moz-linear-gradient(top, #223266 0%, #003B77 40%);
			background: -webkit-linear-gradient(top, #223266 0%,#003B77 40%);
		}
			nav ul li:hover a {color: #FFFFFF;}
		
		nav ul li a {display: block; padding: 10px 40px;color: #FFFFFF; text-decoration: none;}
					
	nav ul ul {background: #006DB8; border-radius: 0px; padding: 0;position: absolute; top: 100%;}
		
		nav ul ul li {float: none; border-top: 1px solid #006DB8;border-bottom: 1px solid #006DB8; position: relative; text-align: left;}
			
		nav ul ul li a {padding: 5px 40px;	color: #006DB8;}	
				
		nav ul ul li a:hover {background: #006DB8;}
		
	nav ul ul ul {	position: absolute; left: 100%; top:0;
	}
		