/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	background-color: #F5F5F5;
	font-family:  Arial, Verdana, gill sans mt, Helvetica, sans-serif;
	background-image: url(backgroundlogo_bleek.gif);
	background-repeat: repeat;
}

a {
	color: #EA0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#container {
	background: #ccc url(fake_columns.gif) repeat-y 50% 0;
	width: 980px;
	min-height: 100%;
	margin: auto;
	padding: 0;
} 
div#kop {
	background-color: #af2232;
	width: 100%;
	height: 124px;
	position: relative;
}
div#kop img {
	margin: 7px;
	position: absolute;
	left: 0;
}

div#kop div#hoofd {
	height: 124px;
	position: absolute;
	top: 80px;
	left: 125px;;
	font-family: Arial, Verdana, gill sans mt, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: White;
}


/* Voor menu CSS zie menu.css */

div#titel {
	width: 630px;
	height: 135px;
	background-color: #eaeaea;
	float: left;
	text-transform: uppercase;
}
div#titel h1 {
	font-size: 2em;
	margin: 47px auto auto 15px;
}
div#foto {
	width: 350px;
	height: 135px;
	float: right;
}
div#content {
	width: 600px;
	float: left;
	background-color: White;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: .7em;
}

div#content h1 {
	font-size: 1.6em;
}

div#content h2 {
	font-size: 1.2em;
	margin: 5px auto 10px auto; 
}

div#content h3 {
	font-size: 1.1em;
	margin: 4px auto 6px auto; 
}

div#content h4 {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px; 
}


div#sidebar {
	width: 330px;
	float: right;
	background-color: #eaeaea;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;	
	padding-left: 10px;
	font-size: .6em;

}

div#sidebar h1 {
	font-size: 1.1em;
}

div#sidebar h2 {
	font-size: 1.0em;
}


div#footer {
	clear: both;
	background-color: #af2232;
	color: white;
	text-align: center;
	font-size: .6em;
	padding: 4px;
}

.btn_add {
	font-size: 10px;
}

/* Rabo iDeal pagina opmaak */

td.ncoltxtl {
background-color: #ffffff; 
color: #333399;
text-align: right;
font-weight: bold;
}

input.ncol {
background-color: #af2232;
color: white;
}

td.ncolh1{
background-color: #ffffff; 
color: black;
font-face: arial;
}
 
