@charset "utf-8";

/* HTML - BODY */

html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body {
	background-color: #CCCCCC;
	color: #000000;
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
}

/* ---------------------------------------- */

/* DIV INDELING */

#container {
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	height: 100%;
	border: #999 2px solid;
}

#header {
	width: 100%;
	height: 110px;
	margin-bottom: 25px;
}

#header_logo_login {
	height: 55px;
	width: 100%;
}

#header_logo_login_logo {
	width: 500px;
	float: left;
	height: 55px;
}

#header_logo_login_login {
	width: 350px;
	float: right;
	height: 55px;
	padding-right: 20px;
}

#header_menu {
	padding-top: 15px;
	width: 100%;
	height: 40px;
}

#main_content {
	width: 630px;
	float: left;
	min-height: 800px;
	height: 100% - 60px;
	margin-bottom: 30px;
	padding-left: 10px;
}

#main_left {
	float: left;
	width: 390px;
	padding-right: 10px;
}

#main_right {
	float: right;
	width: 230px;
}

#side_content {
	width: 240px;
	float: right;
	min-height: 800px;
	height: 100% - 60px;
	margin-bottom: 30px;
}

#footer {
	width: 100%;
	height: 30px;
	clear: both;
	color: #666;
	font-family: Calibri, Verdana, Arial;
	font-size: 10px;
	text-align: center;
}

/* ---------------------------------------- */

/* MENU */

#main_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	margin-right: 25px;
}

#main_menu li a {
	text-decoration: none;
	display: block;
	padding: 0.3em 1.5em;
	border: 1px solid silver;
	color: #003;
	background: #ffffff;
	font-size: 1.3em;
}

#main_menu li a:hover, #main_menu li a:focus {
	border: 1px solid gray;
	color: #000;
	background: #efefef;
	font-size: 1.3em;
	display: block;
}

#main_menu li ul {
	padding: 0px;
	display: none;
	position: absolute;
}

#main_menu li:hover ul {
	display: block;
}

#main_menu li ul li {
	float: none;
}

#main_menu li ul li a {
	font-size: 1.3em;
}

#main_menu li ul li a:hover, #main_menu li ul li a:focus {
	border: 1px solid gray;
	color: #000;
	background: #efefef;
	font-size: 1.3em;
}

/* ---------------------------------------- */

/* LINK-SET */

a.link_zwart {
	color: #333;
	text-decoration: underline;
}

a.link_zwart:visited {
	color: #333;
	text-decoration: underline;
}

a.link_zwart:hover {
	color: #333;
	text-decoration: none;
}

a.link_zwart:active {
	color: #666;
}


a.link_grijs {
	color: #666;
	text-decoration: underline;
}

a.link_grijs:visited {
	color: #666;
	text-decoration: underline;
}

a.link_grijs:hover {
	color: #666;
	text-decoration: none;
}

a.link_grijs:active {
	color: #333;
}

/* ---------------------------------------- */

/* OVERIGE STYLEN */

.geen_border {
	border: none;
}

#popup {
	width: 500px;
	height: 100%;
	margin: auto;
}

#contactformulier {
	width: 90%;
	height: 100%;
	margin: auto;
}

#inschrijfformulier {
	width: 90%;
	height: 100%;
	margin: auto;
}

/* ---------------------------------------- */

/* LITTLE_BOX_200 */

.LittleBox_Header_200 {
	background: url(images/LittleBox_Header_200.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	width: 200px;
	height: 30px;
}

.LittleBox_Content_200 {
	border: 1px #666 solid;
	background: #CCC;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ---------------------------------------- */

/* jQUery Classes */

.openstatistieken {
	color: #000000;
	cursor: help;
}

#content_statistieken {
	display: none;
}

.opennieuwsbrief {
	color: #000000;
	cursor: help;
}

#content_nieuwsbrief {
	display: none;
}

.openwachtwoordvergeten {
	color: #000000;
	cursor: help;
}

#content_wachtwoordvergeten {
	display: none;
}

.openartikelen {
	color: #000000;
	cursor: help;
}

#content_artikelen {
	display: none;
}

.openreacties {
	color: #000000;
	cursor: help;
}

#content_reacties {
	display: none;
}

.openforum {
	color: #000000;
	cursor: help;
}

#content_forum {
	display: none;
}

.openforumreacties {
	color: #000000;
	cursor: help;
}

#content_forumreacties {
	display: none;
}

.openreageren {
	color: #000000;
	cursor: help;
}

#content_forumreageren {
	display: none;
}

.openzoeken {
	color: #000000;
	cursor: help;
}

#content_zoeken {
	display: none;
}

.openinloggen {
	color: #000000;
	cursor: help;
}

#content_inloggen {
	display: none;
}

/* ---------------------------------------- */

/* VAKKEN */

.vak_groen {
	background: #aafeb8;
	border: thin solid #51ec6b;
}

.vak_oranje {
	background: #ffc683;
	border: thin solid #f9a139;
}

.vak_rood {
	background: #ff8989;
	border: thin solid #f54949;
}

.vak_grijs {
	background: #CCC;
	border: thin solid #999;
}

.vak_wit {
	background: #FFFFFF;
	border: thin solid #666;
}

/* ---------------------------------------- */

/* FONT SETS */

.titel {
	font-size: 16px;
	font-weight: bold;
}

.kop {
	font-size: 14px;
	font-weight: bold;
}

.klein {
	font-size: 9px;
	font-weight: bold;
}

.dik {
	font-size: 12px;
	font-weight: bold;
}

/* ---------------------------------------- */

/* FORUM INDELING */

#forum_links {
	width: 39%;
	float: left;
}

#forum_rechts {
	width: 59%;
	float: right;
}

/* ---------------------------------------- */

/* ARTIKEL INDELING */

.reacties {
	width: 90%;
	min-height: 50px;
	height: 100%;
	border: #999 1px solid;
	margin: auto;
}

.artikel {
	width: 95%;
	height: 100%;
	border: #999 1px solid;
	margin: auto;
}

/* ---------------------------------------- */