body {
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

/**************** topmenu coding *****************/
#topmenu {
	width: 100%;
	float: left;
	left: 14px;
	position: relative;
	z-index: 1000;
	top: 7px;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 77px;
	float: left;
	z-index: 1000;
}

#topmenu a, #topmenu h1 {
	display: block;
	width: 77px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#topmenu h1 {
	position: relative;
	height: 55px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background: #FFFFFF;
	vertical-align: text-top;
}

#topmenu h1 a {
	width: 77px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
}

#topmenu h1 a:hover {
	background: #FFFFFF;
	background-image: url(../images/pixel_navback.gif);
	background-position: top;
	z-index: 1000;
}

#topmenu a {
	width: 150px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	z-index: 1000;
	margin: 0;
}

#topmenu a:hover {
	color: #000000;
	background-image: url(../images/pixel_navback.gif);
	background-position: top;
}

#topmenu li {
	position: relative;
	background-color: #FFFFFF;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

#topmenu ul ul {
	position: absolute;
	right: 0px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#topmenu ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}

div#topmenu ul ul,
div#topmenu ul li:hover ul ul,
div#topmenu ul ul li:hover ul ul
{display: none;}

div#topmenu ul li:hover ul,
div#topmenu ul ul li:hover ul,
div#topmenu ul ul ul li:hover ul
{display: block;}

/**************** sidemenu coding *****************/
#sidemenu {
	width: 185px;
	top: -2px;
	background: #ffffff;
	z-index: 1000;
	position: relative;
}

#sidemenu ul {
	z-index: 100;
	list-style: none;
	height: 22px;
	margin: 0;
	padding: 0;
}

#sidemenu a, #sidemenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#sidemenu h2 {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 24px;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 185px;
}

#sidemenu a {
	height: 25px;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

}

#sidemenu li {
	position: relative;
	text-indent: 2px;
	margin: 0;
	padding: 0;

}

#sidemenu ul ul {
	position: absolute;
	top: 2px;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-left: 14px;
	padding-top: 1px;
	width: 195px;
}

div#sidemenu ul ul,
div#sidemenu ul li:hover ul ul
{display: none;}

div#sidemenu ul li:hover ul,
div#sidemenu ul ul li:hover ul
{display: block;}

/*********************************************************/

.subnavlink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

.subnavlink:hover {
	background-image: url(../images/pixel_navback.gif);
	background-position: top;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align: top;
}

.contentsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 15px;
/*	text-align: justify;*/
/*	width: 194px;*/
}

.sideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-variant: small-caps;
	word-spacing: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 25px;
	width: 185px;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.sideheaderlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
	font-variant: small-caps;
	word-spacing: 2px;
	text-decoration: none;
}

.sideheaderlink:hover
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.sidenews
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 185px;
}

.sidenews:link
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.sidenews:visited
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.sidenews:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.sidenews:active
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right;
	word-spacing: 2px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	margin-top: -2px;
	position: relative;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.itemheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	color: #003366;
	position: relative;
	height: 16px;
	margin: 0;
	padding: 0;
	top: -4px;
}


.logintable
{
	font-family: "Arial"; 
	font-size: 12px; 
	font-style: normal; 
	color: #666666;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
	text-decoration: none;
}
.loginbutton a
{
	font-family: "Arial"; 
	font-size: 12px; 
	font-style: normal; 
	color: #333333;
	text-decoration: none;
}
.loginbutton a:hover
{
	font-family: Arial; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000;
	text-decoration: underline;
}
.login {
	height: 20px;
	width: 100px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.newsrotator 
{
	font-family: "Arial";
	font-size: 10px;
	color: #000000;
	font-style: normal;
}

.admin_list {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.admin_list_header {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
	background-color:#CCCCCC;
	text-decoration: none;
}
.inschrijf_input {
	font-family: "Arial";
	font-size: 12px;
}
.inschrijf_title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.adminnewsheader
{
	font-family: "Arial"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	background-color:#4C65AD;
	text-decoration: none;
}
.adminnewsrow
{
	font-family: "Arial"; 
	font-size: 12px; 
	font-weight: normal;
	color: #000000;
}
.adminnewsrow1
{
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal;
	color: #333333;
}
.admintitle
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.vacatureheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
	top: 0px;
	text-transform: lowercase;
}

.vacaturerow
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: Gray;
	padding-bottom: 5px;
	padding-top: 5px;
}
.vacaturetitle
{
    font-family: Arial;
    font-size: 14px;
	color: #003366;
	font-weight: bold;
	font-variant: small-caps;
}

.newsheader
{
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	color:#003366;
	padding-top: 6px;
}

.newsrow
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.newsleesmeer {
	color: #003366;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}

.newsleesmeer:link {
    color: #003366;
}

.newsleesmeer:visited {
    color: #003366;
}

.newsleesmeer:active {
    color: #003366;
}

.newsleesmeer:hover {
    color: #003399;
}

.sollicitatietitel
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color:#003366;
}
.sollicitatieheader
{
    font-family: Arial;
    font-size:12px;
    font-weight: bold;
    color:#333333;
}
.sollicitatierow
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#333333;
}
.sollicitatieinput
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
	height: 18px;
	width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
	border-collapse:collapse;
}
.sollicitatieinputday
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
	height: 18px;
	width: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
	border-collapse:collapse;
}
.sollicitatieinputyear
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
	height: 18px;
	width: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
	border-collapse:collapse;
}
.sollicitatieinputzipcode
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
	height: 18px;
	width: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
	border-collapse:collapse;
}
.sollicitatieinputfile
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
	height: 18px;
	width: 268px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
	border-collapse:collapse;
}
.sollicitatietextarea
{
    font-family: Arial;
    font-size:12px;
    font-weight: normal;
    color:#000000;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
	border-collapse:collapse;
	overflow:auto;
}
.sollicitatiebutton
{
    font-family: Arial;
    font-size:12px;
    font-weight: bold;
    color:#003366;
	height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: silver;	
	border-collapse:collapse;
}
.sollicitatierequired
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color:#003366;
}
.sollicitatieerror
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color:red;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: left;
}

.mini:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: left;
}

.mini:visited {
	color: #999999;
}

.mini:active {
	color: #999999;
}

.mini:hover {
	color: #999999;
}

.navigationbg
{
	font-family: "Arial"; 
	font-size: 12px; 
	font-style: normal; 
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

.inschrijf_input {
	font-family: "Arial";
	font-size: 12px;
}

.inschrijf_title {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.bannerpos {
	top: 0px;
	position: relative;
	z-index: 0;
}


.arrow {
	position: absolute;
	float: right;
	top: 6px;
	right: 0px;
	display: inline;
}

.hideform {
	float: left;
	height: 1px;
	position: absolute;
	visibility: hidden;
}

.indexcorrect {
	margin-top: 12px;
	padding: 0;	
}

.marker {
	background-color: #FFFF99;	
}

.zoekbox {
	height: 16px;
	width: 110px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.zoekbutton {
	height: 18px;
	width: 40px;
	font-family: "Arial";
	font-size: 10px;
}