/***
	styles.css
	
***/

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 22px;
}
body.bgIndex {
	background: url('img/bg-index.gif') repeat-x;
}
body.bgPage {
	background: url('img/bg-page.gif') repeat-x;
}
img {
	border: 0px
}
a {
	cursor: pointer;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.container {
	width: 925px;
	margin: 0px auto 0px auto;
	padding-left: 12px;
	padding-bottom: 20px;
	display: block;
	/** /background: #FCF;/**/
}

/*** HEADER ***/
#flashTop {
	width: 540px;
	height: 91px;
	float: right;
}
#header {
	width: 100%;
	height: 165px;
	background: url('img/top-bg.gif') repeat-x;
}
#toplogo {
	width: 385px;
	height: 155px;
	margin-left: -12px;
	position: relative;
	display: inline;
	float: left;
}
#headertext {
	float: right;
	width: 400px;
	height: 27px;
	margin: 4px 8px 0px 0px;
	color: #7F7F7F;
	text-align: right;
}
#headertext2 {
	float: right;
	width: 130px;
	height: 27px;
	margin: 4px 8px 0px 0px;
	color: #7F7F7F;
	text-align: right;
}
#headertext2 img{
	margin-left: 5px;
}
#headertext a {
	text-decoration: underline;
	color: #7F7F7F;
}
#menu {
	width: 723px;
	margin: -18px 0px -3px 0px;
	float: right;
	position: relative;
}

#menu a {
	float: left;
	font-family: Georgia;
	text-decoration: none;
	font-size: 12px;
	color: #16534e;

	border-right: 3px solid #eee;
	padding-left: 11px;
	padding-right: 11px;
}
#menu a:hover {
	color: #ff6600;
}
/*** CONTENT ***/
#contentContainer {
	width: 100%;
	margin: 20px 10px 0px 10px;
}
#contentContainer .li {
	background: url('img/bullet-darkgreen.gif') no-repeat 0px 8px;
	padding-left: 12px;
	display: block;
}
#submenuContainer {
	width: 222px;
	margin: 0px 0px 0px 30px;
	float: left;
}
#greyRow {
	width: 100%;
	height: 8px;
	margin-top: 10px;
	overflow: hidden;
	background: #E5E5E5;
}
#submenu #pagename {
	width: 200px; /* 222px */
	height: 29px; /* 37px */
	margin-bottom: 0px;
	padding: 8px 12px 0px 12px;
	background: #EC9013;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
#submenu a {
	width: 200px; /* 222px */
	height: 29px; /* 37px */
	margin-bottom: 1px;
	padding: 8px 12px 0px 12px;
	background: #fdf4e8;
	color: #000;
	font-weight: bold;
	text-align: right;
	display: block;
	text-decoration: none;
}
#submenu a:hover {
	color: #000;
	text-decoration: none;
}
#submenu a.active {
	color: #000;
	background: #FBE9D0;
}
#printMeelBel {
	width: 213px; /* 222px */
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 11px 11px;
	background: #E7E7E7;
}
#printMeelBel img {
	margin-bottom: 7px;
}
#belmij {
	width: 182px; /* 200px */
	margin-bottom: 11px;
	padding: 30px 11px 11px 11px;
	background: #FFF url('img/bel-mij.gif') no-repeat;
}
#meelmij {
	width: 182px; /* 200px */
	margin-bottom: 11px;
	padding: 30px 11px 11px 11px;
	background: #F3F3F3 url('img/meer-info.gif') no-repeat;
}
#belmij form, #belmij table {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	color: #BF0000;
}
#printMeelBel table td {
	padding: 0px 0px 4px 0px;
}
#belmij input {
	width: 80px;
	height: 17px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	border: 1px solid #EC9013;
	text-indent: 1px;
}
#belmij table #printMeelBelSubmit {
	width: 81px;
	height: 20px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #000;
	background: #BF0000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#meelmij input {
	width: 80px;
	height: 17px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	border: 1px solid #EC9013;
	text-indent: 1px;
}
#meelmij table #printMeelBelSubmit {
	width: 81px;
	height: 20px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #000;
	background: #BF0000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#footer {
	clear: both;
	height: 20px;
	margin: 0px auto 0px auto;
	width: 925px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: center;
	color: #999999;
	display: block;
}
#footer A {
	color: #999999;
}

/*** MISC ***/
.clear, .__clear__ {
	clear: both;
}
.bgOrange {
	background: #EC9013;
}
.bgLightOrange {
	background: #F2B25A;
}
.cOrange {
	color: #EC9013;
}
.cOrangeBig {
	color: #EC9013;
	font-size: 13px;
}
.cBlack {
	color: #000;
}
.cDarkgreen {
	color: #16534E;
}
.underline {
	text-decoration: underline;
}
.inputStyle {
	
	width: 115px;
	height: 17px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	border: 1px solid #EC9013;
	text-indent: 1px;
}	
.meer_knop{
	background: url('http://www.abswoude.net/img/meer.png') no-repeat;
	width: 160px;
	height: 27px;
	padding-left: 13px;
	padding-top:1px;

}
.meer_knop a{
	color: #333;
	text-decoration: none;

}
.meer_knop a:hover{
	color: #000;
	border-bottom: 1px dotted;
}