

body{
	background-image: url('images/back_projecten.jpg');
	background-repeat: repeat-x;
	background-color: #aaa;
	background-attachment: fixed;
	font-family : Verdana;
	font-size:0.8em;
}

.fix, .header, .bottom{ 
behavior: url(iepngfix.htc);
display:block;
}

h1{
font-size:1.1em;
color:#f36422;
}

.header{
display:block;
}

.content{
margin:10px;
}

.bottom{
margin-bottom:10px;
}

html>body .article img{
margin-bottom:15px;
}

.article{
text-align:left;
background-color:white;
width:550px;
margin-bottom:0px;
margin-top:0px;
display:block;
}

.menu{
text-align:left;
background-color:white;
width:550px;
}

html>body .menu{
margin-top:-10px;
margin-bottom:-12px;
}

html>body .article{
margin-top:-11px;
margin-bottom:-10px;
}

a{
text-decoration:none;
color:#f36422;
}

a:hover{
text-decoration:underline;
}

ul{
margin:0 0 0 0px ;
	list-style:disc;
	list-style-position: inside;
}

