*{padding: 0; margin:0;}
html, body { height: 100%; }

body {
	background: #828282 url('images/bg.jpg') repeat-y center;
	font-family: Arial, Verdana;
	color: #000;
	margin-left: -17px;
	font-size: 12px;
	}
#page {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	background: #fff url('images/contentbgnews.jpg') repeat-y 100% 0;
	margin:0px auto;
	width:950px;
 	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
#content {
	background-color: #fff;
	clear: left;
}
#header {
	height:150px;
}

#englishflag {
	border: 0;
	padding: 3px;
	float: right;
}
#dutchflag {
	border: 0;
	padding: 3px;
	float: right;
}



/* Do not display application title ("Plusine ICT") in browser. */
#header h1 {display: none;}


#static{
	clear: both;
	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;
}
#newsnav {
text-align: center;
color: #e71831;
border: 1px #FFE7EF; margin: 20px; padding: 20px; font-size: 120%; font-weight: bold;
}
newsnav
h2 {
	color: #e41837;
}
#static img {
	margin: 10px;
}
/* News column */
#nieuws{ 
background-color: #ffe7ef;
float: right;
padding-top: 18px;
width:253px;
hieght: auto;

}
#nieuws h2{
font-size: 1em;
padding: 10px;
}
#nieuws p {
padding: 0 0 0 10px;
}
#nieuws p#disclaimer{
font-size: 0.8em;
}
#nieuws form {
padding: 0 0 0 10px;
}
#nieuws input {
border: 1px solid #e71831;
}
#internnieuws {
list-style:normal;
list-style-type: none;
padding: 0 0 5px 15px;
color: #E71831;
}
#internnieuws li {
list-style-image: url('./images/linormal.gif');
list-style-position: inside;
}
#nieuwsextern {
list-style:normal;
list-style-type: none;
padding: 0 0 5px 15px;
color: #E71831;
}
#nieuwsextern li {
list-style-image: url('./images/linormal.gif');
list-style-position: inside;
}
/* Hyperlinks mark up*/
a{
	color:#e41837;
	text-decoration: none;
}
a:hover {
	color:#e41837;
	text-decoration: underline;
}
#nieuws a { 
	color:#000;
	text-decoration: none;
 }
#nieuws a:hover { 
	border-bottom: 1px solid #e71831;
 }

#breaker {
clear: both;
}
#footer {
 position: absolute;
bottom: 0; /* heel belangrijk */
	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;
}

a img {border: 0;}