body {
	margin-bottom: 20px;
}
body, td, input, textarea {
	font: 12px/19px Arial, sans-serif;
	color: #444;
}
input {
	line-height: normal;
}

/* Global */
h1, h2, p {
	margin: 15px 0;
}
ul, ol {
	padding: 0;
	margin: 0 38px;
	list-style: square;
}
h1 {
	font-size: 18px;
	color: #5a2547;
}
h2 {
	font-size: 12px;
	/* color: #5a2547; */
	color: #f60;
	margin: 15px 0 0 0;
}
p {
	margin: 0 0 15px 0;
}
a:link, a:visited {
	color: #fa721b;
}
a:hover {
	color: #6a3a59;
}
img {
	border: 0;
}
div.clear_float {
	clear: both;
}
div#wrapper {
	width: 800px;
	margin: 20px auto 0 auto;
}

/* Header */
div#header {
	position: relative;
	top: 0;
	left: 0;
	background: url(images/logo_bg.gif) repeat-x;
}
div#header div#logo {
	margin-left: 20px;
}
div#header div#banner {
	position: relative;
	height: 190px;
	background: #decebe;
}
div#header div#bottom {
	height: 20px;
	background: #fa721b;
}

/* Snelkoppelingen */
div#header div.shortcuts {
	position: absolute;
	top: 24px;
	right: 20px;
	width: 330px;
	text-align: right;
	font-size: 11px;
	color: #b597ab;
	font-weight: bold;
}
div#header div.shortcuts a:link, div#header div.shortcuts a:visited {
	color: #b597ab;
	text-decoration: none;
}
div#header div.shortcuts a:hover {
	color: #decebe;
}

/* News highlight */
div#header div#news_highlight {
	position: absolute;
	top: 31px;
	left: 20px;
	width: 220px;
	font-size: 11px;
	color: #a69a8e;
}
div#header div#news_highlight h2, div#header div#news_highlight p {
	font-size: 11px;
	color: #a69a8e;
	margin: 0;
}
div#header div#news_highlight h2 {
	margin-bottom: 7px;
}
div#header div#news_highlight p {
	margin: 7px 0;
}
div#header div#news_highlight a:link, div#header div#news_highlight a:visited {
	color: #c99b7d;
	font-weight: bold;
	text-decoration: none;
}
div#header div#news_highlight a:hover {
	color: #bc7c53;
}

/* Inhoud */
table#inhoud {
	border-right: 1px solid #decebe;
	border-left: 1px solid #decebe;
}
table#inhoud td {
	vertical-align: top;
}

/* Linker kolom */
table#inhoud td#links {
	width: 250px;
	background: #fafafa;
	padding-bottom: 40px;
}

/* Rechter kolom */
table#inhoud td#rechts {
	width: 490px;
	padding: 5px 30px 15px 30px;
}

/* Navigatie */
ul#navigatie {
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}
ul#navigatie a:link, ul#navigatie a:visited {
	display: block;
	background: #ededed;
	color: #b2b2b2;
	padding: 4px 20px;
	margin-top: 1px;
	text-decoration: none;
	font-weight: bold;
}
ul#navigatie a:hover {
	color: #999;
	background: #ddd;
}
ul#navigatie a.active:link, ul#navigatie a.active:visited {
	color: #f96302;
	background: #fff;
}
ul#navigatie a.last_active:link, ul#navigatie a.last_active:visited {
	color: #f96302;
	background: #fff;
	border-bottom: 1px solid #ededed;
	margin-bottom: 0;
}

/* Niveau 2 */
ul#navigatie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navigatie ul a:link, ul#navigatie ul a:visited {
	color: #b2b2b2;
	background: #fff;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 40px;
}
ul#navigatie ul a:hover {
	color: #888;
	background: #fff;
}
ul#navigatie ul a.active:link, ul#navigatie ul a.active:visited {
	color: #f96302;
}

/* Niveau 3 */
ul#navigatie ul ul a:link, ul#navigatie ul ul a:visited {
	font-weight: normal;
	padding-left: 60px;
}
ul#navigatie ul ul a:hover {
	background: #fff;
}
ul#navigatie ul ul a.active:link, ul#navigatie ul ul a.active:visited {
	color: #f96302;
}

/* Trace */
div.trace {
	padding-right: 18px;
	font-size: 11px;
	text-align: right;
	color: #d25200;
	line-height: auto;
}
div.trace a:link, div.trace a:visited {
	color: #d25200;
	text-decoration: none;
}
div.trace a:hover {
	color: #ab4300;
}

/* Editor */
td#links div.editor {
	padding: 0 20px;
	border-bottom: 1px solid #decede;
	font-size: 11px;
	color: #666;
}
td#links div.editor h2  {
	font-size: 11px;
}
td#links div.editor h2, td#links div.editor p {
	margin: 10px 0;
}

/* Footer */
div#footer {
	background: #decebe;
	height: 24px;
	padding: 5px 20px 0 20px;
	color: #a69a8e;
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	font-size: 11px;
	color: #a69a8e;
	text-decoration: none;
}
div#footer a:hover {
	color: #777;
}
div#footer div.shortcuts {
	float: left;
}
div#footer div#footsteps {
	float: right;
}

/* Nieuwspagina */
div#news_page div.highlight img.thumbnail {
	float: left;
	margin: 3px 6px 0 0;
	width: 35px;
	height: 35px;
}
div#news_page_message img.thumbnail {
	float: left;
	margin: 3px 6px 0 0;
}

