/*
grijs: 474747
lichtblauw: 6aa8d7
donkerblauw: 00265a
Rood: cf0b1c 

Adobe Garamond, Times New Roman, serif;
Trebuchet MS, Tahoma, Arial, sans-serif;

*/

body {
   text-align: left;
   margin: 0px;
   font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
   color: #474747;
   background-color: #6aa8d7;
   background-image: url('site_img/bgg.jpg'); 
   background-repeat: repeat-x;
}


/* ##########  HEADINGS  ############## */

h1 {
	display: block;
	font-size: 30px;
	font-family: Adobe Garamond, Times New Roman, serif;
	font-weight: normal;
	color: #00265a;
	margin: 5px 0px 10px 0px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: Adobe Garamond, Times New Roman, serif;
	color: #00265a;
	margin: 5px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #cf0b1c;
	margin: 15px 0px 0px 0px;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 20px;
}

/* ##########  TABLES  ############## 

table {
	width: 90%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	border: 0px;
}
*/
label {
    width:120px;
    float:left;
	line-height: 14px;
	margin-bottom: 5px;
}

input {
	line-height: 14px;
	margin-bottom: 5px;
	border: 1px solid #6aa8d7;
	width: 200px;
}

input.submit {
	width: 200px;
	margin: 10px 0px 0px 120px;
}

/* ##########  DIVS  ############## */


div.container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: blue;
	font-size: 10px;
	color: #474747;
}

div.top{
	width: 850px;
	height: 60px;
	padding: 25px;
	background-color: white;
	font-size: 11px;
	color: #00265a;
}

div.toptext {
	text-align: right;
	float: right;
	font-size: 11px;

}

div.menu{
	width: 850px;
	height: 30px;
	padding: 0px 25px 0px 25px;
	background-color: #00265a;
	font-family: Adobe Garamond, Times New Roman, serif;
	border-bottom: 5px solid #cf0b1c;
	font-size: 16px;
	color: White;
	background-image: url('site_img/menubg.jpg');
	background-repeat: repeat-x;
}

div.imagebar{
	width: 900px;
	height: 165px;
	padding: 0px;
	background-color: #00265a;
	font-size: 14px;
	color: White;
	background-image: url('site_img/imagebar1.jpg');
	background-repeat: no-repeat;
}

div.main{
	width: 850px;
    min-height: 400px;
	background-color: White;
	font-size: 13px;
	color: #474747;
	padding: 15px 25px 40px 25px;
	color: #323230;
}

div.bottom{
	width: 900px;
	height: 15px;
	background-color: #00265a;
	padding: 0px;
	font-size: 5px;
	color: White;
	background-image: url('site_img/bottombgg.jpg');
	background-repeat: repeat-x;
}

div.quote{
	width: 300px;
	color: 	#6aa8d7;
}


div.wnd{
	text-align: center;
	float: center;
	padding: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: white;
	font-size: 10px;
}

div.wnd a{
	color: white;
	text-decoration: none;
}

table.teampic tr td{
padding: 10px 10px 0px 0px;
border: 1px solid black;
width: 240px;
}
/*==========MENU STYLES-------------------*/

#navbar {
	margin: 0px;
	padding: 0px;
	height: 35px;
	z-index: 5;
	position: relative;
   border-right: 1px solid #6aa8d7;
}
#navbar li {
	list-style-type: none;
	display: block;
   float: left;
	padding:0px;
	margin: 0px;
   border-left: 1px solid #6aa8d7;
   text-align: center;
   cursor: pointer;
   color: white;
	background-image: url('site_img/menubg.jpg');
	background-repeat: repeat-x; 
	position: relative;
	z-index: 5;
}
#navbar li:hover, #navbar li.hover {
	color: White;
	height: 30px;
	background-image: url('site_img/menubg.jpg');
	background-repeat: repeat-x; 
	border-bottom: 5px solid #6aa8d7;
	position: relative;
	z-index: 5;
}

#navbar li a {
	display: block;
	color: White;
	text-decoration: none; 
  font-size: 0.9em;
  width: 135px;
  height: 30px;
  padding: 5px 0px 0px 5px;
	position: relative;
	z-index: 5;
}

#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	padding: 0px;
	position: relative;
	z-index: 5;
}
	
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;

	margin: 0px;
	padding: 0px;
	z-index: 5;
}
#navbar li:hover li, #navbar li.hover li {
	float: none; 
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 120px;
}
#navbar li:hover li a, #navbar li.hover li a {
	border-bottom: 0px solid #blue;
	color: #000;
	position: relative;
        width: 134px;
	z-index: 5; 
}

/* ##########  LINK STYLES  ############ */
a{
color: #cf0b1c;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.main a {
color: #6aa8d7;
text-decoration: underline;
}

.main a:hover {
text-decoration: none;
}

/* ##########  IMG STYLES  ############ */

div.main img{
 border: 0px;
}

div.top img{
 border: 0px;
}

img.logo {
border: 0px;
text-align: left;
}

img.keurmerken {
display: block;
vertical-align: center;
float: right;
margin: 5px;
border: 0px;
text-align: right;
}

img.rightimage {
display: block;
vertical-align: center;
float: right;
clear: right;
margin: 0px;
padding: 0px 0px 10px 10px;
border: 0px;
text-align: right;
}

