* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #FFFFFF url(../images/bg.gif) top center repeat-x;
	font-family: Arial, verdana, helvetica;
	color: #5e0000;
	font-size:14px;
	line-height:20px;
	height:100%;		
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height:25px;
}

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 {
	font-weight: bold;	
}


img {
	border: none;
}


.border {
	border: 1px solid #FFFFFF;
}


h1 {
	color: #9c0000;
	font-size: 16px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;	
	margin:0 0 18px 0;	
}

h2 {
	color: #9c0000;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	margin:0 0 8px 0;	
}


/**************************************/


/* Algemeen lay-out */

#container {
	padding-top:19px;
	height: auto;
	margin: 0 auto;
	width:1000px;
	overflow: hidden;
}

#header {	
	width: 1000px;
	height:184px;
	margin: 0 auto;
}

#logo {
	float:left;
}

#header-image {
	float:right;
}

#header-tussen {
	height:10px;
	margin:0 auto;
}

#menu {
	background: url(../images/bg-menu.jpg) top center no-repeat;
	height:41px;
	margin:0 auto;
}

#stmenu {
	padding-top:6px;
	padding-left:6px;
}



#wrapper {
	background: url(../images/bg-wrapper.gif) top center repeat-y;
	min-height: 400px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;	
	width: 1000px;
}

#wrapper-bottom {
	height:20px;
	width:1000px;
	margin:0 auto;
}

/**************************************/

#content {
	width:1000px;
	min-height:450px;
	overflow:hidden;
	margin:0 auto;
}

#text {
	padding-top:20px;
	padding-left:210px;
	padding-right:30px;
	padding-bottom:20px;
	min-height:220px;
	overflow:hidden;
}

#fotos {
	margin:0 auto;
	padding-left: 16px;
	width:950px;	

}



/**************************************/



/* Footer */ 

#footer {
	background:url(../images/bg-footer.gif) top center no-repeat;
	height:38px;
	width:1000px;
	margin: 0 auto;

}
.footerl {
	padding-top:9px;
	color:#FFFFFF;
	font-family:verdana, arial;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	float:left;	
}



a.footertext {
	color: #FFFFFF;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

a.footertext:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footerr {
	padding-top:9px;
	padding-right:15px;
	float:right;
	
}

a {
	color: #5e0000;
	font-size:14px;
	text-decoration: underline;	
}

a:hover{
	color: #5e0000;
	text-decoration: none;
}


.subfooter {
	width:1000px;
	padding-top:10px;
	text-align:center;
	height:40px;
	margin:0 auto;
	color: #98C1F0;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:normal;
}

a.footercredits {
	color: #98C1F0;
	font-family: verdana, arial;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}

a.footercredits:hover {
	color: #5DA2F0;
	font-weight:normal;
	text-decoration: underline;
}

/**************************************/

