* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #E3F5FF url(../images/bg.jpg) top center repeat-x;
	font-family: Arial, verdana, helvetica;
	color: #002341;
	font-size:13px;
	line-height:20px;
	height:100%;		
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height:25px;
}

.clear-top {
	clear: both;
	padding: 0;
	margin: 0;
	height:5px;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background: url(../images/button.gif) top left no-repeat;
	padding-left:20px;
	
}

strong {
	color: #7DC3EC;
	font-weight: bold;	
}


img {
	border: none;
}


.border {
	border: 1px solid #002341;
}


h1 {
	color: #296EAA;
	font-size: 16px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;	
	margin:0 0 18px 0;	
}

h2 {
	color: #7DC3EC;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:0 0 8px 0;	
}


/**************************************/


/* Algemeen lay-out */

#container {
	padding-top:10px;
	height: auto;
	margin: 0 auto;
	width:1000px;
	overflow: hidden;
}

#kloar {
	width:1000px;
	height:30px;	
}	

#header {	
	width: 1000px;
	height:211px;
	margin: 0 auto;

}

#logo {
	float:left;
	margin-top:15px;
}

#ihome {
	
}

#wrapper {
	background: #FFFFFF url(../images/background-wrapper.jpg) top center repeat-y;
	min-height: 400px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;	
	width: 1000px;
}

/**************************************/

#content {
	width:1000px;
	min-height:450px;
	overflow:hidden;
	margin:0 auto;
}

#left {
	width:266px;
	min-height:400px;
	overflow:hidden;
	padding-left:4px;
	float:left;
}

#text {
	width:510px;	
	margin:25px;
	float:left;
}

#text-plus {
	width:666px;	
	margin:25px;
	float:left;
}

#right {
	float:right;
	width:156px;
	padding-top:4px;
	padding-right:9px;
	min-height:400px;
	overflow:hidden;

	

}

/**************************************/



/* Footer */ 

#footer {
	background: #FFFFFF url(../images/bg-footer.jpg) top center no-repeat;
	height:63px;
	width:1000px;
	margin: 0 auto;
}

#footer-sub {
	background: url(../images/bg-footer-sub.png) top center no-repeat;
	height:51px;
	width:1000px;
	margin: 0 auto;

}

.footera {
	padding-top:7px;
	padding-left:56px;
	float:left;
	width:214px;
}

.footerl {
	padding-top:10px;
	padding-left:20px;
	width:225px;
	float:left;
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
}

.footerl2 {
	padding-top:10px;
	padding-left:3px;
	float:left;
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
}

.footerr {
	padding-top:10px;
	text-align:right;
	padding-right:20px;
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
	float:right;
	
}

a.footertext {
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	text-decoration: underline;
}

a.footertext:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.footertext2 {
	color: #4B6192;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}

a.footertext2:hover {
	color: #5974AE;
	text-decoration: underline;
}



a.lsites {
	color: #CBE9FB;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}

a.lsites:hover {
	color: #CBE9FB;
	text-decoration: underline;
}

a {
	color: #002341;
	font-size:13px;
	text-decoration: underline;	
}

a:hover{
	color: #002341;
	text-decoration: none;
}

a.submenu {
	color: #383838;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	text-decoration: underline;
}

a.submenu:hover {
	text-decoration: none;
}

/**************************************/

