html, body {
	height: 100%;
	width: 40%;
	padding:0;
	margin:0;
	background-image: url('../img/achtergrond-case.jpg');
	color:black;
	font-family: vedana, arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div#header {
        
	height: 115px;
	width: 1248px;
	background-image: url('../img/header-bg.jpg');

	border-bottom: 0px solid #000000;
	text-align: center;
        margin-top:  20px;
        margin-left: 17%;

}

div#menu {
	width: 20%;
	float:left;
	margin-bottom:100px;
}

div#article {
	padding-top:10px;
	width: 1248px;
	overflow:hidden;
        margin-left: 17%;
        border-style:solid;
        border-color:#740a0c;
        border-width:2px;
        


}



}

div#content {
	padding-left:210px;
}

div.content {
	width: 80%;
	height: auto;
	float: left;
	overflow: hidden;
}


div.content .col {
	width: 48%;
	float:left;
	overflow: hidden;
}

.shadow {
	box-shadow: 3px 3px 4px #818181;
	-webkit-box-shadow: 3px 3px 4px #818181;
	-moz-box-shadow: 3px 3px 4px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
}


img#logo {
	margin-top:20px;
}

img.button {
	padding:5px;
}

div#footer {
  	position:relative;
   	bottom:0;
	width:1248px;
	height: 100px;
	background-image: url('../img/footer-bg.png');
	background-repeat: repeat-x;
        margin-left: 17%;
	clear: both;
}
