body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
} 

/*
	Opmaak van de tags
*/

h1, h2, h3 {
	color: #1e3681;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #C0340F;
}

a:hover {
	color: #410F02;
}

table {
	border-collapse: collapse;
	
}

tr:hover{
	color: #410F02;
	
}

td {
	border: 1px dotted #1E3581;
	margin: 3px;
	padding: 3px;
}

th {
	background-color: #1E3581;
	color: #fff;
	margin: 5px;
	padding: 4px;
	border-color: #fff;
}

/*
	Basis-structuur
*/
#wrap {
	position: absolute;
	width: 900px;
	left: 145px;
	border: 2px solid #48740F;
	background-color: #fff;
	margin-bottom: 25px;
}

#header {
	height: 240px;
	margin-bottom: 0px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	float: left;
	width: 635px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content-area {
	margin: 10px;
}

#content-area p.titel {
	margin-top: 0px;
	top: 0px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #1E3581;
	color: #1E3581;
}

#content-area h2 {
	clear: both;
}

#sbar {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 240px;
}

#sbar-area {
	margin: 10px;
}

#leftbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 100%;
}

#leftbar-area {
	
}

#leftbar img {
	border-color: white;
}


#footer {
	clear: both;
	height: auto;
	color: #fff;
	border-top: 2px solid #48740F;
}

#footer-area {
	
	float: right;
	padding-top: 10px;
	margin-right:20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
	Classes
*/

.center {
	text-align: center;
	margin: auto;
}

.newsitem {
	margin: 0px 20px 20px 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 2px dotted gray;
}

.box {
	text-align: center;
	width: 210px;
	height: auto;
	float: left;
	margin: 10px;
}

.box p.btitel {
	margin-top: 0px;
	top: 0px;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	color: #6FC006;
	border-bottom: 1px solid #1E3581;
}

.box a {
	color: white;
}

/*
	Icoontjes voor bestandstypen
*/

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_pdf.gif) no-repeat center right;
}

a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../icons/icon_mailto.gif) no-repeat center right;
}

a[href$='.doc'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_doc.gif) no-repeat center right;
}

/*
	Historiek
*/
.historiek
{
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.historiek th
{
	font-size: 14px;
	font-weight: normal;
	color: #313131;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}

.historiek td
{
	border-bottom: 1px solid #313131;
	color: #000;
	padding: 6px 8px;
}

.historiek tbody tr:hover td
{
	color: #414141;
}

/*
	Foto
*/
.foto
{
	float: left;
	width: 110px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}



