/******************************************************************************/
/*                                                                            */
/* CMS Content Management System                                              */
/*                                                                            */
/*                                                                            */
/* Author: Marco van 't Wout                                                  */
/* Email: marco@vtwout.net                                                    */
/*                                                                            */
/******************************************************************************/

/****** STYLE *****************************************************************/
html, body, div, h1, h2, p, br, a, hr, strong, em, img, table, tr, td, form, input, select, textarea, fieldset, ul, li {
	margin: 0px;
	padding: 0px;
} body, pre, textarea {
	color: #9ea615;
	font-size: 12px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	text-align: justify;
} h1 {
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
} h2 {
	font-size: 12px;
	font-weight: normal;
} p {
	margin: 6px 0px;
} a {
	color: #4a4a4a;
	text-decoration: underline;
} a:hover {
	color: #aaaaaa;
} img {
	border: 0px;
} hr {
	margin: 7px 0px 6px; _margin: 0px;
	height: 1px;
	border: 0px; 
	border-bottom: 1px solid #dddddd;
} strong {
	font-weight: bold;
} em {
	font-style: italic;
}

/****** LAYOUT ****************************************************************/
html {
	height: 100%;
} body {	 /* Achtergrond krijgt de lichtste kleur uit het NOIJ logo*/
	background-color: #d7d69d;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a; /* Bijna zwart! */
} div.container {
	margin: 0 auto;
	width: 773px;
} div.top { /* white was darkgrey */
	border-top: 4px white solid;
	border-left: 4px white solid;
	border-right: 4px white solid;
/*	border-bottom: 4px white solid;	 ...eigenlijk overbodig... */
	width: 767px;
	height: 128px;
} div.header {
	width: 773px;
	height: 101px;
} div.breadcrumb {
	padding: 2px 9px 0px;
} div.menu {
	width: 773px;
	height: 27px;
} div.submenu {
	clear: both;
} table.content {
	background-color: #ffffff;
	clear: both;
	width: 775px;
} div.main {
	background-color: #ffffff;
	display: inline;
	line-height: 18px;
	margin: 5px 0px 0px 20px;
	float: left;
	width: 543px;
} div.main_right {
	background-color: #ffffff;
	float: left;
	width: 180px;
} div.footer {
	color: #9b9b9b;
	margin: 5px 0px 5px 0px;
	width: 775px;
	height: 16px;
	text-align: center;
} div.debug {
	margin: 20px 30px;
	padding: 20px;
	border: 1px solid #73878f;
	background-color: darkgrey;
} div.box {
	margin-top: 10px;
}

/****** HEADER ****************************************************************/
div.header div.logo {
	float: left;
	margin-top: 4px;
	width: 244px;
	height: 100px;
} div.header div.image { /*  De 4px white solid regels -> de witte balkjes links&rechts van headertekst */
	border-left: 4px white solid; 
	border-right: 4px white solid;
	background-image: url(images/header_image.jpg);
	float: left;
	margin-top: 25px;  /* Tekst naast logo 10px naar beneden duwen*/
	margin-left: 0px;
	width: 400px;
	height: 65px;
}

/****** BREADCRUMB *********97abb4***************************************************/
div.breadcrumb {
	color: #9ea615;
	font-weight: bold;
} div.breadcrumb a {
	color: #9ea615;
} div.breadcrumb a:hover {
	color: black;
}

/****** MENU ******************************************************************/
div.menu {
	text-align: left;
} div.menu ul {
	list-style-type: none;
	padding-top: 5px;
} div.menu ul li {
	display: inline;
	padding: 5px 0px 0px 20px;
} div.menu ul li a {
	color: black;
	font-size: 12px;
	text-decoration: none;
} div.menu ul li.active a {
	color: black;
} div.menu ul li a:hover {
	text-decoration: underline;
}

