.editor {
	background-color: #ffffff;
}

body {
	background-color: #F7EFE6;
	margin: 0px;
	font-family: Arial;
}

td {
	vertical-align: top;
}

.maintable {
	height: 100%;
	width: 768px;
	background-color: #FFF;
}


/* ----------------- Hoofdnavigatie ----------------- */

.hoofdnavigatie {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.hoofdnavigatie2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7B6AA6;
	margin-right: 20px;
}


.h07,
.h09 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7B6AA6;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.h00,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06,
.h08 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

.hoofdnavigatie a:hover {
	color: #7B6AA6;
	text-decoration: none;
}

.hoofdnavigatie2 a:hover {
	color: #fff;
	text-decoration: none;
}


/* ----------------- Subnavigatie ----------------- */

.category_active,
.category_inactive {
	font-family: Arial;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

.category_active {
	color: #7B6AA6;
}

.category_inactive {
	color: #fff;
}

/* ----------------- Homepage ----------------- */

.intro_home {
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	width: 160px;
	margin-left: 0;
	padding-bottom: 20px;
}

.intro_home p {
	padding-left: 20px;
	}

.banner_sponsor_worden {
	margin: 10px 0 0 6px;
	}

.news_home {
	width: 360px;
	margin: 12px;
	height: auto;
}

.news_home .home_newsimage {
	float: left;
	margin-right: 10px;
}

.news_home h2 {
	font-size: 11px;
	font-weight: normal;
	color: #7B6AA6;
	font-style: italic;
	margin-top: -15px;
	margin-bottom: -15px;
	letter-spacing: 1px;
}

.news_home h1 {
	margin-top: -5px;
	color: #000;
}

/* ----------------- Nieuws Content ----------------- */


.list_newsimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

.date {
	font-size: 11px;
	font-weight: normal;
	color: #7B6AA6;
	font-style: italic;
	margin-top: -15px;
	margin-bottom: -15px;
	letter-spacing: 1px;

}

/* ----------------- Content ----------------- */

.content {
	border-right: solid 15px #960;
	padding: 20px;
}

h1, p {
	line-height: 18px;
}

h1 {
	font-size: 12px;
	color: #372870;
}

h6 {
	font-size: 10px;
	color: #87829B;
}

p {
	font-size: 11px;
}

a {
	font-size: 11px;
	color: #372870;
	text-decoration: underline;
}

.right {
	float: right;
	margin-left: 10px;
}

.left {
	float: left;
	margin-right: 10px;
}

input, select, textarea {
	font-size: 11px;
}	

/* ----------------- Form ----------------- */

.form {
	background-color: #F7EFE6;
	width: 500px;
}

.form h1 {
	padding-top: 10px;
	margin-bottom: 10px;
}

.form td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

