html {
	height:100%;
	margin: 0px;
	padding:0px;
}

body {
	background: #D02329 url(image/body-bg.jpg) no-repeat 50% 0;
	/*background: #383838 url(image/body-bg.jpg) repeat-y 50% 0;*/
	margin: 0;
	padding: 0;
	color: #D02329;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
	height:100%;
	border:none;
}

#wrapper {
	left: 50%;
	width:798px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*background-color: #FFFFFF;
	text-align: left; /* voor IE */
	/*bottom: 10px;*/
	font-family: Verdana;
	background-color: #FFFFFF;
}

#Header {
	width: 798px;
	height: 106px;
	background-color: #FFFFFF;
	background-image: url(images/headingBG.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
}

#content {
	width: 798px;
	float: left;
	/*background-color: #FFFFFF;*/
	border-bottom: 4px solid #000;
	background-image: url(image/content_bg.jpg);
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;*/
}

#Left {
	width: 180px;
	background-color: #FFF;
	position: relative;	/*height: 537px;*/
	float: left;
}

#Main {
	width: 426px;
	float: left;
	padding: 0px 10px 10px 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #FFFFFF;
}

#MainContact {
	width: 426px;
	float: left;
	padding: 0px 10px 10px 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #FFFFFF;
	height: 527px;
}

#Right {
	width: 170px;
	float: right;
	background-color: #FFF;
	display: inline;
	height: 100%;
	/*height: 537px;*/
}

#Footer{
	left: 50%;
	width:798px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #000;
	font-family: Verdana;
	background-color: #CCCCCC;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footerTxt {
	text-align: center;
	float: none;
	position: static;
	line-height: 24px;
}

/* Content */
#contentitem {
	width: 404px;
	float: left;
	padding: 10px 11px 10px 11px;
	background-color: #CCCCCC;
	margin-top: 10px;
	/*display: inline;
	height: 100%;*/
}

#contentitemLid {
	width: 404px;
	float: left;
	padding: 10px 11px 10px 11px;
	background-color: #CCCCCC;
	margin-top: 10px;
	text-align: left;
}

#item {
	width: 204px;
	float: left;
	text-align: left;	/*display: inline;*/
}

#foto {
	width: 180px;
	float: right;
}

/* Content Leden */
#contentLeden {
	width: 798px;
	float: left;
	background-color: #FFFFFF;
	border-bottom: 4px solid #000;
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;*/
}

#contentLedenTxt {
	width: 570px;
	float: left;
	padding: 10px 11px 10px 11px;
	display: inline;
	background-color: #CCCCCC;
	margin-top: 10px;
	overflow-x: hidden;
	overflow: auto;
	height: 497px;
	margin: 10px 0px 0px 10px;
}

#mainLeden {
	width: 616px;
	float: left;
	padding: 0px 0px 10px 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #FFFFFF;
}



/* Fonts */
.Head {
	font-size : 14px;
	font-weight: bold;
}

.Koptekst{
	font-weight: bold;
	font-size: 14px;
	color: #D02329;
}

.plattetekst {
	font-weight: normal;
	font-size: 12px;
	color: #D02329
}

.specialetekst {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF
}

H1,H2,H3,H4,H5,H6 {
	font-weight: normal;
	font-size: 12px;
	color: #D02329
}

/* Navigatie */
a {
	font-size : 13px;
	letter-spacing : 1px;
	font-weight: bold;
}

a:link, a:visited {
	color : #330033;
	text-decoration : none;
}

a:hover, a:active {
	color : #A79CC0;
	text-decoration : none;
}

a.klein {
	font-size : 11px;
	letter-spacing : 1px;
	font-weight: bold;
}

a.klein:link, a.klein:visited {
	color : #666666;
	text-decoration : none;
}

a.klein:hover, a.klein:active {
	color : #D02329;
	text-decoration : none;
}

