

*, body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

body {
	background-color: gray;
	text-align: center;
}

#main {
	width: 800px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 12px;
	
	border: 1px solid #120145;
	background-color: white;
}


/**
Content styles 
*/
#content {
	padding-bottom: 60px;
}

#content h1 {
	font-size: 11pt;
	font-weight: bold;
	color: mediumblue;
	margin-top: 18px;
	margin-bottom: 12px;
}
#content h1 sup {
	color: mediumblue;
}
#content h2 {
	margin-top: 24px;
	margin-bottom: 6px;
	font-size: 9pt;
	font-weight: bold;
	color: mediumblue;
}

#content h3 {
	font-size: 8pt;
	font-weight: bold;
}

#content h4 {
	font-size: 10pt;
	font-weight: normal;
}

#content table {
	margin-bottom: 12px;
}

#content th, td {
	font-size: 8pt;
}

#content td {
}

#content th {
	font-weight: bold;
	background-color: white;
	color: #0066ff;
}

#content li {
	margin-bottom: 9px;
}


a.link-top {
	display: block;
	float: right;
	color: navy;
}

/**
Sidebar styles 
*/

.sidebar {
}

#sidebar-right {
	padding-left: 4%;
}


.sidebar h1 {
	color: #0066ff;
	font-size: 10pt;

	margin-top: 18px;
	margin-bottom: 3px;
	padding: 3px;
}

#menu {
	background-color: #0066ff;
	width: 100%;
	height: 18px;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu a {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFF66;
}

#menu span.divider {
	margin-left: 3px;
	margin-right: 3px;	
}

#header {
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
}

#header h1 {
	font-size: 14pt;
	color: white;
}

#footer {
	border-top: 1px solid navy;
	height: 18px;
	padding-top: 6px;
}

.submenu {
	width: 100%;
	margin-top: 0px;
	/* border: 1px solid mediumblue; */
	padding: 0px;
	margin-bottom: 0px;
	
}

.submenu p, .submenu a {
	margin-bottom: 0px;
}

#netstat {
	float: right;
}
/**
Inline table styles 
*/
tr.odd-row {
	background-color: #E2EEFF;
}

tr.even-row {
	background-color: white;
}

td.label {
	background-color: #E2EEFF;
	color: #0066ff;
	font-weight: bold;
}

td.value {
	background-color: white;
}




/**
News item styles
*/
p.news-date {
	margin-top: 0px;
	margin-bottom: 3px;
}
p.news-title {
	font-size: 9pt;
	font-weight: bold;
	color: #0066ff;
	margin-top: 0px;
	margin-bottom: 3px;
}
p.news-title sup {
	color: #0066ff;
}
p.news-intro {
	margin-top: 0px;
	margin-bottom: 18px;
}

#programma {
	text-align: left;
	float: left;
	width: 48%;
	background-color: white;
}

#nieuws {
	text-align: left;
	float: right;
	width: 48%;
}


/* formulier stylen (edit by Cre8it) */
label.align_text	{float: left;
		width: 110px;
		text-align: left;
		padding-right: 3px;
		}
		
p.error 	{color: #FF0000; border:none;}	

.error		{border-color: #FF0000;
			border-style: solid;
			border-width: 2px;}

