/* begin Algemeen */
body {
    background-color: #CBC9D7; /* #3D3B49; */
    color: #000000;
    font-family: "MS Trebuchet", Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    margin: 0;
}

.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%;
}

#tblContactGegevens td {
    padding: 5px;
    border: 1px solid #999999;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

.center {
	display: block;
    margin-left: auto;
    margin-right: auto
}
/* eind Algemeen */

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

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

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

.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 */
.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 */
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url("images/menuoff.gif") repeat-x top left;
	border-bottom: 4px solid #555555;
	border-top: 1px solid #919191;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	float: left;
	color: #605F67;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 8px 0 8px;
	height: 24px;
	background: transparent url("images/menudivider.gif") no-repeat top right;
}

ul#menu li a:hover {
	background: transparent url("images/menuhover.gif") no-repeat top right;	
}

ul#menu li a.active {
	color: #ffffff;
	background: transparent url("images/menuactive.gif") no-repeat top right;	
}
/* eind MenuItem */

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

/* 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;
}

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

.contentLayout .sidebar1 {
	position: relative;
	float: left;
	padding: 10px;
	margin-bottom: 80px;
	border: 3px solid #C4B9B0;
	overflow: hidden;
	top: 80px;
	width: 193px;
}
/* eind LayoutCell */

/* 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;
	overflow: hidden;
	width: 874px;
	margin: 5px auto 0px auto;
}

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

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