/* ------------------------------------------------------- 

	general stylesheet  /  www.visaz.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	oktober 2008

---------------------------------------------------------- */


/* ------------------------------------------------------------- body */
html {
	height:100%;
}

body {
	margin:0;
	padding: 0;
	width: 100%;
	background-image: url('/design/images/structure/background.gif');
	background-color: #19A5DA;
	background-position: center;
	text-align: center;
	}
	
div#center{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 650px;
	text-align: left;
	padding-bottom: 20px;
}

div#header{
	position: relative;
	width: 750px;
	height: 135px;
	background-image: url('/design/images/structure/background-top.png');
	overflow: hidden;
}
	
div#menu ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu ul li{
	position: relative;
	float: left;
	margin-left: 25px;
	margin-top: 85px;
	padding-bottom: 11px;
}

div#menu ul li.actief{
	height:20px;
	top:-5px;
	border-left: 5px solid #0c2779;
	border-right: 5px solid #0c2779;
	border-bottom: 2px solid #0c2779;
	*border-bottom: 9px solid #0c2779;
	border-top: -5px solid #0c2779;
	background-color:#0c2779;
	}

div#menu ul li a{
	position: relative;
	font-family: Arial;
	text-decoration: none;
	color: #0c2779;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
}

div#menu ul li.actief a{
	position: relative;
	font-family: Arial;
	text-decoration: none;
	color:#FFFFFF;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
}

div#content{
	position: relative;
	width: 750px;
	height: 435px;
	margin-top: 5px;
}

div#bottom{
	position: relative;
	width: 750px;
	height: 59px;
	margin-top: 20px;
	background-image: url('/design/images/structure/background-bottom.png');
	overflow: hidden;
}

ul#menubottom{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menubottom li{
	position: relative;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}

ul#menubottom li a{
	position: relative;
	font-family: Arial;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

div#overlay{
	position: relative;
	width: 331px;
	height: 434px;
	float: left;
	overflow: hidden;
}

div#contentblock{
	position: relative;
	width: 402px;
	height: 434px;
	background-image: url('/design/images/structure/background-content.jpg');
	float: left;
	margin-left: 14px;
}

div#contentinner{
	position: relative;
	margin: 20px;
	font-size: 14px;
	font-family: Arial;
	color: #0C2779;
	line-height: 18px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 4px;
	padding-right: 17px;
	margin-bottom: 0;
	height: 395px;
}
div#contentinner li{
	margin-left: -20px;
	margin-bottom:5px;
	line-height:20px;
}



h1.csc-firstHeader{
	font-size: 14px;	
}

div#inhoudright{
	position: relative;
	width: 340px;
	height: 434px;
	overflow: hidden;	
	margin-left: -9px;
	color:#00FF00;
}


div#overlayimg{
	position: relative;
	width: 331px;
	height: 434px;
	overflow: hidden;	
	margin-top: -434px
}

a{
	text-decoration: underline;
	color: #0C2779;
	font-size: 14px;	
}

a:hover{
	text-decoration: none;
}

label{
	float: left;	
}

input{
	float: right;
}

textarea{
	float: right;
}

div.csc-mailform-field{
	height: 25px;	
}

.csc-mailform{
	padding: 0;
	margin: 0;
	border: 0;
}

.csc-mailform-submit{
	border: 1px solid #0C2779;
	color: #FFFFFF;
	background-color: #0C2779;
	margin-top: 5px;
}
h2 {
	font-size: 22px;
	font-weight:normal;
	color:#ffffff;
	margin:0;
	margin-top:15px;
	padding:0;
	}
h3 {
	font-size: 18px;
	font-weight:normal;
	color:#ffffff;
	margin:0;
	margin-top:15px;
	padding:0;
	}	
	
td, tr{
	color:#0C2779;
	}
	
ul.submenulink li a{
	font-size: 12px;
}