*{padding: 0; margin:0;}
html, body { height: 100%; }
body {
	font-family: Arial, Verdana;
	color: #000;
	font-size: 12px;
	}
#page {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	margin:0px auto;
	width:950px;
	height: 99.1%;
}
#header {
	height:150px;
}

/* Do not display application title ("Plusine ICT") in browser. */

#content{
background: #fff url('images/contentbg.gif') repeat-y 50% 0;
clear: left;

}
#static{
	background-color: #fff;
	padding-bottom:22px;
	width: 665px;
	float: left;
	padding-top: 18px;
	padding-left:22px;
	padding-right:10px;
	padding-bottom:22px;
}
#static p {
	padding: 0 0 10px 0;
}
#newscats{
	background-color: #fff;
	float: left;
	width:200px;
	padding-top: 18px;
	margin-left: 22px;
}
#cats {
	list-style:normal;
	list-style-type: none;
	padding: 0 0 5px 15px;
	color: #E71831;
}
#cats li {
list-style-image: url('./images/linormaltrans.gif');
list-style-position: inside;
}
#nieuwscontainer{
	background-color: #fff;
	padding-bottom:22px;
	width: 400px;
	float: left;
	padding-top: 18px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:22px;
}
#nieuwscontainer p {
	padding: 0 0 10px 0;
}
#static img {
	margin: 10px;
}
/* News column */
#nieuws{ 
background-color: #ffe7ef;
float: right;
padding-top: 18px;
width:253px;
height: auto;
display: none;
}
/* Hyperlinks mark up*/
a{
	color:#e41837;
	text-decoration: none;
}
a:hover {
	color:#e41837;
	text-decoration: underline;
}

#footer {
	clear: both;
	height:25px;
 	background-color: #e41837;
 	color: #fff;
 	text-align:center;
 	width: 950px;
 	margin: 0 auto;
}
#footer p {
	padding-top: 6px;
	color: #fff;
	font: normal 0.9em arial;
}
