/* General */

body
{	
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 13px;
	background-color: #087B4A;
}

img
{
	border: 0;
}

div, table, tr, td, form
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a
{
	color: #087B4A;
}


/* Body lay-out */


#left
{
	width: 206px;
	float: left;
	background: url(left.gif) repeat-y;
}

#content
{
	background: white;
}

#innercontent
{
	padding: 0 5px 25px 10px;
}

#footer
{
	float:none;
	clear:both;
	height: 30px;
	background-color: #087B4A;
}

/* topmenu */

#topmenu
{
	background: url(bodyr.gif) repeat-x top;	
}

#topmenu a
{
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}

#topmenu a:link, #topmenu a:visited
{
	text-decoration: none;
}

#topmenu a:hover
{
	text-decoration: underline;
}

#topmenu .menuheader
{
	height: 44px;
	width: 206px;	
	background: url(menuheader.gif);
	color: white;
	font-size: 140%;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	text-align: center;
}

#topmenu .pageheading
{
	color: #c81317;
	font-size: 140%;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
}


/* bollenmenu */

#topmenu .bolmenu
{
	float: right;
	padding: 0;
}

#topmenu .bolmenu li
{	
	list-style-type: none;
	float: right;
	padding: 0;
	width: 79px;
	height: 78px;
	background: url(bol.gif) no-repeat;	
}

#topmenu .bolmenu li a
{	
	display: table-cell;
	height: 78px;
	padding: 0 15px 0 10px;
	text-align: center;
	vertical-align: middle;
	
	
	/* IE sort-of-vertical align hack (starts at 25%, should actually center...) */
	/* See http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
	display: block;
	position: relative;
	top: 25%;
	
	color: #c81317;	
	font-weight: bold;
	text-decoration: none;
}

#topmenu .bolmenu li a:hover
{
	text-decoration: underline;
}

#topmenu span.mainlevel_topmenu
{
	color: #b09419;
}

/* mainmenu */

#left .moduletable
{
	margin: 0;
	padding: 0;
	width: 206px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 15px;
	overflow:auto;
}

#left a.mainlevel-hoofdnav
{
letter-spacing: -1px;
}


#left .moduletable td
{
	color: white;
	vertical-align: middle;
	font-size: 100%;		
	text-align: right;	
}

#left .moduletable a, #left .moduletable span
{
	display: block;
	font-weight: bold;
	margin-right: 21px;
	color: #fff;	
	padding: 3px 0 !important;	
}

#left .moduletable a#active_menu-hoofdnav
{
	color: #eeb214;
}

#left .moduletable a:link, #left .moduletable a:visited
{
	text-decoration: none;
}

#left .moduletable a:hover
{
	color: #eeb214;
}

#left .moduletable td div
{
	padding: 1px 0px !important;
	margin: 0 0 0 14px !important;
	background: url(submenu.gif) repeat-y;
}

#left .moduletable td div div
{
	padding: 0px !important;
	margin: 0 !important; 
	font-size: 85%;
}

#left .moduletable td div a.sublevel-hoofdnav
{
	display: block;
	padding: 2px 21px 2px 0 !important;
	margin: 0 !important;	
	color: #0c804c;
	font-weight: normal;
	letter-spacing: -1px;
}

#left .moduletable td div a.sublevel-hoofdnav:hover,
#left .moduletable td div a#active_menu-hoofdnav
{
	background: url(submenu_active.gif) repeat-y;
	color: #c81317;
}

#left .moduletable td div div a#active_menu-hoofdnav
{	
	font-weight: bold;	
	color: #0c804c;	
	background-image: url(empty.gif);
}

#left .moduletable td div div a.sublevel-hoofdnav
{
	font-style: italic;
	color: #0c804c;
}

#left .moduletable td div div a.sublevel-hoofdnav:hover
{
	text-decoration: underline;	
	color: #0c804c;
	background-image: url(empty.gif);
}

/* Content */

#content .contentheading {
	font-weight: bold;
	font-size: 140%;
	color: #0000FF;
	text-align: center;
}

