/* begin Algemeen */
body {
    background-color: #D1CBB1; /*#A1A6BB; #B5BACF; */
    color: #000000;
    font-family: "MS Trebuchet", Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    margin: 0;
}

#FCKeditor1___Frame {
    width: 100%;
    height: 300px;
}

.mainContainer {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

form {
	padding: 0 !important;
	margin: 0 !important;
}

#inputMens { /* verbergen inputherkenning mens */
    visibility: hidden;
    display: none;
}

#Login {
    background-color: #CDD2D9;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 10px;
    width: 65%;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
/* eind Algemeen */

/* begin Box, Sheet */
.Sheet {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 35px;
	min-height: 35px;
}

.Sheet-body {
	position: relative;
	z-index: 1;
	padding: 13px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl {
	position: absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 34px;
	height: 34px;
	background-image: url('/images/Sheet-s.png');
}

.Sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 17px, 17px, auto);
}

.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.Sheet-tc, .Sheet-bc {
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('/images/Sheet-h.png');
}

.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.Sheet-bc {
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl {
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('/images/Sheet-v.png');
}

.Sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 17px);
}

.Sheet-cl {
	left: 0;
	clip: rect(auto, 17px, auto, auto);
}

.Sheet-cc {
	position: absolute;
	z-index: -1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-image: url('/images/Sheet-c.png');
}

.Sheet {
	margin-top: -13px !important;
}

/* eind Box, Sheet */

/* begin Header */
div.Header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 874px;
	height: 175px;
}


div.Header-jpeg {
	position: absolute;
	z-index: -1;
	width: 874px;
	height: 175px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* eind Header */

/* begin Menu */
.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover {
	text-decoration:none;
}

.artmenu, .artmenu ul {
	margin: 0;
	padding: 0;
	display: block;
}

.artmenu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

.artmenu {
	padding: 12px 6px 0px 6px;
}

.nav {
	position: relative;
	height: 41px;
	z-index: 100;
}

.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('/images/nav.png');
}

.nav .l {
	left: 0;
	right: 0;
}

.nav .r {
	right: 0;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}
/* eind Menu */

/* begin MenuItem */
.artmenu ul li {
	clear: both;
}

.artmenu a
{
	position: relative;
	display: block;
	overflow: hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

.artmenu a .r, .artmenu a .l {
	position:absolute;
	display: block;
	height: 87px;
	background-image: url('/images/MenuItem.png');
}

.artmenu a .l {
	left:0;
	right:4px;
}

.artmenu a .r {
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.artmenu a .t  {
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r {
	top:-29px;
}

.artmenu a:hover .t {
	color: #ffffff;
}

.artmenu a.active .l, .artmenu a.active .r
{
	top: -58px;
}

.artmenu a.active .t
{
	color: #111311;
}
/* eind MenuItem */

/* begin ContentLayout */
.contentLayout {
	position: relative;
	margin-bottom: 1px;
	width: 874px;
}
/* eind ContentLayout */

/* begin Box, Block */
.Block {
	position: relative;
	z-index: 0;
	min-width: 15px;
	min-height: 15px;
}

.Block-body {
	position: relative;
	z-index: 1;
	padding: 7px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position: absolute;
	z-index: -1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('/images/Block-s.png');
}

.Block-tl
{
	top: 0;
	left: 0;
	clip: rect(auto, 7px, 7px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.Block-tc, .Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('/images/Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('/images/Block-v.png');
}

.Block-cr
{
	right: 0;
	clip: rect(auto, auto, auto, 7px);
}

.Block-cl
{
	left: 0;
	clip: rect(auto, 7px, auto, auto);
}

.Block-cc
{
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #F3F1E7;
}

.Block
{
	margin: 7px;
}
/* eind Box, Block */

/* begin BlockHeader */
.BlockHeader
{
    background-color: #EDF0FF; /* Sidemenu */
	position: relative;
	z-index: 0;
	height: 30px;
	padding: 0 7px;
}

.BlockHeader .t {
	height: 30px;
	font-weight: bold;
    font-size: 12px; /* IE6 Hack */
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r {
	display: block;
	position: absolute;
	z-index: -1;
	height: 30px;
	background-image: url('/images/BlockHeader.png');
}

.BlockHeader .l {
	left: 0;
	right: 6px;
}

.BlockHeader .r { 
	width: 894px;
	right: 0;
	clip: rect(auto, auto, auto, 888px);
}

.header-tag-icon {
	display: inline-block;
	background-position: left top;
	background-image: url('/images/BlockHeaderIcon.png');
	padding:0 0 0 21px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 5px;
}
/* eind BlockHeader */

/* begin Box, BlockContent */
.BlockContent {
    background-color: #EDF0FF;
	position: relative;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.BlockContent-body {
    color: #333333;
	position: relative;
	padding: 8px;
}

.BlockContent-agenda {
	position: relative;
	padding: 2px;
}

.SelectOpenactiviteiten {
    width: 175px;
}

.BlockContent-body a:link {
	color: #000000;
	text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #555555;
	text-decoration: none;
}


/* eind Box, BlockContent */

/* begin images */
a img {
    border: 0;
}

.article img, img.article {
	border: solid 1px #B7A971;
	margin: 1em;
}
/* eind images */


/* begin PostContent */
.Post
{
	position:relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}

.Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

.Post 
{
	margin: 10px;
}

a {
  text-decoration: underline;
  color: #847743;
}

a:link, a:visited, a.visited {
  text-decoration: underline;
  color: #000000;
}

a:hover, a.hover {
  text-decoration: none;
  color: #AE8E19;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #000000;
}

h1 a:hover {
    color: #FEEF4E;
}

h2, h2 a {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h3, h3 a {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h4, h4 a {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h5, h5 a {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h6, h6 a {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
/* eind PostContent */

/* begin Button */
.Button {
    cursor: pointer;
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0;
	padding:0;
	overflow: visible;
	text-decoration: none !important;
	z-index:0;
}

.Button .btn {
	display:block;
	position:relative;
	float:left;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #000000;
}

.Button .btn .t {
	display:block;
    font-size: 12px; /* IE6 Hack */
	height: 34px;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px;
	line-height: 34px;
	text-decoration: none !important;
}

.Button .active {
	color: #FCF9ED;
}

.Button .btn .l, .Button .btn .r {
	display: block;
	position: absolute;
	z-index:-1;
	height: 102px;
	background-image: url('/images/Button.png');
}

.Button .btn .l {
	left:0;
	right:11px;
}

.Button .btn .r {
	width:411px;
	right: 0;
	clip: rect(auto, auto, auto, 400px);
}

.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r {
	top: -34px;
}

.Button .btn.active .l, .Button .btn.active .r {
	top: -68px;
}
/* eind Button */

/* begin Footer */
.Footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 874px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner {
	height: 1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.Footer .Footer-text p {
	margin: 0;
    width: 866px;
    font-size: 11px;
}
/* eind Footer */

/* begin LayoutCell */
.content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 655px;
}

.content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 873px;
}

.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 218px;
}
/* eind LayoutCell */
