body {
	background-color: #fff;
	color: #000;
	font: 1em/1.2 "Times New Roman", Times, serif;
	margin: 0 0 3em;
	padding: 0;
}
#outer {
	background: url(/global/logo.gif) 110px 10px no-repeat;
	border: 0px solid #ccc;
	line-height: 1.6em;
	margin: 0 auto 30px;
	padding-left: 120px;
	padding-top: 120px;
	position: relative;
	width: 750px;
}
#outer h2 {
	color: #666;
	font-size: 1em;
	margin: 0 0 2em;
	padding: 0;
}
#outer table {
	display: inline;
}
#outer td a img {
	width: 120px;
}
p {
	line-height: 1.4em;
	margin: 0 0 1em;
}
a {
	color: #000;
}
img, a img {
	border: 1px solid #ccc;
	display: block;
}
img#logo {
	border-style: none;
	display: block;
	height: 78px;
	margin: 0 auto 35px;
	width: 516px;
}
table {
	margin: 0 auto;
}
td {
	padding: .2em;
}
td.label {
	font-weight: bold;
	padding-top: .2em;
	vertical-align: top;
	text-align: right;
}
td.label.verplicht {
	color: #f00;
}
.right, td.right {
	text-align: right;
}
hr {
	color: #000;
	clear: both;
	background-color: #ccc;
	border: 0;
	height: 1px;
}
.redText {
	color: #f00;
}
.greenText {
	color: #090;
}
a.komLangs img {
	border-style: none;
	height: 26px;
	width: 223px;
}
.editLink, .editLink a {
	color: #f00;
	font-weight: normal;
}
body > a#back {
	background: url(/global/vorigePagina.png);
}
a#back {
	cursor: pointer;
   *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/global/vorigePagina.png', sizingMethod='crop');
	height: 24px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 117px;
	z-index: 10;
}
a#back span {
	display: none;
}
input#deleteButton {
	color: #f00;
}
.editLink, a.editLink {
	color: #f00;
}


/* Navigation */
#mainNav {
	left: -50px;
	position: absolute;
	top: 40px;
}
#mainNav a {
	background-image: url(/global/navNl.gif);
	display: block;
	height: 30px;
	margin-bottom: 8px;
	width: 140px;
}
#mainNav a span {
	display: none;
}


a#index {
	background-position: 0 0;
}
a:hover#index, a#index.curPage {
	background-position: 140px 0;
}


a#introductie {
	background-position: 0 -30px;
}
a:hover#introductie, a#introductie.curPage {
	background-position: 140px -30px;
}


a#kunstenaars {
	background-position: 0 -60px;
}
a:hover#kunstenaars, a#kunstenaars.curPage {
	background-position: 140px -60px;
}


a#persoonlijkheden {
	background-position: 0 -90px;
}
a:hover#persoonlijkheden, a#persoonlijkheden.curPage {
	background-position: 140px -90px;
}


a#exposities {
	background-position: 0 -120px;
}
a:hover#exposities, a#exposities.curPage {
	background-position: 140px -120px;
}


a#bezoek {
	background-position: 0 -150px;
}
a:hover#bezoek, a#bezoek.curPage {
	background-position: 140px -150px;
}


a#contact {
	background-position: 0 -180px;
}
a:hover#contact, a#contact.curPage {
	background-position: 140px -180px;
}


a#technieken {
	background-position: 0 -210px;
}
a:hover#technieken, a#technieken.curPage {
	background-position: 140px -210px;
}


a#links {
	background-position: 0 -240px;
}
a:hover#links, a#links.curPage {
	background-position: 140px -240px;
}


a#vragen {
	background-position: 0 -270px;
}
a:hover#vragen, a#vragen.curPage {
	background-position: 140px -270px;
}


a#nieuws {
	background-position: 0 -300px;
}
a:hover#nieuws, a#nieuws.curPage {
	background-position: 140px -300px;
}


/* --- editNav --- */
ul#editNav {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	margin: 0 0 2em;
	padding: 0;
	text-align: center;
}
#editNav li {
	display: inline;
	list-style: none;
	margin: 0 1em;
	padding: 0;
}
#editNav li a {
	font: .8em/1.8 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#editNav li a:hover {
	text-decoration: underline;
}
#editNav li.curPage a {
	color: #000;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}