#content .boldlk {
	font-family:tahoma, sans-serif;
	font-size:120%; 
	font-weight : bold; 
	text-decoration:none;
	color : green;
}

#content .jaarkalender {
	float: center;
}

#content table.contentpaneopen td
{
	padding-right: 15px;
}


#content table.kalender td
{
	padding-right: 5px;
}

#innercontent table
{
	width: auto;
}

#content .componentheading, 
#content table.contentpaneopen td.contentheading, 
h1
{
	height: 44px;
	line-height: 37px;
	vertical-align: top;
	color: #c81317;
	font-size: 140%;
	font-weight: bold;
	width: 100%;
	margin: 0px;
}

#content table.blog td.contentheading
{
	font-size: 108%;
	height: auto;
	line-height: 100%;
	/* padding: 0 0 10px 0; */
	padding: 2px 0 9px;			/* titels gelijk aligneren met mainmenu */
}

/* Footer */

#footer a
{
	color: white;
	padding: 3px 6px;
}

#footer .footertext
{
	color: white;
	text-align: right;
	font-weight: bold;
	padding: 2px 10px;
}

/* printable */

body.contentpane
{
	background-color: white;
}

body.contentpane td.contentheading
{
	font-size: 108%;
	height: auto;
	line-height: 100%;
	padding: 0 0 10px 0;
	font-weight: bold;	
}

/* Aanpassingen door Gezinsbond */

span.mainlevel-hoofdnav {
	/* poging tot creeren witruimte voor menuspacer. */
	margin-top: -12px;
}


.NormalBold {
	font-family:tahoma, sans-serif;
	font-size:100%; 
	font-weight : bold; 
	text-decoration:none;
}
.NormalBoldGreen {
	font-family:tahoma, sans-serif;
	font-size:120%; 
	font-weight : bold; 
	text-decoration:none;
	color: #199F29;
}

.NormalBoldRed {
	font-family:tahoma, sans-serif;
	font-size:120%; 
	font-weight : bold; 
	text-decoration:none;
	color: #FF0000;
}

.NormalRed {
	font-family:tahoma, sans-serif;
	font-size:100%; 
	font-weight : normal; 
	text-decoration:none;
	color: #FF0000;
}

.NormalItalic {
	font-family:tahoma, sans-serif;
	font-size:100%; 
	letter-spacing: 1px;
	font-weight : normal; 
	font-style: italic;
	text-decoration: none;
}

.ItalicBlue {
	font-family:tahoma, sans-serif;
	font-size:100%; 
	letter-spacing: 1px;
	font-weight : normal; 
	font-style: italic;
	text-decoration: none;
	color: #0000FF;
}

.sectiontableheader, .sectiontableheader a {
	font-weight:bold;
	margin-top: 7px;
	background-color: #AC3333;
	color: #EFB215;
}

.sectiontableentry1{
	background-color: #FFF2CF;
}

.sectiontableentry2{
	background-color: #FFFFFF;
}

.sectiontableentry1 a:link, .sectiontableentry1 a:visited, .sectiontableentry2 a:link, .sectiontableentry2 a:visited {
	color: #AC3333;
	font-weight: normal;
	text-decoration: underline;
}

.contentheading {
	height: 44px;
	line-height: 37px;
	vertical-align: top;
	color: #c81317;
	font-size: 140%;
	font-weight: bold;
	width: 100%;
	margin: 0px;
}

.small {
	font-size: .85em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: .85em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .85em;
	color: #999;
	font-weight: normal;
	vertical-align: top;

}

.highlight {
	font-weight: bold;
	background-color: #FFF2CF;
}

.highliteblue {
	font-weight: bold;
	font-size: 140%;
	color: #0000FF;
}

.pagenav {
	color:#73819C;padding:3px 5px 3px 3px;
}

.message {
	margin-top: 50px;
}


a.sizer
{
	display: block;
	border: 1px solid white;
	color: white !important;
	padding: 1px 2px;
	float: left;
	margin: 2px 0 0 2px;		
}


a.sizer:hover
{
	text-decoration: none !important;
	
}

