
/* DIVS */

body {
	background-image: url(../images/topbalk.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #f4f6e8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a8072;
	height:100%;
	text-align : center;
}
.normal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a8072;
}
#master {
	width: 713px;
	height: 100%;
	min-height: 100%;
 	margin-bottom: -6px;
 	margin: 0 auto;
}
body>div#master {
	height: auto;
}
body>div#footer {
      height: auto;
}
#cleaner{
	height:100px;
	width: 700px;
}
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
  width: 1em; 
  z-index: -1; 
}

#header {
	margin-top: 8px;
}
#left {
	width: 175px;
	float: left;
	text-align: left;
}
#right {
	width: 538px;
	float: right;
	text-align: left;
}
#flash {
	margin-bottom: 25px;
}
#welkom,#agenda {
	margin-left: 10px;
	margin-bottom: 25px;
}
#footer {
 	margin: 0 auto;
	width: 700px;
	clear: both;
}

/* LINKS */

a:link {
	color: #198a3d;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #198a3d;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #198a3d;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #198a3d;
	text-decoration: underline;
}

/* FORM INPUTS */

form {
	margin: 0px;
}
input.button {
	border: 0px;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #7f9db9;
	color: #999999;
	font-weight: bold;
	width: 35px;
	height: 18px;
	cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF');
}
.veld {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	height: 14px;
	padding-left: 2px;
	border: 1px solid #7f9db9;
}
input.radio {
	width: auto;
	height: auto;
}

/* GENERAL */

.titel {
	color: #198a3d;
	font-weight: bold;
}
.titeloranje {
	color: #198a3d;
	font-weight: bold;
}
.datum {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

