﻿html
{
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font: 0.85em Arial;
	color: #000;
	background: #fff;
}

form
{
	font-family: Arial, Helvetica, Sans-Serif;
	font: 0.85em Arial;
	color: #000;
	background: #fff;
	height: 580px;
} 

div
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 140%;
	/*color: rgb(99,33,129);*/
	margin: 8px 0px;
}

h2
{
	font-size: 125%;
	margin: 8px 0px;
}

h3
{
	font-size: 110%;
	margin: 6px 0px;
}

#site 
{
	position: relative;
	min-height: 580px;
	width: 950px;
	margin: auto;
	max-height: 2000px;
}

input, select, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font: 0.9em Arial;
	background: #fff;
	color: #000;
	border: 1px solid rgb(115,203,239);
	margin: 1px;
	padding: 1px 0px;
}

textarea
{
	width: 700px;	
}

input[type="checkbox"], input[type="radio"]
{
	border: none;
	background: none;
}

input.btn
{
	background: rgb(115,203,239);
	color: #fff;
	font-size: 1em;
	padding: 3px;
}

a:link, a:visited
{
	color: rgb(115,203,239);
}

td
{
	vertical-align: top;
}

#left #login a, #left #loginStatus a
{
	color: rgb(115,203,239);
	margin: 2px;
	font-size: 0.7em;
}

#login, #loginStatus
{
	float: left;
	padding: 10px;
	color: rgb(115,203,239);
}
#ctl00_wcLogin_tbUser 
{
	width: 176px;
}
#ctl00_wcLogin_tbPass 
{
	width: 105px;
}
#ctl00_wcLogin_btnLogin
{
	width: 65px;
	padding: 1px 0px;
	font-size: 0.9em;
}

#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	min-height: 580px;
	max-height: 2000px;
	background: #F5FAFE;
}

#header
{
	width: 950px;
	height: 175px;
}

#mainnav
{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 300px;
	color: rgb(115,203,239);
	font-size: 0.9em;
}

#mainnav a
{
	color: rgb(115,203,239);
}

#about 
{
	position: absolute;
	top: 146px;
	left: 20px;
	color: #fff;
}

#about a, #crumbs a
{
	color: #fff;
	font-weight: bold;
}

#crumbs
{
	position: absolute;
	position: absolute;
	top: 146px;
	right: 15px;
	width: 300px;
	color: #fff;
	text-align: right;
}

#left 
{
	float: left;
	width: 200px;
	min-height: 405px;
}

#left a
{
	color: #fff;
	margin-left: 20px;
	line-height: 2em;
	font-weight: bold;
}

#content 
{
	float: left;
	width: 750px;
	min-height: 405px;
	background: #F5FAFE;
}

#contentmargin
{
	padding: 10px;
}

.intro
{
}

.r
{
	text-align: right;	
}

.more
{
	font-size: 1.5em;
}
.right 
{
	margin: 15px;
}

.right h1
{
	color: #fff;
}

.right a
{
	color: #fff; float: right;
}

.right select
{
	color: #000;	
}

.right input.btn
{
}

.right1light
{
	background: rgb(167,220,244);
	float: right;
	clear: right;
	width: 340px;
	height: 115px;
}

.right1dark
{
	background: rgb(115,203,239);
	float: right;
	clear: right;
	width: 340px;
	height: 115px;
}

.right2light
{
	background: rgb(141,96,160);
	color: #fff;
	float: right;
	clear: right;
	width: 340px;
	height: 115px;
}

.right2dark
{
	background: rgb(99,33,129);
	color: #fff;
	float: right;
	clear: right;
	width: 340px;
	height: 115px;
}

.right1dark input.btn
{
	background: rgb(99,33,129);
}

#rightmargin
{
	width: 390px;
}

.smaller
{
	height: 100px;
}

.fill
{
	height: auto;
}

#btmleft
{
	position: absolute;
	left: 0px;
	bottom: 3px;
}


#footer
{
	clear: both;
	width: 950px;
	height: 3px;
	background: rgb(99,33,129);
}

#footer.blue
{
	background: rgb(115,203,239);
}

/* navigation */
ul#navmenu {
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 200px; /*For KHTML*/
	list-style: none;
	list-style-position: outside;
}

ul#navmenu li 
{
	width: 200px;
	margin: 0;
	border: 0 none;
	padding: 0;
	background: rgb(115,203,239);
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}

ul#navmenu li.back
{
	background: rgb(99,33,129);
}

ul#navmenu a, #left ul li a
{
	margin: 0px;
	border-top: 2px solid white;
	padding: 2px 0px 4px 20px;
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
  background: rgb(167,220,244);
}

ul#navmenu li.back a:hover, ul#navmenu li.back:hover a {
  background: rgb(141,96,160);
}

/* list */
table.list
{
	width: 710px;
	border-collapse: collapse;
}

table.list td
{
	margin: 0px;
	padding: 3px 6px;
	color: #006;
}

table.list td a
{
	color: #006;
}

tr.th td
{
	background: rgb(115,203,239);
	color: #fff;
}

tr.ai td
{
	background: rgb(232,246,252);
}

table.list td .link
{
	color: #006;
}

/* custom */
.link
{
	cursor: pointer;
	text-decoration: underline;
	color: rgb(115,203,239);
}

#vacature
{
	background: url(/wbzi/images/vacature/vacature.jpg);
	width: 621px;
	height: 616px;
	overflow: hidden;
	line-height: 1.2em;
}

#vacature table
{
	border-collapse: collapse;
}
#vacature td
{
	margin: 0px;
	vertical-align: top;
	padding: 3px 2px 1px 8px;
}

#vacature td.lbl
{
	width: 164px;
	padding: 0px;
	line-height: 1.7em;
	background: #5D2483;
}

#vacature td.lbl div
{
	float: right;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

/* vacatures */
#vacaturelist
{
	clear: both;
	padding-top: 10px;
}

#detail
{
	float: left;
	width: 700px;
	padding-top: 10px;
	display: none;
	cursor: pointer;
}

#detail img
{
	display: block;	
}


