* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #003366 url(../images/background.gif) top center repeat-x;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #777777;
	font-size:12px;
	line-height:18px;
	height:100%;	
}

strong {
	color:#555555;
	font-size:13px;
	font-weight:bold;
	}
	
li, ul { 
	padding:0;
	margin-left:10px;
	
}

img {
	border: none;
}

.border {
	border: 1px solid #AE6999;		
}

.borderx {
	border: 1px solid #AE6999;		
	margin-right:30px;
}

.borderxx {
	border: 1px solid #AE6999;		
	margin-left:30px;
	margin-bottom:15px;
}

.borderxxx {
	border: 1px solid #AE6999;		
	margin-right:30px;
	margin-bottom:15px;
}

h1 {
	color: #0A3F81;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin:12px 0 15px 0;
}

h2 {
	color: #1E4A51;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin:5px 0 5px 0;
}

/**************************************/


/* Algemeen lay-out */
#container {
	background-attachment: scroll;
	height: auto;
	margin: 0 auto;
	width:100%;
	overflow: hidden;
}

#header {
	background: url(../images/bg-main.png) top center repeat-y;
	height:146px;
	width: 1000px;
	margin: 0 auto;
}


#logo {
	padding-top:30px;
	padding-left:25px;
	float:left;
}

#header-right {
	float:right;
	padding-right:9px;
	}
	
	
#bgdownloads {
	background: url(../images/bg-downloads.png) top center no-repeat;
	height: 28px;
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}	

#wrapper {
	background: url(../images/bg-mainx.png) top center repeat-y;
	min-height: 288px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

#wrapper2 {
	background: url(../images/bg-main.png) top center repeat-y;
	min-height: 100px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

.bg-wrapper2 {
	background: #E8E8E8 url(../images/bg-wrapper2.gif) top center repeat-x;
	min-height: 100px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;
	width: 982px;
	
}

.bg-wrapper2t {
	background: #E8E8E8 url(../images/bg-wrapper2.gif) top center repeat-x;
	min-height: 100px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;
	width: 957px;
	padding-left:25px;
	
}


.button {
	padding-top:10px;
	padding-left:22px;
	margin: 0 auto;
	width: 982px;
}

/**************************************/

#rightkolom {
	display:inline;
	width: 230px;
	height: 100%;
	float: left;
	padding-top:10px;
	padding-left:33px;

}

#content {
	display:inline;
	float: left;
	padding-left:35px;
	height: 100%;
	width:675px;
}


.tekstl {
	color: #FFFFFF;
	padding-left:15px;
	padding-top:4px;
	font-weight:bold;
	font-size:11px;
	float:left;
	}	

.tekstr {
	color: #FFFFFF;
	padding-right:40px;
	padding-top:6px;
	font-weight:normal;
	font-size:11px;
	float:right;
	}	
	
	


/**************************************/


/* Menu */
#menu{
	background: url(../images/bg-menu.gif) top center no-repeat;
	width:984px;	
	margin: 0 auto;
	text-align:center;
}

.menu-onder{
	height:8px;
	width:984px;
	margin: 0 auto;
}


/**************************************/



/* Footer */ 

#footer {
	background: url(../images/bg-bottom.png) top center no-repeat;
	width: 1000px;
	height:50px;
	margin: 0 auto;
}


.footerl {
	color: #FFFFFF;
	padding-left:15px;
	padding-top:4px;
	font-weight:normal;
	font-size:11px;
	float:left;
	}	
	
.footerr {
	color: #FFFFFF;
	padding-right:15px;
	padding-top:4px;
	font-weight:normal;
	font-size:11px;
	float:right;
	}
	

a.footerh {
	color: #FFFFFF;
	font-weight:normal;
	font-size:11px;
	margin: 0 auto;
	text-decoration: underline;
}

a.footerh:hover {
	color: #EEEEEE;
	font-weight:normal;
	text-decoration: none;
}

a.footerls {
	color: #6F8EB6;
	font-weight:normal;
	font-size:11px;
	margin: 0 auto;
	text-decoration: underline;
}

a.footerls:hover {
	color: #EEEEEE;
	font-weight:normal;
	text-decoration: none;
}

a {
	color: #003366;
	font-size:12px;
	line-height:18px;
	text-decoration: underline;	
}

a:hover{
	color: #AE6999;
	text-decoration: none;
}

/**************************************/


