@charset "utf-8";
/* CSS Document */

html, body
{
	background-color: #7da0c4;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	font-weight: normal;
	font-size: 12px;
}

hr
{
	border: 0px solid #ffffff;
	border-top: 1px solid #ffffff;
}

div.overlay 
{	
	position: absolute;
	background-color: #000000;
	display: block;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
	cursor: pointer;
	cursor: hand;
}

div.mainContainer
{
	position: relative;
	margin: 0px auto;
	border: 0px solid #000000;
	width: 800px;
	height: 385px;
}

div.headerContainer
{
	height: 385px;
}

div.mededeling
{
	padding: 10px 10px 5px 20px;
	font-style: italic;
	background-color: #ffffff;
	color: #000000;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}

div.big_text_image
{
	position: absolute;
	background-image: url('../images/big_text_image.png');
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/big_text_image.png', sizingMethod='scale');
	width: 800px;
	height: 120px;
	top: 0px;
	left: 0px;
}

div.flowers_left
{
	position: absolute;
	background-image: url('../images/flowers.png');
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/flowers.png', sizingMethod='scale');
	width: 150px;
	height: 300px;
	top: 0px;
	left: -25px;
}

div.header
{
	position: absolute;
	background-image: url('../images/header.jpg');
	width: 724px;
	height: 256px;
	top: 120px;
	left: 38px;
}

table.top_menu_buttons
{
	height: 59px;
}

table.top_menu_buttons td
{
	border: 0px solid red;
}

table.top_menu_buttons a
{
	line-height: 59px;
	height: 59px;
	padding: 18px 6px 18px 6px;
	border: 0px solid red;
}

table.top_menu_buttons a.active
{
	background-image: url('../images/button_background.png');
	background-repeat: repeat-x;
	color: #ffffff;
}

table.top_menu_buttons img
{
	padding: 0px 2px 0px 2px;
}

div.header_image
{
	position: absolute;
	width: 702px;
	height: 186px;
	top: 59px;
	left: 11px;
}

div.flowers_right
{
	position: absolute;
	background-image: url('../images/header_flowers.png');
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_flowers.png', sizingMethod='scale');
	width: 141px;
	height: 250px;
	top: 40px;
	left: 595px;
}

div.badge
{
	position: absolute;
	top: 90px;
	left: 600px;
	z-index: 10;
}

/* popup */
div.popup
{
	position: absolute;
	border: 1px solid #ffffff;
	background-color: #7DA0C4;
	z-index: 20;
	width: 400px;
	top: 300px;
	left: 50%;
	margin-left: -250px;
}

div.popup div.title
{
	position: relative;
	background-color: #EBEAE8;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	padding: 0px 1px 0px 5px;
	height: 21px;
	line-height: 20px;
}

div.popup div.title h1
{
	float: left;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

div.popup div.close_btn
{
	position: relative;
	float: right;
	top: 2px;
}

div.popup div.body
{
	clear: both;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	overflow: auto;
}

/* custom popup markup */
div.popup_auditie
{

}

div.popup_auditie div.body
{
	width: 250px;
	height: 210px;
}


div.popup_eindeDTD div.body
{
	width: 380px;
}







div.contentContainer
{
	position: absolute;
	width: 724px;
	left: 38px;
	border: 0px solid #000000;
}

div.menu_left
{
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	border: 0px solid green;
}

ul.menu_left
{

}

ul.menu_left li
{
	padding: 0px 0px 0px 35px;
	background-image: url('../images/bullet.png');	
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 35px;
}

div.content
{
	position: absolute;
	width: 474px;
	top: 0px;
	left: 250px;
	border: 0px solid red;
}

