/* Algemeen */

.editor {
	background-color: #fff;
}

body {
	margin: 0px;
	background-color: #411218;
	font-family: Verdana;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

/* Homepage - Inhoud */

.maintable_home,
.maintable_content {
	background-color: #fff;
	height: 100%;
}

.maintable_home .header,
.maintable_content .header {
	background-color: #00A6D6;
	height: 150px;
	background-image: url("/images/static/header.gif");
	background-repeat: no-repeat;
}

.maintable_home .vestiging_menu,
.maintable_content .vestiging_menu {
	font-family: Helvetica;
	font-size: 10px;
	height: 40px;
	background-color: #00A6D6;
	color: #F2E9EA;
	padding-left: 26px;
}

.maintable_home .vestiging_menu a,
.maintable_home .vestiging_menu a:visted,
.maintable_content .vestiging_menu a,
.maintable_content .vestiging_menu a:visted {
	color: #F2E9EA;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.maintable_home .vestiging_menu a:hover,
.maintable_content .vestiging_menu a:hover {
	color: #7D212B;
}

.maintable_home .mainmenu,
.maintable_content .mainmenu {
	height: 20px;
	background-image: url("/images/static/bg_mainmenu.gif");
	background-repeat: repeat-x;
}

.maintable_home .homeleft {
	width: 324px;
	padding-bottom: 30px;
	padding-top: 35px;
}

.maintable_home .homemidden {
	width: 260px;
	padding-bottom: 30px;
	padding-top: 35px;
}

.maintable_home .homeright {
	width: 195px;
	background-color: #E6F6FB;
	padding-bottom: 30px;
	padding-top: 35px;
}

/* Inhoud */

.maintable_content .subnav {
	padding-top: 40px;
	width: 195px;
	background-color: #F2E9EA;
}

.maintable_content .content {
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 584px;
}

h1, p, ul, input, submit, textarea {
	line-height: 16px;
}

h1 {
	font-size: 18px;
	color: #00A6D6;
	line-height: 16px;
}

h2 {
	font-size: 14px;
	color: #00A6D6;
	line-height: 16px;
}

h3 {
	font-size: 11px;
	color: #55151C;
	margin-bottom: -16px;
	line-height: 16px;
}

h4 {
	font-size: 11px;
	color: #00A6D6;
	margin-bottom: -16px;
	line-height: 16px;
}

p, ul, td, input {
	font-size: 11px;
	color: #55151C;
}

ul {
	margin-left: 17px;
}

a {
	font-size: 11px;
	color: #00A6D6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Home Actueel */

.news_home {
	abackground-color: #f60;
	width: 240px;
	margin-bottom: 20px;
}

.news_home .arrow_right {
	margin-left: 5px;
}


/* Actueel */

.datum {
	color: #CF8390;
	font-style: italic;
	font-size: 11px;
	margin-top: -12px;
	margin-bottom: -12px;
	margin-left: 15px;
}

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

/* Navigatie */

.category_active,
.category_inactive {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 31px;
	padding-right: 10px;
	line-height: 16px;
	border-bottom: 1px solid #8A2327;
	cursor: pointer;
}

.category_active {
	color: #EE3A40;
}

.category_inactive {
	color: #8A2327;
}







