a:visited  {color: #3f1a52; text-decoration: none; font-weight:bold;}
a:link  {color: #3f1a52; text-decoration: none; font-weight:bold;}
a:active  {color: #ab77c6; text-decoration: none; font-weight:bold; outline: none;}
a:hover   {color: #ab77c6; text-decoration: none; font-weight:bold;}
a:focus { -moz-outline-style: none; }

a.wit:visited  {color: #FFFFFF; text-decoration: none; font-weight:bold;}
a.wit:link  {color: #FFFFFF; text-decoration: none; font-weight:bold;}
a.wit:active  {color: #ab77c6; text-decoration: none; font-weight:bold; outline: none;}
a.wit:hover   {color: #ab77c6; text-decoration: none; font-weight:bold;}
a.wit {margin: 7px;}

/*
Elementtypes
*/

html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

* {
	font-family: Verdana;
	font-size: 12px;
}


body {
	margin: 0;
	padding: 0;
	background-image: url('../images/back.gif');
	background-color: #eeeeee;
	background-repeat: repeat-x;
	color: #444444;
}

input { 
	font-family: Verdana;
	border: 1px solid #3f1a52;
	padding:3px;
	font-size: 11px;
	background-color: #FFFFFF;
}

select { 
	font-family: Verdana;
	border: 1px solid #3f1a52;
	padding:2px;
	font-size: 11px;
	background-color: #FFFFFF;
}

textarea { 
	font-family: Verdana;
	border: 1px solid #3f1a52;
	padding:3px;
	font-size: 11px;
	background-color: #FFFFFF;
}

h1{
	font-size: 15px;
	color: #3f1a52;
	font-weight: 900;
}

h1.wit{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 900;
	font-family:Arial black;
}

h2 {
	font-size: 13px;
	font-weight: 900;
}

h2.wit {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 900;
}

/*
Id's
*/

#background {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}

#header {
	width: 1000px;
	height: 230px;
	margin: 0;
	padding: 0;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}

#content {
	padding:10px;
}

#footer {
	width: 1000px;
	margin-top:10px;
	text-align: center;
}

#topmenu {
	padding-left:10px;
	padding-top:186px;
	position:relative;
	width:1000px;
	font-size:12px;
	font-weight:bold;
	color:#ab77c6;
}

#popup_back
{
	background-color:#000000;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	height:100%;
	width:100%;
	visibility:hidden;
	float:left;
}

#popup{
	background-color:#E8F3FB;
	border:1px solid #0B4670;
	display:none;
	float:left;
	left:-350px;
	margin-left:50%;
	max-height:60%;
	overflow-y:auto;
	padding:10px;
	position:fixed;
	top:15%;
	width:665px;
	z-index:100;
}

#popup h1{
	width:650px;
}

#popup_small{
	background-color:#e8f3fb;
	border:1px solid #0b4670;
	float:left;
	left:-150px;
	top:30%;
	margin-left:50%;
	margin-top:20px;
	overflow-y:auto;
	padding:10px;
	position:fixed;
	display:none;
	width:300px;
	z-index:101;
	max-height:300px;
}

#popup_small h1{
	width:275px;
}

#popup_content{
	width: 645px;
	float:left;
	margin-top:30px;
}

#popup_content h1{
	margin-top:-20px;
}

#popup_content_small{
	width: 290px;
	float:left;
	margin-top:10px;
}

#popup_content_small h1{
	margin-top:0px;
}

/*
Classes
*/

.link {
	color: #3f1a52;
	text-decoration: none;
	font-weight:bold;
}

.link:hover {
	color: #ab77c6;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}

.block {
	width:300px;
	margin-right:10px;
	float:left;
}

.blockheader {
	width:290px;
	height:55px;
	line-height:52px;
	padding-left:10px;
	background-image: url('../images/vakheader.gif');
}

.blockcontent {
	padding: 10px;
	background-color:#FFFFFF;
	border: 1px solid #DDDDDD;
}

.button {
	padding:9px;
	background-image: url('../images/button_back.gif');
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	border:0px;
	max-height: 36px;
}

.button2 {
	padding:9px;
	background-image: url('../images/button2_back.gif');
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	border:0px;
	max-height: 36px;
}

.witte_box {
	border: 1px solid #DDDDDD; 
	width:240px; 
	padding:10px; 
	background-color:#FFFFFF;
}

.rode_box {
	border: 1px solid #ef6a6a; 
	width:240px; 
	padding:10px; 
	background-color:#ffd5d5;
}

.beschikbaarheid {
	background-color:#e3c8f0;
	border: 1px solid #b173d2;
	padding:10px;
}

.left_column {
	width: 250px;
	float:left;
	height:30px;
	line-height:20px;
}

.right_column {
	width: 250px;
	float:left;
	height:30px;
}

.transparent {
	opacity: 0.4;
}

