* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #FFFFFF url(../images/bg.gif) top center repeat-x;
	font-family: arial, verdana, helvetica;
	color: #3A2206;
	font-size:13px;
	line-height:20px;
	height:100%;		
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background: url(../images/button.gif) top left no-repeat;
	padding-left:25px;
	
}

strong {
	color: #FF9900;
	font-size: 13px;
	font-weight: bold;	
}


img {
	border: none;
}


.border {
	border: 1px solid #5F64A8;
	
}

h1 {
	color: #FF9900;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:5px 0 15px 0;
}

h2 {
	color: #FF9900;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:20px 0 8px 0;
}

/**************************************/


/* Algemeen lay-out */
#container {
	padding-top:17px;
	background-attachment: scroll;
	height: auto;
	margin: 0 auto;
	width:100%;
	overflow: hidden;
}


#header {
	background: url(../images/bg-header.png) top center no-repeat;
	width: 1000px;
	height:229px;
	margin: 0 auto;
}


#logo {
	float:left;
	padding-left:40px;
	padding-top:30px;
}

#menu {
	margin-top:164px;
	float:right;
	padding-right:20px;
	}
	

#wrapper {
	background: url(../images/wrapper.gif) top center repeat-y;
	min-height: 275px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;	
	width: 1000px;
}

#bg-wrapper {
	background: url(../images/bg-wrapper.png) top center no-repeat;
	min-height:275px;
	width:1032px;
	margin: 0 auto;

}

/**************************************/

#top {
	margin:0 auto;
	width:1000px;
}

#content {
	width:1000px;
	float:left;
}


#left {
	float:left;
	width:305px;
}

#left-text {
	color:white;
	float:left;
	width:285px;
	font-size:12px;
	padding-top:8px;
	line-height:normal;
	padding-left:25px;
}

#text-right {
	float:right;
	margin-top:25px;
	width:575px;
	padding-right:25px;
}

#right {
	width:575px;
	float: left;	
	padding-right:25px;
}

#right-gallery {
	width:575px;
	float: right;	
	padding-right:25px;
}

#right-contact {
	width:635px;
	float: left;	
	padding-right:25px;

}

#sliding {
	padding-top:8px;
	float:left;
	height:142px;
	background: #E78618 url(../images/bg-wrapper.png) top center no-repeat;
	width:1000px;
	
}


/**************************************/



/* Footer */ 

#footer {
	background: url(../images/bg-footer.gif) top center no-repeat;
	height:50px;
	width:1000px;
	margin: 0 auto;

}


.footerl {
	padding-top:9px;
	padding-left:25px;
	float:left;
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
}


.footerr {
	padding-top:9px;
	padding-right:25px;
	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.lsites {
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}

a.lsites:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bs {
	color: #5F64A8;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:20px 0 8px 0;
	text-decoration: underline;
}

a.bs:hover {
	color: #5F64A8;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:20px 0 8px 0;
	text-decoration:none;
}

a {
	color: #3A2206;
	font-size:13px;
	text-decoration: underline;	
}

a:hover{
	color: #636363;
	text-decoration: none;
}


/**************************************/

