html, body {
	height:100%;
	background-color:#AFDAFC;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	background-image:url(images/page_bgverloop.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

#wrapper {
	margin: 14px auto;
	background-color:#fff;
	background-image:url(images/bg_333366.gif);
	background-repeat:repeat-y;
	width:975px;
}  

#banner {
	line-height: 0; /* firefox spacing fix*/
}

#menu {
	width: 330px; 
	float:left;
	background-color: #333366; 
}

#main {
	float: left;
	width: 645px; /* -8 padding.... */
	overflow: hidden;
}

img {
	border:none;
}

a {
color:#333366;}

a:hover {
color:#007DC6;
text-decoration:none;}


#main ul.blocks {
	margin: 0px;
	padding: 0px;
}

#main .row  {
	width: 100%;
}

#main .row.even { 
	/*background-image: url(images/row_background_even.jpg); */
}

#main .row.odd {
	/*background-image: url(images/row_background_odd.jpg);*/
}

#main .row .block {
	float:left;
	width: 322px;
}

#main .row .block.right {
}

#main .row .block .content{
	padding: 17px;
}

#main .page {
	padding: 17px;
}

#main.homepage .page {
	padding: 0px;
}

#main ul.blocks li.even {
	background-color: #DDECFB;
}

.clearfix {
	clear: both;
}

#footer .right {
	float: left;
	width: 645px;
	padding: 0px;
}

#footer .left { 
	float:left;
	width: 330px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer .left .list {
	padding-top: 10px;
	margin: 0px 50px 0 34px; 
	border-top: 1px solid #FFFFFF;
	color: #fff;
}

#footer .right .logobar { 
	margin-left:12px;
	margin-right:17px;
	padding:7px 0;
	border-top: 1px solid #333366; 
}

#footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
}

/* menu stuff marnix. */


#menu li, 
#footer li {
	list-style-type:none;
}


#footer a , #footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration:none; 
}


#menu a , #menu a:link, #menu a:active, #menu a:visited {
	color: #ffffff;
	text-decoration:none; 
}

#menu li a , #menu li a:link, #menu li a:active, #menu li a:visited {
	color: #333366;
	text-decoration:none; 
}



#menu li a:hover {
	color: #333366;
	text-decoration:underline; 
}

#menu a:hover {
	color: #ffffff;
	text-decoration:underline; 
}

#footer a:hover {
	color: #ffffff;
	text-decoration:underline; 
}

.menu_items, #menu_home {
	font-size: 16px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #333366;
	line-height:28px;
	margin:0 50px 0 34px;
	margin-bottom:16px;
}
.menu_items{
	margin-top:16px;}


.submenu li {

	font-size: 16px;
	color: #333366;
	text-transform: none;
	font-weight: normal;

}
.arrow{
margin-right:11px;
}


.menu_items .submenu  { background-color: #ffffff; }

.top, .bottom {
height:7px;
line-height: 0px;
text-align: right;
}


.menu_items .submenu .top {
	background-image: url(images/nw.jpg);
	background-repeat: no-repeat;
	
}

.menu_items .submenu .bottom {
	background-image: url(images/zw.jpg);
	background-repeat: no-repeat;
}

/*type*/

h1, h2, h3, h4, h5, h6{
color:#333366;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
font-size:18px;}

h2{
font-size:16px;}

h3, h4, h5, h6{
font-size:14px;}

.readmore{
text-align:right;}

HR{
	color:#333366;
	border:0;
	width: 100%;
	background-color:#333366;
	height:1px;
}

.document_image {
	text-align: right;
	float:right;
	margin:0 0 5px 5px;
}

.block .content li {
	list-style-position: outside;
	list-style-image: url(images/arrow_li.png);
	list-style-type: none;
	margin-bottom: 7px;
	padding-bottom:5px;
	line-height:14px;
	
}

.block .content li a {
	font-size: 12px;
	font-weight: normal;
	margin-top:-2px;
}

.polloption {
	position: relative;
	margin-bottom: 8px;
}

.polloption input {
	position: absolute;
}

.polloption label {
	display: block;
	margin-left: 22px;
}

.blindlayout {
	display: none;
}

.hide {
	display:none;
}

.current{
	text-decoration:underline;
	font-weight:bold;
}

iframe{border:0px solid white;}
