﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html
{
	overflow-y: scroll;
}
body{
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-position: center;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
h1
{
    color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight: bold;
}
li {margin-left: 15px;}

a:link {color:#666666; text-decoration: none;}
a:visited {color:#666666; text-decoration: none;}
a:active {color:#E52F2C; text-decoration: none;}
a:hover {color:#E52F2C; text-decoration: none;}

#header
{
    background-image: url(../images/kader.jpg);
	background-repeat: no-repeat;
	width: 1020px;
	height: 195px;
	padding-top: 4px;
	padding-left: 5px;
}
#headerimage
{
	width: 1015px;
	height: 190px;
	overflow: hidden;
}
#HomeImg {width: 1015px; height: 190px; }

.headerimageoverlay
{          
    z-index:100;
    position: absolute;
}

#sitemap a span{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.mailform tr{
	vertical-align:top;
	height:20px;
}

.FormInput
{
     background-color: #FFFFFF;
     border: solid 1px #000000;
}
.FormInputActive
{    
     background-color: #cccccc;
     border: solid 1px #000000;
}
.floatright{
	float:right;
}

.floatleft{
	float:left;
}

.clearboth {
	clear:both;
}

.hiddenTB
{
	visibility:hidden;
}


/* START MENU */

#menucontainer
{
    margin-left: 5px;
    width: 1021px;
}

#menu
{
    height: 36px;
    background-color: #666666;
	float:left;
	width: 709px;
}

#menu a
{
    height: 33px;
	text-decoration:none;
	color:#CCCCCC;	
	float: left;
}

#menu a.firstbutton
{
    padding-left: 0px;
}

#menu a:hover
{
    background-position: 0px -33px;
}


#menu a.menuselected{
    background-position: 0px -33px;

}

#menubutton2
{
    width: 72px;
}

#menubutton3
{
    width: 155px;
   	margin-left: 25px;
}

#menubutton4
{
    width: 186px;
   	margin-left: 25px;
}

#menubutton5
{
    width: 99px;
   	margin-left: 25px;
}

#menubutton6
{
    width: 81px;
  	margin-left: 25px;
}

/* END MENU */
/* Footer SEO */
#seomenu ul
{
    padding: 0;
    margin: 0;
}
#seomenu li
{
    float: left;
	margin: 0 0 0 30px;	
    list-style-type: none;
}

/* added items */

#leftimage
{
    padding-left: 5px;
}

#middlepage
{
    background-image: url(../images/bgimage.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 530px;
    _height: auto !important;
    height: auto !important;
    height: 530px;

}

#imagelinks
{
    width: 90px;
    text-align: center;
    background-color: #FFFFFF;
    bottom: 0px;
}

#content
{
    padding: 15px;
    width: 570px;
    min-height: 530px;
    background-color: #FFFFFF;
}

#footer
{
    height: 44px;
    width: 1024px;
    background-image: url(../images/footer.jpg);
    background-repeat: repeat-x;
}
#SEO
{
    width: 600px;
    padding-top: 25px;
}
#allerechten
{
    padding-top: 25px;
}
#adresinfo {margin-left: 35px;}
/* end added items */

/* IMAGES */
.imagePanel div.item
{
	border: solid 1px #666666;
	background-color: White;
	/*padding: 4px;
	margin-bottom:13px;
	width:97px;
	margin: 11px 11px 0px 0px;*/
	float:left;
}
.imagePanel div.item:hover
{    
	border: solid 1px #E52F2C;
}
/*.imagePanel div.inner
{
	height:97px;
	width:97px;
	background-color: White;
	overflow:hidden;
	position:relative;
}*/

.imagePanel div.inner img
{
    border: none !important;
}

.imagePanel div.inner img.top{top:0px;}
.imagePanel div.inner img.bottom{bottom:0px;}
