/*

Green: #66cc99;
Blue: #00194b;

Green text: #339966;

Purple: #cc66cc;

Background-blue: #5786c8;

*/

body, html { width:100%; height:101%; margin:0; padding:0; }

body { background:#5786c8 url('../_images/bg.jpg') no-repeat center top; }
body { color:#00194b; font:normal 14px "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; }

p, h1, h2, h3, h4, h5, h6 { margin-top:0; }
.clear { clear:both; }
img { border:none; }

h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

a { color:#339966; text-decoration:none; }
a:hover { color:#00194b; }

.large {
	font-size:18px;
}

#container { width:956px; margin:0 auto; }

#header { width:100%; height:50px; overflow:hidden; }
	#identity { height:26px; overflow:hidden; line-height:100px; }
	#slogan { color:White; padding:0 0 0 53px; font-size:16px; }

#visual { width:100%; height:245px; overflow:hidden; background:Transparent url('../_images/bg_visual.jpg'); }
	#homebutton { width:200px; height:150px; margin:10px 0 0 20px; overflow:hidden; }
	#homebutton a { display:block; width:100%; height:100%; overflow:hidden; text-indent:-1000px; }

#content { width:100%; min-height:450px; height:auto !important; height:450px; background:Transparent url('../_images/bg_content.png'); }
	#colLeft { float:left; width:197px; padding:15px 48px 15px 10px; overflow:hidden; }
	#colRight { float:left; width:560px; padding:15px 0; overflow:hidden; }
	
	#menu ul { margin:0; padding:0; list-style:none; font-size:16px; }
	#menu ul li { padding:0 0 10px 43px; }
	#menu ul li a { color:#00194b; }
	#menu ul li a:hover, #menu ul li.selected a { text-decoration:none; color:#339966; }
	#menu ul li.selected { background:Transparent url('../_images/selected.gif') no-repeat 8px 3px; }
	#menu ul li.selected { background:Transparent url('../_images/selected.gif') no-repeat 8px 3px; }
	#menu ul li.blijf { font-size:13px; margin:25px 0 0 0; }
	#menu ul li.blijf a { display:block; width:150px; height:230px; color:#5786c8; background:Transparent url('../_images/blijf-small.jpg') no-repeat 0 85px }
	#menu ul li.blijf a span { color:#00194b; display:block; padding:0 0 4px 0;  }
	#menu ul li.blijf a span:after { content:":"; }
	#menu ul li.blijf.selected a { background:none; }
	
#footer { width:100%; height:73px; overflow:hidden; margin:0 0 30px 0; background:Transparent url('../_images/bg_footer.gif'); font-size:85%; }
	#footer ul { margin:47px 0 0 13px; padding:0; list-style:none; color:#ebf0f6; }
	#footer ul li { float:left; margin:0 0 0 40px; }
	#footer ul li a { color:White; }
	
	

.img_left { float:left; margin:3px 15px 3px 0; }
.img_right { float:right; margin:3px 0 3px 15px; }
	
.ulVariant1 { margin:0 0 20px 0; padding:0; list-style:none; }
	.ulVariant1 li { padding:0 0 5px 20px; background:Transparent url('../_images/bullet.gif') no-repeat 0px 5px; }
	
.borderTop { padding-top:15px; margin-top:15px; border-top:dotted 1px #5786c8; }
