body
{
    margin: 10px 10px 0px 10px;
    padding: 0;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;    
}

/*
	ID's
*/

#header
{   
    height: 240px;
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menusep
{
	height: 4px;
}

#links
{
	float: left;
	clear: left;
	margin-top: 4px;
	margin-right: 6px;
    width: 17%;
    border: 2px solid #414141;
}

#links a
{
	border-style: hidden;
	color: #FFFFFF;
}

#midden
{
	float: left;
	clear: none;
	width: 62%;
    margin-top: 4px;
	margin-right: 6px;
    border: 2px solid #414141;
	padding-top: 0px;
}

#content
{
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/*
 * Classes
*/

.rechts{
    float: right;
	margin-top: 4px;
	width: 19%;
    border: 2px solid #414141;
	vertical-align: center;
	height: auto;
}

.sponsorbanner
{
	float: right;
	margin-top: 4px;
	width: 19%;
	padding-top: 15px;
	vertical-align: center;
	height: 150;
	border: none;
}

.newsitem
{
	width: 80%;
	margin-top: 15px;
	margin-right: 5%;
	margin-left: 7%;
	height: auto;
	padding: 0px 15px 15px 15px;
	border: 1px solid gray;
}

.content
{
	margin: 15px 15px 15px 15px;
}

.contenttitel
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 21px;
	background-color: #414141;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font: bold;
	font-size: 18px;
}

.center
{
	text-align: center;
}

.middensep
{
	border-bottom: 1px ridge #414141;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kolom
{
	width: 49%;
	float: left;
	margin-right: 2px;
}

.kolomsmall
{
	width: 19%;
	float: left;
	margin-right: 2px;
}

.kolomlarge
{
	width: 79%;
	float: left;
}

.fotocontainer
{
	margin-left:7%;
	margin-right:5%;
}

.foto
{
	float: left;
	width: 110px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}

.sponsorbox
{
	text-align: center;
	height: 140px;
	width: 220px;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sponsorbox a
{
	color: #fff;
}

.sponsorbox a:hover
{
	padding: 5px 5px 5px 5px;
}

.sponsortitel
{
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	height: 18px;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	background-color: #414141;
}

.box
{
	text-align: center;
	height: auto;
	width: 220px;
	margin-left: 10%;
	margin right: 10%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
	Testopmaak
*/

h1
{
    color: #414141;
    font-size: 18px;
	font-style: oblique;    
}

h2
{
	color: #414141;
	font-size: 16px;
	font-style: oblique;	
}

h3
{
	color: #414141;
	font-size: 12px;
	font-style: italic;
}

a
{
	color: gray;
}

a:hover
{
	color: #414141;
}

/*
	Opmaaak tables
*/

.historiek
{
	font-size: 12px;
	background: #fff;
	margin-right: 20%;
	margin-left: 20%
	width: 45%;
	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;
}


/*
	Icoon'tjes voor bepaalde bestandtypes
*/
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;
}

/*
	Opmaak voor het contactformulier
*/

#contact-area {
	width: 90%;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 82%;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 210px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 0px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}



