/*pagina opmaak*/
#page_containger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:auto;
	border: 2px solid #003399;
	width: 95%;
}
#page_banner img {
	width: 100%; 
	margin: auto;
	vertical-align: middle;
	left: auto;
	right: auto;
}

#main_page {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-width: 2px;

}
/*content opbouw*/
#content_right {
	float: left;
	width: 23%;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border: 2px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 2px;
	left: 2px;
	right: 2px;
}

#links {
	float: left;
	width: 23%;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-top: 3px;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#left-column {
	float: left;
}

#content {
	float: right;
	width: 73%;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
	margin: 3px;
}
/*Pager footer*/
#footer {
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #0066CC;
	margin: 5px;
	clear: both;
}

#footer_left {
	float: left;
	width: 50%;
	font-size: 70%;
	background-color: #FFFFCC;
	padding-left: 5px;
}

#w3c {
	width: 95%;
	margin:auto;
	padding-top: 2px;
}


#footer_right {
	text-align: right;
	font-size: 70%;
	background-color: #FFFFCC;
	padding-right: 5px;
}



/*opmaak van grafische elementen */
#img_back_gnd{
	/*	float: left;*/
	background-image: url(../images/standaard/kaars.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.img_left {
	float: left;
	display: inline;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*tekstopmaak*/

.body {
	padding-right: 2px;
	padding-left: 2px;
}
.vet {
	font-weight: bolder;

}

.header {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	padding: 2px;
	width: 92%;
}
.bullet {
	display: list-item;
}

.rood 	{
	color: #FF0000;
	font-weight: bold;
}
#button {
	background-color: #FFFFCC;
	width: 155px;
	border: 1px outset #003399;
	float: left;
	clear: none;
}
#home {
	background-color: #FFFFCC;
	width: 90px;
	border: 1px outset #003399;
	clear: none;
	float: left;
	color: #333333;
	font-weight: lighter;
}
#back{
	background-color: #FFFFCC;
	width: 90px;
	border: 1px outset #003399;
	clear: none;
	color: #333333;
	font-weight: lighter;
	float: left;
}
.fotos {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
}
#clear {
	clear: left;
}
.italic {
	padding-right: 2px;
	padding-left: 2px;
	font-style: italic;
}
#menu {
	clear: both;
	float: right;
	width: 100%;
	background-color: #B7DBFF;
	background-position: center;
	text-align: center;
}