/* Zoekpagina */
div#search_page input {
	width: 200px;
}
div#search_page input.submit {
	width: auto;
	text-transform: capitalize;
}
div#search_page span#results_title {
	text-transform: capitalize;
}
div#search_page div.element_even, div#search_page div.element_odd {
	border-bottom: 1px solid #eee;
}
div#search_page div.navigation {
	margin: 10px 0;
	height: 15px;
}
div#search_page div.navigation a:link, div#search_page div.navigation a:visited {
	text-decoration: none;
}
div#search_page div.navigation div#prev, div#search_page div.navigation div#next {
	text-transform: capitalize;
}
div#search_page div.navigation div#prev {
	float: left;
	background: url(images/bullet_previous.gif) no-repeat left 7px;
	padding-left: 7px;
}
div#search_page div.navigation div#next {
	float: right;
	background: url(images/bullet_next.gif) no-repeat right 7px;
	padding-right: 7px;
}

/* Sportactiviteiten */
div.activities {
	font-size: 11px;
	width: 488px;
	overflow: hidden;
}
div.activities div.inner {
	width: 516px;
}
div.activities div.element {
	width: 230px;
	margin: 0 28px 20px 0;
	background: #ededed;
}
div.activities div.element img {
	width: 230px;
	height: 100px;	
}
div.activities div.element h2 {
	margin: 0;
}
div.activities div.element h2 a:link,
div.activities div.element h2 a:visited {
	display: block;
	background: #5a2547;
	color: #d6c8d1;
	padding: 2px 12px;
	font-size: 11px;
}
div.activities div.element h2 a:hover {
	background: #b597ab;
	color: #5a2547;
}
div.activities div.subelements {
	padding: 10px 25px;	
}
div.activities ul {
	margin: 0;
	padding: 0;
	line-height: 15px;
}
div.activities div.element a:link,
div.activities div.element a:visited {
	text-decoration: none;
	color: #444;
}
div.activities div.element a:hover {
	color: #fa721b;
}

/* Team overzicht */
div.team {
	font-size: 11px;
}
div.team div.teamlid {
	width: 144px;
	height: 379px;
	margin-bottom: 20px;
	float: left;
	background: #ededed;
}
div.team div.teamlid h2 {
	margin: 0;
	background: #5a2547;
	color: #d6c8d1;
	padding: 2px 12px;
	font-size: 11px;
}
div.team div.teamlid ul.desc {
	margin: 3px 25px;
	line-height: 16px;
}

/* Contactformulier */
div.mailer_ext label {
	display: block;
	float: left;
	width: 125px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	width: 175px;
}
div.mailer_ext textarea {
	width: 300px;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	width: auto;
}
div.mailer_ext div#keuzevakjes {}
div.mailer_ext div#keuzevakjes label {
	float: left;
	display: inline;
	width: auto;
}
div.mailer_ext div#keuzevakjes input {
	float: left;
	width: auto;
	border: none;
}

/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: #decebe;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 5px 30px 15px 30px;
	border: 1px solid #aaa;
	background: #fff;
	width: 300px;
}

/* Main container */
div#mailer_ext_page {
	width: 80%;
	margin: 20px auto;
	padding: 15px 30px 5px 30px;
	border: 1px solid #aaa;
	background: #fff;
}

/* Navigatie */
div#mailer_ext_page div#structure {
	background: #decebe;
	height: 25px;
	margin-bottom: 15px;
}
div#mailer_ext_page div#structure a:link, div#mailer_ext_page div#structure a:visited {
	color: #fff;
	display: block;
	float: left;
	padding: 3px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
div#mailer_ext_page div#structure a:hover {
	background: #c5b09b;
}

/* De tabel */
div#mailer_ext_page table#records {
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
}
div#mailer_ext_page table#records, div#mailer_ext_page table#records td {
	font-size: 11px;
}
div#mailer_ext_page table#records th {
	text-align: left;
	background: #fa721b;
	color: #fff;
}
div#mailer_ext_page table#records tr.odd {
	background: #fff;
}
div#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
div#mailer_ext_page table#records th, div#mailer_ext_page table#records td {
	padding: 2px 4px;
	border-bottom: 1px solid #ccc;
}

/* CSV */
div#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
div#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* Frame Controller */
div.frame_controller {
	position: relative;
	height: 300px;
	margin: 15px 0;
}
div.frame_controller div.background {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	height: 275px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 0;
}
div.frame_controller div.frame_navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 2;
}
div.frame_controller div.frame_navigation a:link, div.frame_controller div.frame_navigation a:visited, div.frame_controller div.frame_navigation a.last:link, div.frame_controller div.frame_navigation a.last:visited  {
	display: block;
	float: left;
	padding: 4px 8px;
	font-weight: bold;
	background: #f8f8f8;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
div.frame_controller div.frame_navigation a.active:link, div.frame_controller div.frame_navigation a.active:visited,
div.frame_controller div.frame_navigation a.last_active:link, div.frame_controller div.frame_navigation a.last_active:visited {
	border-bottom: none;
	background: #fff;
	padding-bottom: 5px;
}
div.frame_controller div.frame_navigation a.last:link, div.frame_controller div.frame_navigation a.last:visited {
	border-right: 1px solid #ccc;
}
div.frame_controller div.frame_navigation a.last_active:link, div.frame_controller div.frame_navigation a.last_active:visited {
	border-right: 1px solid #ccc;
}
div#frameContainer div.frame {
	display: none;
	position: absolute;
	top: 29px;
	width: 448px;
	height: 245px;
	overflow: hidden;
	z-index: 1;
	padding: 15px 20px;
	margin: 0 1px;
	overflow: auto;
	background: #fff;
}
div#frameContainer div.frame h2, div#frameContainer div.frame p {
	margin: 0;
}

/* PHP list */
div.phplist {
	margin: 18px 0;
}