﻿/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	
	text-align:center;
	background-color:#72084A;
	}
	
img, div{ behavior: url(css/iepngfix.htc);}
img {border:0px solid #000000;}
	
body, table, th, td, p, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	color:#3f3f3f;
	line-height:15px;
	}
h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0;}
	
a{outline:none;text-decoration:none;}
h1 {font-size:18px;font-weight:normal;}
h2 {font-size:21px;font-weight:normal; }

.size11{font-size:11px;line-height:15px;}
.size13{font-size:13px;line-height:17px;}
.size15{font-size:15px;line-height:20px;}

td{
vertical-align:top;
}

/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

#container {
	position:relative;
	margin:0 auto 0 auto;
	width:1000px;
	
	text-align:left;
	background: url('../gfx/bg.jpg');
	
	/*min-height:100%;
	_height:100%;*/

	}



/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	position:relative;
	width:1000px;
	margin:0 0 0 255px;
	height:320px;
	overflow:visible;
	}

div.headerimg{
	position:absolute;
	float:left;
	width:718px;
	overflow:hidden;
	z-index:50;
	margin:15px 0 0 15px;
	}
	
div.headertxt{
	position:relative;
	float:left;
	height:30px;
	margin:23px 0 0 23px;
	color:#fff;
	width:600px;
	overflow:hidden;
	}

/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/

div.navigatie {
	position:absolute;
	width:254px;
	overflow:hidden;
	background:transparent;
	z-index:999;
	top:0px;
	left:0px;
	}

div.navigatie h1{
	margin-left:25px;
	}
div.navigatie .navItems {
	position:relative;
}
	
div.navigatie a{
	display:block;
	/*margin:5px 0 5px 20px;*/
	margin:0 0 0 20px;
	padding:5px 0 5px 5px;
	color:#d40e8c;
	}
div.navigatie .subNav {
	width:253px; overflow:hidden; position:relative;
}
div.navigatie .subNav a {
	background:transparent url(../gfx/hover.gif) left center repeat-y;
	padding:5px 0 5px 25px;
	}
div.navigatie a:hover,
div.navigatie a.selected {
	/*margin:5px 0 5px 20px;*/
	background-color:#d20e8a;
	color:#FFF!important;
	}
div.navigatie .subNav a:hover,
div.navigatie .subNav a.selected {
	background:transparent url(../gfx/hover.gif) right center repeat-y;
	}


.selector{background-color:#d40e8c;color:#FFF!important;}

div.logo{
	position:relative;
	width:255px;
	height:107px;

	padding-top:30px;
	margin-bottom:30px;
	background:transparent;}
div.logo a,
div.logo a:hover{
	margin:0px;
	padding:0px;
}
	
	
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.contentBlock {
	position:relative;
	/*height:100%;*/
	width:100%;
	overflow:hidden;
	}
div.mainContent{
	position:relative;
	float:left;
	/*height:100%;	background:#fff;*/
	width:850px;

	overflow:hidden;
	background:#fff url('../gfx/bg-2.jpg') repeat-y;
}
div.top{
	position:relative;
	float:left;
	height:19px;
	line-height:19px;
	width:1000px;
	color:#fff;
	background:transparent url('../gfx/content-top.jpg') no-repeat;
	overflow:hidden;
	}

div.fontresize{
	position:absolute;
	top:330px;
	right:10px;
	width:130px;
	height:75px;
}


div.fontresize a{
	display:inline-block;
	color:#fff;
}

div.bottom{
	position:relative;
	float:left;
	height:9px;
	width:1000px;
	background:url('../gfx/content-bottom.jpg') no-repeat 843px 0px;
	overflow:hidden;
}

div.Content{
	position:relative;
	float:left;
	min-height:200px;
	width:500px;
	/*margin:40px 0;*/
	padding:40px 0;
	/*padding-left:294px;*/
	left:294px;
	visibility:hidden;
	}
div.Content *{
color:#fff;
}
div.Content a{
text-decoration:underline;color:#d40e8c!important;
}



.tableheader{
	width:100%;
	background:#0086cb url('../gfx/tdheader-bg.gif') no-repeat top right;
	font-weight:bolder;
	text-align:left;
}
td{
	padding:5px 0;

}

ul{margin-left:0px;font-weight:bold;}
li{margin:2px 0 2px 15px;font-weight:normal;}


div.sidebar {
	position:absolute;
	bottom:43px;
	right:84px;
	width:68px;
	height:162px;
	background-image:url('../gfx/sidebar-logo.png');
	background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gfx/sidebar-logo.png", sizingMethod="scale");	
	
}
div.footer{
	width:1000px;
	height:20px;
	line-height:20px;
	color:#42052b;
	font-size:9px;
	text-align:center;
	background-image:url('../gfx/footer-bg.jpg')
}	
div.footer a{
	color:#42052b;
	font-size:9px;
}


/* ============================================================	*/ 
/* ========	transmenu		===============================	*/
/* ============================================================	*/

div.subnav{
/*visibility:hidden;*/
}
.selected{
	/*width:200px;
	height:22px;*/
	margin:0 1px 0 20px;
	}





