/**
 * Kleuren:
 * Menu:		#323E47
 * Tekst: 		#131B28
 * input: 		#B5E3F2
 * Donker: 		#323E47
 * Links:		#1A7999
 *
 */
 
html {
	height: 100%;
}

body {
	background: url(../images/gras.jpg) ;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #131B28;
	height: 100%;
	min-height: 100%;
	overflow: auto;
}

table{
	font-size: 10px;
	
}
.invoer {
	border: 1px solid #323E47;
	background-color: #D9DEE2;
}

#header {
	background: url(../images/header.jpg) no-repeat top center;
	width: 960px;
	height: 154px;
	margin-left: 0px;
}

#sponsors {
	text-align: center;
	width: 150px;
	margin-top: 25px;
	margin-left: 40px;
	color: #043FA0;
	font-size:16px;
	font-weight: bold;
	border: 1px solid #323E47;
	line-height: 1;
	background-color: #A6BE95;
}
#siteby {
	text-align: center;
	font-size: 10px;
	
}

#menukolom {
	padding-top: 10px;	
	margin-left: 10px;
}

#content {
	width: 960px;
	overflow:visible;
	height: 100%;
}

#wrapper { 
	height:auto !important;
	height: 100%;
	min-height: 100%;
	background: #E7ECE6 url(../images/content_bg.png) repeat-x top center;
	border-left: 1px solid #131B28;
	border-right: 1px solid #131B28;
}

#middenstuk {
	padding-top: 30px;
}

#footer {
	height: 0px;
	margin: 0;
}

.gb_content {
	margin-bottom: 15px;
}

.thumbrow img {
	border: 1px solid #DFDACE;
	padding: 3px;
	margin: 12px;
}

.thumbrow {
	text-align: left;
}

.nieuwstitel {
	font-size: 16px;
	font-weight: bold;
}

a:visited {font-weight: bold; text-decoration: none; color: #D31738;}
a:link {font-weight: bold; text-decoration: none; color: #D31738;}
a:hover {font-weight: bold; text-decoration: underline; color: #D31738;}
a:active {font-weight: bold; text-decoration: underline; color: #D31738;}


/* MENU */
li { list-style-type: none; }

#nav_inner {
	border-top: 1px solid #E7ECE6;
}

#navigation {
	border:1px solid #131B28;
	margin-left: 15px;
	margin-top: 15px;
	padding:0px;
	text-indent:0px;
	background-color:#9EA105;
	width:200px;
	font-size: 12px;
}
#navigation a.head {
	cursor:pointer;
	border-left:1px solid #E7ECE6;
	border-right:1px solid #E7ECE6;
	border-bottom:1px solid #E7ECE6;
	background:#043FA0 url(../images/arrow_next.png) no-repeat scroll 175px 7px;
	color:#E7ECE6;
	display:block;
	font-weight:bold;
	margin:0px;
	padding: 5px 0px 5px 0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#E7ECE6;
}
#navigation a.selected {
	background-image: url(../images/arrow_down.png);
}
#navigation a.current {
	background-color:#CED9A1;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#navigation li ul {
	border-bottom: 1px solid #E7ECE6;
}
#navigation li {
	list-style:none outside none; 
	margin: 0px;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	margin: 0px;
	border-left: 1px solid #E7ECE6;
	border-right: 1px solid #E7ECE6;
}
#navigation li li a:hover {
	background-color:#CED9A1;
	color:#D31738;
}

/* AGENDA */

.agenda_kader {
	width: 200px;
	border: 1px solid #1B1C18;
	margin-left: 15px;	
	background: #FFF;
	font-size: 12px;
}

.agenda_head {
	padding: 5px 14px;
    font-weight:bold;
	color:#E7ECE6;
	margin: 1px;	
	background-color: #043FA0;
}

.agenda_content {
	  color:#1A1B18;
	  background-color:#9EA105;
	  padding-left:10px;
	  font-weight:bold;
	  border-left: 1px solid #E7ECE6;
	  border-right: 1px solid #E7ECE6;	
	  border-bottom: 1px solid #E7ECE6;	
}
