@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6E6FF;/*#99CCFF;*/
/*	background-image: url("images/KSY10_small_bkgnd_misty.jpg");*/
/*	background-image: url("images/HB144_bkgnd2.png");*/
/*Buchstaben:    R: 54 G: 95 B: 145  hex: 365F91 (C: 0.6276 M: 0.3448 Y: 0.0000 K: 0.4314)
  Logo:   R: 32 G: 35 B: 94  hex: 20235E (C: 0.6596 M: 0.6277 Y: 0.0000 K: 0.6314) */
	background-repeat: repeat;
/*	min-height: 542px;*/

}

p, #content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

/* page positioning wrappers: */

#banner { 
	width: 920px;
	height: 130px;
	text-align: left;
	padding: 0;
	margin: auto; /* 0px of auto */
	background-image: url("images/Hoeben_Logo_RGB_kl.png");
	background-color: white;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
}

#menu {
	width: 920px;
	height: 40px;/* 45*/
	text-align: left;
	padding: 0;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	text-transform:uppercase;*/
/*	position:fixed;  vaste positie indien gewenst*/
/*	z-index:100;  on top */
}

#content {
	width:900px;
	text-align: left;
	margin: auto; /* 0px auto */
	background-color:white;
	padding-left:10px;
	padding-right:10px; /* +900 = 920 */
	padding-bottom:3px;
	margin-bottom:25px;
}

/* menu items: */

#menu ul {
	list-style-type:none;
/*	list-style-type: none;*/
	padding: 0;
	margin: 0;
}
ul.GlobalMenu li.dis a {
	color: #AAAAAA /*!important*/;
}

#menu a {
/* 	position:relative;
 */
	display:block;
	width:131px; /* 153 = 920 / aantal top menu items, 920/6= */
	height:40px;
	padding:0px;
	margin:auto;/* 0px*/
	float:left;/* horizontal menu */
	text-align:center;
	line-height:40px;
	background-color:#20235E;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background-color:#365F91;		
}
/* ul.GlobalMenu li.dis a:hover img.over{display:none !important;
	text-align: left;
}*/

/*ul.GlobalMenu li.dis a:hover img.def {display:inline !important;
	text-align: left;}*/
/*
#floating-item
 {position:fixed; background:#fff4c8; border:1px solid #ffcc00;width:150px;z-index:100;}
 
#floating-item a, floating-item h3 {display:block;margin:0 0.5em;}
*/

#referencetable { 
    cellpadding="10";
	width="900";
	border="0";
	}
	
#referencetable td { 
    align="center";
	width="225";
    }


td, th {
	color: #99CCCC;
}

th, th h3 {height: 10px;
           color: #365F91;}

h1 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3, h4 {
	color: #333333; /* also table data */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5, h6 {  
	height: 20px;
	color: #365F91;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* links 333333*/

a {	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:link		{ color: #0000F0; }/* 365F91*/
a:visited	{ color: #000060; }/*33FFFF*/
a:hover		{ color: red;  background-color: #FFCC33; }
a:active	{ color: red; } 

.redlinks A:link 		{color: #C80000; }
.redlinks A:visited 	{color: #980000; }
.redlinks A:active 		{color: #FF0000; }
.redlinks A:hover 		{color: #365F91; background-color: #F2F194; }

.greenlinks A:link 		{color: #009000; }
.greenlinks A:visited	{color: #007000; }
.greenlinks A:active 	{color: #00FF00; }
.greenlinks A:hover 	{color: #365F91; background-color: #F2F194; }

.bottomlinks {	background:#20235E;
				padding:6px 0; 
				font-size:11px; 
				text-align:center; 
				color:#444; }
.bottomlinks a {font-size:11px; 
				letter-spacing:-1px; 
				line-height:18px; 
				color:#cfcfcf; 
				text-decoration:none; 
				display:inline-block; }
.bottomlinks A:hover {color: #365F91; background-color: #F2F194; }

p.GooglePlusOne_pos_fixed { float:right;
/*				position:fixed;
				top:30px;
				right:5px;*/}

