/* CSS Document */

body {
  	background-color: #003664;
  	font-family: verdana, arial, sans-serif;
  	margin:0px;
  	padding:0px;
  	text-align:center;
  	font-size: 12px;
  	color:#5B5B5B;
}

a {
	text-decoration:  none;
	font-weight: bold;
	border: none;
	color:#0076A6;
}

a:hover {
	text-decoration:  underline; 
	border: none;
}

input, option, textarea{
	font-family: verdana, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #8B0000;
}

img {
	border: 0px solid #00598B;
}

.submit 
{
	text-decoration:  none;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	color:#085CAE;
	padding:15px;
}

#container {
  	background: url(../img/container_topleft.jpg) top left no-repeat;
  	width:950px;
  	margin-left:auto;
  	margin-right:auto;
  	border: 0px solid black;
}

#containerheader {
	position:relative;
  	background: url(../img/container_topright.jpg) top right no-repeat;
  	height:161px;
  	margin:0;
}

#logo {
	position: absolute;
	top: 36px;
	left: 25px;
	background: url(../img/logo.jpg) top left no-repeat;
	width: 190px;
	height: 180px;
}

#mainbanner_zomer {
	background: url(../img/zomer.jpg) top left no-repeat;
/*	border-bottom: 2px solid #8D8D8D; */
/*	border-left: 1px solid #8D8D8D; */
/*	border-right: 2px solid #8D8D8D; */
	width: 612px;
	height: 121px;
}

#mainbanner_herfst {
	background: url(../img/herfst.jpg) top left no-repeat;
/*	border-bottom: 2px solid #8D8D8D; */
/*	border-left: 1px solid #8D8D8D; */
/*	border-right: 2px solid #8D8D8D; */
	width: 612px;
	height: 121px;
}

#mainbanner_winter {
	background: url(../img/winter.jpg) top left no-repeat;
/*	border-bottom: 2px solid #8D8D8D; */
/*	border-left: 1px solid #8D8D8D; */
/*	border-right: 2px solid #8D8D8D; */
	width: 612px;
	height: 121px;
}

#mainbanner_lente {
	background: url(../img/lente.jpg) top left no-repeat;
/*	border-bottom: 2px solid #8D8D8D; */
/*	border-left: 1px solid #8D8D8D; */
/*	border-right: 2px solid #8D8D8D; */
	width: 612px;
	height: 121px;
}

#containerbody {
  	background: url(../img/container_rightborder.jpg) top left repeat-y;
  	margin:0px;
  	padding-left:5px;
  	padding-right:99px;
  	text-align: left;
}

#containerfooter {
  	background: url(../img/container_bottomleft.jpg) bottom left no-repeat;  	
}

#containerrightbottom {
	position:relative;
  	background: url(../img/container_bottomright.jpg) bottom right no-repeat;
  	display:block;
  	height:57px;
}

#enddiv {
	background: url(../img/enddiv.jpg) top right no-repeat;
	position: absolute;
	top: 2px;
	right: 99px;
	width: 660px;
	height: 13px;	
}

#menu {
	width:226px;
	text-align:left;
	vertical-align:top;
}

#main { 
	text-align:left;
	vertical-align:top; 	
	padding-left:8px;
	padding-top:10px;
	padding-bottom:10px;
 } 
 
 .inspring {
 	padding-left:25px;
 	padding-right:25px;
 }



 
 
 
 
 
 
 
 
 

/* Joomla */

.readon {
	color: #00598B;
}

.nieuws {
	color: #8B0000;
}


table.moduletable {
	width: 100%;
	margin-bottom: 25px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align:left;
}



/* Main Menu(s) */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../img/menu_blue.jpg) top left no-repeat;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #C4C4C4;
	color: #999999;
	text-align: left;
	padding-left: 25px;
	padding-top: 7px;
	height: 30px !important;
	height:30px;
	text-decoration: none;
}

a.mainlevel:hover {
	background: url(../img/menu_red.jpg) top left no-repeat;
	color: #999999;
}

a.mainlevel#active_menu {
	background: url(../img/menu_red.jpg) top left no-repeat;
	color: #999999;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	background: url(../img/menu_red.jpg) top left no-repeat;
	color: #999999;
}



/* Content */

.contentheading {
	background: url(../img/contentheader.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	text-align:left;
	color: #8B0000;
	padding-left: 15px;
}

.contentpaneopen {
	text-align: left;
	font-size: 11px;
	line-height: 1.8;
	border-left: 1px solid #C4C4C4;
}




