@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Calibri, Arial, "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(imgs-layout/bg-site.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment: fixed;
}
.Gastenboek {
	margin-bottom: 10px;
	font-size: 10px;
	background-color: #E9E9E9;
	padding: 5px;
	margin-top: 10px;
}
.TopNavExtern {
	width: 430px;
	height: 25px;
	margin-left: 465px;
	text-align: center;
	margin-right: 70px;
}
a.Wit:link {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Wit:hover {
color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Wit:active {
color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

a.Plain:link {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Plain:hover {
color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Plain:active {
color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

a.WitWorking:link {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.WitWorking:visited {
color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.WitWorking:hover {
color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.WitWorking:active {
color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a:link {
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	padding: 0px;
}
a:visited {
	color: #990000;
	text-decoration: none;
	padding: 0px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding: 0px;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding: 0px;
}
a.Regular:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Regular:visited {
color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Regular:hover {
color: #990000;
	text-decoration: none;
	background-color: #F0F0F2;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Regular:active {
color: #990000;
	text-decoration: none;
	background-color: #F0F0F2;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a.Wit:visited {
color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#Centered {
	background-image: url(imgs-layout/bg-content.jpg);
	position: relative;
	visibility: visible;
	height: 600px;
	width: 950px;
	top: 0px;
	overflow: visible;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#spaceTopContent {
	height: 69px;
}

#ContentHouderIntern {
	padding-right: 4px;
	padding-left: 4px;
}
#TransparantKlein {
	background-image: url(imgs-layout/transparent.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #DFAE2C;
}
#Top {
	width:950px;
	height:242px;
	left: 0px;
	top: 0px;
	background-image: url(imgs-layout/Top.jpg);
	visibility: visible;
}
#Content {
	background-image: url(imgs-layout/bg-content.jpg);
	background-repeat: repeat;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	clear: both;
	overflow: visible;
	visibility: visible;
}
#Bottom {
	background-image: url(imgs-layout/Bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 142px;
	width: 950px;
}
.HeaderPage {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.HeaderPageBreed {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9A0000;
	margin-bottom: 20px;
}

.HeaderPageBg {
	background-image: url(imgs-layout/Header-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 6px;
}
.HeaderPageBgSmal {
	background-image: url(imgs-layout/HeaderPageBgSmal.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 6px;
}

.HeaderBottomBg {
	padding-left: 6px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.HeaderPageWit {
	border-bottom-width: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.BorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A0000;
	padding-bottom: 15px;
}


#Transparant {
	background-image: url(imgs-layout/transparent.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.style2 {
	color: #F00000
}
.ImgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.ImgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
}
.Spacer20 {
	height: 20px;
}
.ImgRandWit {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.thrColFix #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebarOne {
	float: left; /* since this element is floated, a width must be given */
	width: 435px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.thrColFix #sidebarTwo {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.thrColFix #mainContent {
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 480px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.ItemLeft {
	padding: 20px;
}
.ItemLeftNav {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ItemMidden {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ItemRechts {
	padding: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#ButBlog {
	position:absolute;
	width:85px;
	height:37px;
	z-index:1;
	left: 663px;
	top: 30px;
}
#ButNieuws {
	position:absolute;
	width:90px;
	height:25px;
	z-index:1;
	left: 563px;
	top: 42px;
}
#ButAuteurs {
	position:absolute;
	width:105px;
	height:44px;
	z-index:1;
	left: 758px;
	top: 41px;
}
#ButBoek {
	position:absolute;
	width:120px;
	height:30px;
	z-index:1;
	left: 603px;
	top: 77px;
}
#ButMedia {
	position:absolute;
	width:88px;
	height:48px;
	z-index:1;
	left: 693px;
	top: 77px;
	visibility: hidden;
}
#ButContact {
	position:absolute;
	width:100px;
	height:25px;
	z-index:1;
	left: 733px;
	top: 87px;
}
.style6 {color: #FFFFFF}
.KopOne {
	background-color: #E9DDDD;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}.ItemRechtsLos {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ItemLeftGastenboek {
	padding: 20px;

	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
