*  {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	font-decoration: underline;
}

body {
	background-color:#000000;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

a {
	color:#ff5e00;
}

#main {
	margin:0px auto;
	width:1000px;
}

#top {
	background-image:url(../images/top.jpg);
	height:90px;
	width:1000px;
	border-bottom:1px solid white;
}
#middle {
	min-height:300px;
	background-image:url(../images/bg_repeat.jpg);
	background-repeat:repeat-y;
	width:1000px;
	background-position:center;
}

#left {
	background-image:url(../images/left.jpg);
	width:150px;
	background-repeat:no-repeat;
	min-height:375px;
	float:left;
	padding-top:20px;

}

#left ul {
	list-style-type:none;
}

#left ul li {
	 
	 border-top:2px solid white;
	 font-weight:bold;
}

#left ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:25px;
	 padding-top:8px;
	 width:140px;
	 padding-left:10px;	 
}

#left ul li a:hover, #left ul li a.actief {
	color:#ff5e00;
}
#left ul li.noborder {
	border-top:0px;
}

#tekst {
	float:left;
	width:600px;
	background-image:url(../images/bg.jpg);
	background-position:0px 100px;
	background-repeat:no-repeat;
	min-height:450px;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
}

#right {
	background-image:url(../images/right.jpg);
	width:150px;
	background-repeat:no-repeat;
	min-height:430px;
	float:left;
	text-align:center;
	margin-top:20px;
}
	
#right img {
	border:1px solid white;
	margin-bottom:20px;
}

img#logodommelweb {
	border:0px;
	float: right;
	cursor: pointer;
	margin-top: -33px;
}

#footer {
	border-top:1px solid white;
	background-image:url(../images/footer.jpg);
	height:16px;
	padding-left:120px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-top:7px;
	color:#FFFFFF;
	margin-bottom:10px;
}

#footer ul {
	list-style-type:none;
	
}

#footer ul li {
	float:left;
	text-align:center;
}

#footer ul li a {
	color:#FFFFFF;
	text-decoration:none;	
}

h1 {
	color:#ff5e00;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;	
}

/* Nieuws */
#news-wrapper {
	margin: 5px, 10px, 5px, 10px;
}

.news-item {
	float: left;
	border-bottom:2px solid #ff5e00;
	width:600px;
	padding-bottom:20px;
}

.news-item img {
	float: right;
	margin: 0px 0px 0px 20px;
	border:1px solid #ff5e00;
}
.news-detailitem img{
	float: right;
	margin: 40px 0px 10px 20px;
	border:1px solid #ff5e00;
}
.news-tekst {
	float: left;
	color:#ff5e00;
	width:450px;
}

.news-title {
	font-weight: bold;
}

.news-intro {
	/* */
}

.clearer {
	clear:both;
	height:0px;
	min-height:0px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}