/****** SUBMENU ***************************************************************/
div.submenu ul {
	list-style-type: none;
	margin: 0 !important;
} div.submenu ul li {
	display: inline;
} div.submenu ul li.active a {
	font-weight: bold;
}

/****** MAIN ******************************************************************/
div.main ul {
	margin-left: 20px; _margin-left: 24px;
	list-style-type: dics;
} div.main ul.style1 {
	list-style-type: decimal;
} div.main ul.stylea {
	list-style-type: lower-alpha;
} div.main img.img_left {
	margin-right: 10px;
	float: left;
} div.main img.img_right {
	margin-left: 10px;
	float: right;
}

/****** MAIN RIGHT ************************************************************/
div.main_right div.images {
	background-image: url(images/content.jpg);
	clear: both;
	margin: 10px 0px 0px 20px;
	width: 179px;
	height: 360px;
} div.main_right .image1 {
	position: absolute;
	background-image: url(images/1.jpg);
	clear: both;
	margin: 12px 0px 0px 12px;
	width: 156px;
	height: 104px;
} div.main_right .image2 {
	position: absolute;
	background-image: url(images/2.jpg);
	clear: both;
	margin: 128px 0px 0px 12px;
	width: 156px;
	height: 104px;
} div.main_right .image3 {
	position: absolute;
	background-image: url(images/3.jpg);
	clear: both;
	margin: 244px 0px 0px 12px;
	width: 156px;
	height: 104px;
}

/****** FOOTER ****************************************************************/
div.footer {
} div.footer a {
	color: #9b9b9b;
	text-decoration: none;
} div.footer a:hover {
	color: #9b9b9b;
	text-decoration: underline;
}

/****** DEBUG *****************************************************************/
div.debug pre {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/**** TABLES ******************************************************************/
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
} table td {
	vertical-align: top;
} table.admin {
	margin-top: 5px;
	line-height: 15px;
	background-color: lightgrey;
	border: 1px solid #dddddd;
} table.admin tr:hover td {
	background-color: #f4f4f4;
} table.admin th {
	padding: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
} table.admin td {
	padding: 2px;
} table.admin td.icon {
	padding: 0px;
} table.admin td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.admin td.icon img:hover {
	background-color: #dddddd;
}

/**** FORMS *******************************************************************/
form fieldset {
	padding: 0px;
	border: 0px;
} form label {
	margin-bottom: 5px;
	display: block;
	width: 140px; _width: 137px;
	float: left;
} form input, form select, form textarea {
	margin-bottom: 5px;
	padding: 1px;
	color: #4a4a4a;
	font-size: 12px;
	vertical-align: top;
	background: darkgrey;
	border: 1px solid #4a4a4a;
} form div.radio {
	margin-left: 140px;
} form br {
	line-height: 8px;
	clear: left;
} form input.button {
	margin-left: 140px;
	margin-bottom: 0px;
	padding: 3px; _padding: 3px 1px 2px;
	color: #4a4a4a;
	font-weight: bold;
} form input.nomargin {
	margin-left: 0px;
} form a.required {
	margin-left: 2px;
	color: #dddddd;
	text-decoration: none;
} form a.red{
	color: #ff0000;
} form div.feedback {
	margin-left: 140px;
	padding: 3px;
	color: #ff0000;
	border: 1px solid #ff0000;
} div.blocks_left label, div.blocks_right label {
	float: none;
}

/**** BBCODE ******************************************************************/
div.textarea {
	margin-left: 140px; _margin-left: 137px;
} div.textarea div.iefix {
	_width: 98%;
} div.textarea img {
	padding: 4px;
	cursor: pointer;
	background-color: darkgrey;
	border: 1px solid #73878f;
} div.textarea  img:hover {
	background-color: #dddddd;
	border: 1px solid #dddddd;
} div.textarea select, div.textarea option {
	padding: 1px;
	font-weight: bold;
} div.textarea div.helpbox {
	padding: 2px;
	height: 14px;
	overflow: hidden;
	background-color: #dddddd;
}
