#main 
{	
	width:1000px; 
	margin:0 auto; 
	position:relative; 
	border: #666 solid 1px;	
	top: -11px;
	background-color: #EDEADB;
	box-shadow: #422 0px 0px 4px; 
}

#header 
{	
	height:184px; 	
	/*border-bottom: #AE0316 solid 1px;	*/
}

#header-left
{
	background: url(../../images/kersenl.png) no-repeat left top;
	height: 185px;
	width: 165px;
	background-color: #EDEADB;
	float: left;
}

#header-middle
{
	background: url(../../images/logo2.png) no-repeat left top;
	height: 185px;
	width: 670px;
	background-color: #EDEADB;
	float: left;
}

#header-right
{
	background: url(../../images/kersenr.png) no-repeat left top;
	height: 185px;
	width: 165px;
	background-color: #EDEADB;
	float: right;
}

#footer 
{
	height:90px; 
	text-align: center;
	background-color: #fff; 
}
/* Stylesheet: KersenLayout Modified On 2015-12-07 15:44:34 */
* { margin:0; padding:0;}
body, html 
{ 
	background:#AE0316; 
	font-family: Arial; 
	font-size:100%; 
	color:#656565; 
	min-width:1000px; 
	min-heigth:600px;	
}

body
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.wrapper 
{	
	width:100%; 
	overflow:hidden;
	background-color: #EDEADB;
	color: color:#656565;;
}

.leftmenu  { color:#656565; }
.leftmenu  li { float:left;  }
.leftmenu  li a { text-decoration:none; display:block; padding:13px 28px 2px 28px;}
.leftmenu  li a:hover { text-decoration:underline;}
.leftmenu  li.last { background:none;}

a 
{ 
  color: #414141; outline:none;
}
a:hover
{
  text-decoration:none;
}

#tablink
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	padding: 5px 5px 5px 20px; 
	color: #AE0316; 
	font-size: 23px; 
	font-family: Arial, sans-serif;
}
#content 
{ 
	padding:30px 30px 30px 30px;
	background-color: #EDEADB;
	font-size: 100%;
	float: left;
	width: 580px;
}

#content ul
{
	padding-left: 40px;
}

#navigatie
{
	background-color: #EDEADB;
	float: left;
	width: 180px;
	
	height: 500px;
	padding-top: 30px;
}

#navigatie img
{
	padding: 10px;
}

#kolom
{
	background-color: #EDEADB;
	float: left;
	width: 155px;
	
	font-size: 13px;
	padding-right: 25px;
	padding-top: 50px;
}

#footer 
{ 
	background-color: #EDEADB; 
	color:#656565; 
	vertical-align : bottom; 
	font-size: 12px;
}

#fbh
{
    	position: relative; 
	padding: 25px;
}


input[type="text"], textarea, select, input[type="number"] {
	padding: 2px;
	border: 1px solid #D3D3D3;
	border-radius: 2px;
	background-color: #F9F9F9;
	box-shadow: 1px 1px 2px #C1C1C1;
}
input[type="submit"], button[type="button"] {
	border: 1px solid #D3D3D3;
	border-radius: 2px;
	background-color: #F9F9F9;
	box-shadow: 1px 1px 2px #D3D3D3;	
	padding: 2px;
	
}

input[type="submit"]:hover, button[type="button"]:hover {
	background-color: #F7F7F7;
	box-shadow: 0px 0px 2px #D3D3D3;	
	cursor: pointer;
	
}




/* Stylesheet: KersenStyle Modified On 2016-05-07 15:13:08 */
