@charset "UTF-8";
/* CSS Document */
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/background.png) top center repeat-y;
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #000000;
	min-height: 100%;
}
.oneColFixCtr #container {
	width: 780px;  /* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */
	background: #FFFFFF;
	margin: 0 auto; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
}

#overzicht {
	width: 440px;
	position: relative;
	left: 50px;
	top: -40px;
	height: 150px;
}

.oneColFixCtr #ticker {
	clear: both;
	margin: 0em 0em 1.5em 0em;
	border-top: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);
	background-color: rgb(235,235,235);	
	line-height: 1.5em;
	height: 1.5em;
	color: rgb(50,50,50);
	font-variant:small-caps;
	overflow: hidden;
}

.oneColFixCtr #mainContent {
	float: left;
	padding: 0 10px; /* vergeet niet dat onder padding (opvulling) wordt verstaan de ruimte binnen in het vak van het element div, terwijl margin (marge) betrekking heeft op de ruimte buiten het vak van het element div */
	width: 75%;
}

.oneColFixCtr #leftContent {
	float: right;
	padding: 0 5px; /* vergeet niet dat onder padding (opvulling) wordt verstaan de ruimte binnen in het vak van het element div, terwijl margin (marge) betrekking heeft op de ruimte buiten het vak van het element div */
	width: 20%;
	
}

.item {
	background-color: rgb(245,245,245);
	margin-bottom: 10px;
}

.item #title{
	background-color: rgb(235,235,235);
	border-bottom: solid 0.1em rgb(175,175,175);
	font-variant:small-caps;
}

.item #warning{
	background-color: rgb(240,240,240);
	border-bottom: solid 0.1em rgb(175,175,175);
	text-transform: uppercase;
	color: #F03;
}

.item img{
	margin-left: 0px;	
	margin-bottom: 0px;
	margin-top: 0px;
}

.leftCont {
	float: left;
	background-color: rgb(245,245,245);
	margin-bottom: 10px;
	width: 280px;
}

.leftCont #title{
	background-color: rgb(235,235,235);
	border-bottom: solid 0.1em rgb(175,175,175);
	font-variant:small-caps;
	margin-top: 0px;
}

.leftCont img{
	margin-left: 0px;	
	margin-bottom: 0px;
	margin-top: -15px;
	border: solid 0.1em rgb(175,175,175);
}

.rightCont {
	float: right;
	background-color: rgb(245,245,245);
	margin-bottom: 10px;
	width: 280px;
}

.rightCont #title{
	background-color: rgb(235,235,235);
	border-bottom: solid 0.1em rgb(175,175,175);
	font-variant:small-caps;
	margin-top: 0px;
}

.rightCont img{
	margin-left: 0px;	
	margin-bottom: 0px;
	margin-top: -15px;
	border: solid 0.1em rgb(175,175,175);
}

.navcontainer {
	background: #ffffff;
	line-height: 2.0em;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.navcontainer #current {
	color: #333333;
	font-weight: bold;
	background: #f1f1f1;
	font-variant:small-caps;
	padding-left: 0px;
}

.navcontainer #current:hover {
}

.navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navcontainer li {
}

.navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

.navcontainer a:hover {
	background: #f1f1f1;
}

.footer{
	position: relative;
	bottom: 0px;
	width: 780px;
	clear: both;
	margin: 0em 0em 1.5em 0em;
	border-top: solid 0.1em rgb(175,175,175);
	border-bottom: solid 0.1em rgb(175,175,175);
	background-color: rgb(235,235,235);	
	line-height: 1.5em;
	height: 1.5em;
	color: rgb(50,50,50);
	font-variant:small-caps;
	overflow: hidden;
}

.lnk a{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

.lnk ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.item a{
	//display: block;
	color: #333333;
	text-decoration: none;
	//padding-left: 10px;
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

.item ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.item li {
}

.item a:hover {
	background: #f1f1f1;
}

.footer a{
	color: #333333;
	text-decoration: none;
}

