/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ------------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");
@import url("sIFR-screen.css");

body {
	background: #FFF url(../images/bg-body.gif);
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 20px;
}

a {
	color: #000;
	font-weight: 700;
}

a:link,
a:visited { text-decoration: none; }

a:hover,
a:active { text-decoration: underline; }

body#de-vereniging a { color: #A77D12; }

body#het-vak a { color: #7B798A; }

h1 {
	font-weight: 800;
	margin-bottom: .6em;
	font-size: 2.7em;
	letter-spacing: 0.1ex;
}

h2 {
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: 700;
}

h4 {
	font-weight: 700;
	line-height: 1.9em;
}

p {
	line-height: 2.1em;
	margin-bottom: 1em;
}

ul {
	list-style: disc;
	margin: 1em 2em;
	line-height: 1.9em;
}

ol {
	list-style: decimal;
	margin: 1em 2em;
	line-height: 1.9em;
}

table th { font-weight: 700; }

table th,
table td { vertical-align: top; padding: .5em .5em .5em 0; }

table td p {
	line-height: normal;
}

strong { font-weight: 700; }

em { font-style: italic; }

hr {
	border: none;
	border-bottom: 1px solid #CCC;
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
}

/* Basic structure ------------------------------------------- */
/* ------------------------------------------------------------*/

div#container {
	position: relative;
	width: 959px;
	margin: 0;
}

div#main {
	float: left;
	width: 100%;
	margin-top: 240px;
}

div#main-inner {
	position: relative;
	width: 100%;
}

div#wrap {
	float: right;
	overflow: hidden;
	width: 719px;
}

div#content {
	float: left;
	position: relative;
	width: 479px;
	font-size: 1.2em;
	background: #FFFFFF;
	padding: 24px;
}

div#header {
	position: absolute;
	height: 240px;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.1em;
}

div#logo {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 216px;
	height: 216px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 2.4em;
	font-weight: 700;
}

div#nav1 {
	position: absolute;
	top: 24px;
	left: 264px;
	width: 360px;
	height: 216px;
}

div#nav2 {
	float: left;
	position: relative;
	width: 240px;
	font-size: 1.1em;
	margin-top: 24px;
	overflow: hidden;
}

div#footer {
	clear: both;
	width: 100%;
}

/* Shared classes -------------------------------------------- */
/* ------------------------------------------------------------*/

p.floated {
	float: left;
	margin-right: 1em;
}

p.date { margin-bottom: 0; }

/* Logo ------------------------------------------------------ */
/* ------------------------------------------------------------*/

div#logo a {
	color: #FFF;
	position: relative;
	display: block;
	width: 216px;
	height: 38px;
	padding: 89px 0;
	text-decoration: none;
}

div#logo span {
	position: absolute;
	top: 50%;
}

/* Nav ------------------------------------------------------- */
/* ------------------------------------------------------------*/

div#nav1 div.root {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#nav2 div.root { float: right; }

div.nav ul {
	list-style: none;
	margin: 0;
}

div.nav ul li {
	float: left;
	display: block;
	width: 96px;
}

div#nav1 a { background: #CCAA64; }

div#nav1 a:hover,
div#nav1 .selected a { background: #A77D12; }

div#nav2 a { background: #B4B2BF; }

div#nav2 a:hover,
div#nav2 .selected a { background: #7B798A; }

div#nav1 ul li {
	padding-right: 24px;
	padding-bottom: 24px;
}

div#nav2 ul li {
	padding-left: 24px;
	padding-bottom: 24px;
}

div.nav a {
	color: #FFF !important;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 86px;
	padding: 0 5px;
	height: 96px;
	text-decoration: none !important;
	text-align: center;
}

div.nav div.root a {
	width: 144px;
	height: 144px;
	padding: 0;
}

/* Sub-nav --------------------------------------------------- */
/* ------------------------------------------------------------*/

div#sub-nav {
	margin-top: 24px;
	margin-left: 24px;
	font-size: 1.2em;
}

div#sub-nav ul {
	list-style: none;
	margin: 0;
}

div#sub-nav ul li {
	float: left;
	margin-right: 24px;
	background: #FFF;
	border-style: solid;
	border-width: 5px;	
}

div#sub-nav ul li a {
	display: block;
	vertical-align: middle;
	width: 86px;
	padding: 6px 0;
	min-height: 26px;
	text-align: center;
}

body#de-vereniging div#sub-nav ul li { border-color: #CCAA64; }

body#de-vereniging div#sub-nav ul li.selected { border-color: #A77D12; }

body#het-vak div#sub-nav ul li { border-color: #B4B2BF; }

body#het-vak div#sub-nav ul li.selected { border-color: #7B798A; }

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

div.errors ul {
	list-style: none;
	margin: 0;
}

/* Pages ----------------------------------------------------- */
/* ------------------------------------------------------------*/

div.pages {
	text-align: right;
	margin: 1em 0;
	font-size: .9em;
}

div.pages ul {
	list-style: none;
	margin: 0;
}

div.pages ul li {
	display: inline;
	margin-right: .2em;
	padding: .3em;
	border: 1px solid #EAEDEE;
}

div.pages,
div.pages a { color: #15396F; }

div.pages ul li,
div.pages ul li.selected a { color: #CCC; }

/* Item ------------------------------------------------------ */
/* ------------------------------------------------------------*/

div.item {
	background: url(/www/images/dot.gif) repeat-x 100% bottom;
	padding: 1em 0;
}

div.item h4 { color: #15396F; }

div.item a.image {
	float: right;
	margin-left: 1em;
}

