.pagina-instellingen {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/shade-sides.png);
	background-repeat: repeat-y;
	margin-left: -370px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	position:absolute;
	left:50%;
	top:0px;
	width:740px;
	min-height:500px;
	height: auto;
}

#inhoud {
	position:relative;
	left:20px;
	top:0px;
	width:640px;
	min-height:369px;
	height: auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #FFFFFF;
}

#fotobanner {
	position:relative;
	left:20px;
	top:0px;
	width:700px;
	height:300px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

#wrapper #fotobanner #menu {
	position:absolute;
	left:0px;
	top:20px;
	width:700px;
	height:20px;
	text-align: right;
	background-color: #FFFFFF;
}

/* Dit haalt laatste streepje uit het menu (dekt af met witte div) */
#wrapper #fotobanner #menu-border-weg {
	position:absolute;
	left:680px;
	top:15px;
	width:20px;
	height:35px;
	background-color: #FFFFFF;
	z-index: 1;
}

#logo {
	position:relative;
	left:35px;
	top:15px;
	width:125px;
	height:131px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#bodemschaduw {
	width:740px;
	height:40px;
	background-image: url(../images/shade-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	z-index:1;
}

#wrapper #footer {
	width:740px;
	height:20px;
	padding:0px;
	text-align:center;
	font-size:10px;
	background-color: #FFFFFF;
	z-index:1;
}

h1 {
	font-size: 24px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	font-style: normal;
	margin-top: 16px;
}

.csc-textpic-caption {
	font-size: 11px;
	text-align: right;
	margin-bottom: 24px;
}

#wrapper #fotobanner #menu table {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
}


#wrapper #fotobanner #menu table A {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

#wrapper #fotobanner #menu table td A:hover {
	text-decoration: none;
	color: #CCC;
}

#wrapper #fotobanner #menu table td.menu-aktief {
	color: #F33;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
}

#wrapper #fotobanner #menu table td.menu-normaal {
	color: #000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
}

#wrapper #fotobanner #menu table td.menu-aktief A {
	color: #F33;
}

.contenttable* {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
	border-style: none;
}

#wrapper #inhoud table td {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	color: #000;
	border-style: none;
	background-color: #F0F0F0;
}
.tr-even* {
	background-color: #F0F0F0;
}

.tr-odd* {
	background-color: #FAFAFA;
}