/* ********************************** */
/* Standaard settings voor alles      */
/* ********************************** */
body,div,tbody {
	text-align:top;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#4370a7;
}

a {
	color:#2b5f72;
	text-decoration:underline;
	font-weight: normal;
}

/* ********************************** */
/* Algemene instellingen voor titels  */
/* ********************************** */
.itemtitle, .moduletitle, #titel, h1, h2, h3, h4, h5, h6 {
	color:#0f5471;
	width:100%;
}

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

.article_title, .moduletitle, #titel, h1, h2 {
	font-size:24px;
	border-bottom:1px solid #7c8083;
}

h1,.weblog_moduletitle { font-size:40px }
h2,.weblog_itemtitle { font-size:24px }
h3 { font-size:18px }
h4,.news_itemtitle { font-size:15px ; font-weight:bold}

/* ********************************** */
/* Specifieke instellingen per module */
/* ********************************** */

/* ---  Admin module --- */

/* Deze hoeft geen lijntje, zit rechts, is niet mooi */
.administration_moduletitle {
	border-bottom:none;
}

/* --- Nieuws module --- */

/* Beetje ruimte rond de nieuwsitem's title */
.news_itemtitle {
	margin-top:	10px;
	margin-bottom:	10px;
}

/* Maar niet als het nieuwsitem getoond wordt */
.news_fullitem .news_itemtitle {
	margin-bottom:0px;
}


/* --- Listing module --- */ 

/* Deze zijn om de modules listingpagina wat leesbaarder te maken. */
.active { color:green }
.inactive { color:red }
.administration_modmgrbody {
	font-size:12px;	/* Klein beetje kleiner, zodat het duidelijker is wat waar bijhoort */
}

/* --- Navigation module --- */
/* Moet nog es opgeschoond worden */

table#nav {
	margin:0 0 0 0;
	border:0;
}
table#nav td {
	color:#4c9ebd;
}

table#nav td#nav2 {
	font-size:18px;
}

.navlink {
	font-size:14px;
}

#nav2, #nav {
	margin:0;
	padding:0;
}


/* --- Login module --- */
/* Moet nog opgeschoond worden */

#login {
	border: 1px solid #2b5f72;
	padding-left: 2px;
	background: #efefef;
	width:200px;
}
#loginsection,#loginsection2 {
	font-size:18px;
	color: #4C9EBD;
	width:100%;
}
#loginsection2 {
  padding-left:22px;
}

/* Oude dingen, geen idee of ze nog gebruikt worden, es uitzoeken*/
div#news {
	color:#5b8797;
	margin:0 10px 0 9px;
	font-size:14px;
	margin-bottom:6px;
}
div div#news_t {
	color:#19a0d1;
	font-size:16px;
	width:190px;
	border-bottom:1px solid #8db7e5;
}
a#news_a {
	color:#19a0d1;
	font-size:15px;
	text-decoration:none;
	padding:0;
	margin:0;
	float:right;
}

div#headline {
	color:#a1c5d2;
	margin:0 10px 0 9px;
	font-size:14px;
	padding-bottom:6px;
}
div div#headline_t {
	color:#19a0d1;
	font-size:16px;
	width:190px;
	border-bottom:1px solid #a1c5d2;
}

div#stukje {
	margin:0 0px 0 0px;
	padding-bottom:13px;
}

a.sidelink {
	text-decoration:none;
}
#small {
	font-size:14px;
}
#maincontent {
	vertical-align:top;
	background-color:#e1e3e2;
	padding-bottom:30px;
	padding-left: 35px;
	padding-right: 35px;
}
#adres {
	color: #ffffff;
	padding-left: 27px;
}
.form_title {
	color:#0f5471;
	font-size:24px;
	width:514px;
	border-bottom:1px solid #7c8083;
}

td#homelink a{width:100%;height:100%;display:block;}
td#homelink a:hover{width:100%;height:100%;display:block;}

a.currentroot {
	color: #186683;
}
a.root {
	color: #4c9ebd;
	text-decoration:none;
	font-size:17px;
}
a.sub {
	text-decoration:none;
	font-size:16px;
}
a.currentsub {
	color: #5A90CF;
}
a.inactivesub {
	color: #4370a7;
}
#menu {
	width: 205px;
}

div.submenuitems {
	background: url('images/submenu_bg.jpg');
	background-repeat: y;
	background-position: bottom right;
}
div.submenuitems2 {
	background: url('images/submenu_bg_end.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.root {
	padding-left:27px;
	height: 18px;
}
div.sub {
	padding-left:58px;
	height: 18px;
}
div.currentroot {
	background: url('images/menu_bg.jpg');
	background-position: top right;
}
a.currentsub {
	z-index:3;
}

/* Einde van oude dingen */


