html
{
min-height:100%;
}
body
{

font-family:calibri,arial;
background-color:#262626;
padding:0px;
margin:0px;
min-height:100%;
background-image:url(/image/bg.png);
background-repeat:repeat-x;
background-position:top;
}
.mainHolder
{
	width:940px;
	margin:auto;
}
/*p, h1,h2,h3,h4,h5
{margin:0px;}
*/
.bg
{
width:100%;
padding-top:100px;
min-height:500px;
background-image:url(/image/bg2.png);
background-repeat:no-repeat;
background-position:top;
}
.top
{
float:left;
margin:auto;
padding-left:26px;
padding-right:26px;
padding-top:26px;
background-image:url(/image/top.png);
background-repeat:no-repeat;
width:888px;
height:258px;
}
.middle
{
float:left;
margin:auto;
padding-left:26px;
padding-right:26px;
background-image:url(/image/middle.png);
background-repeat:repeat-y;
width:888px;
min-height:500px;
}
.bottom
{
float:left;
margin:auto;
background-image:url(/image/bottom.png);
background-repeat:no-repeat;
width:940px;
height:58px;
}
#header
{
	background-image:url(/image/defaultheader.jpg);
	width:888px;
	height:55px;
	padding-top:202px;
	
}
.menu
{
text-align:right;
padding-top:15px;
background-image:url(/image/menubg.png);
width:888px;
height:41px;


}
.dynamicContent
{
padding-top:20px;

width:680px;
float:right;
padding:10px;
padding-left:30px;

color:#FFFFFF;
}
.knopjes
{
	padding-top:20px;
	float:left;
	width:165px;
	min-height:413px;

	background-repeat:no-repeat;
}
a
{
text-decoration:none;
color:#999900;
}
a:hover
{text-decoration:underline}
a.menuItem
	{
	text-decoration: none;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	text-align:left;
	background-image:url(/image/spacer.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	display:block;
	height:28px;
	
	}
a.menuItem:hover, a.menuItemActive
	{
	text-decoration:none;
color:#999900;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	text-align:left;
	background-image:url(/image/spacer.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	display:block;
	height:28px;
	
	}	
.menuItemSpacer
	{
	}




#uploadBg
{

padding:10px;
overflow:scroll;
background-image:url(/modules/headerUpload/image/imageLargeBg.png);
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
}
#uploadWindow
{
display:block;
width:411px;
height:212px;

}
.uploadWindow
{
margin:auto;
margin-top:50px;
padding-left:9px;
padding-top:7px;
width:436px;
height:240px;
background-image:url(/modules/headerUpload/image/window.png);
}
.copyright
{
margin:auto;
margin:10px;

font-size:10pt;
text-align:center;
width:900px;
height:15px;
color:#666666;
font-size:11pt;
}
.copyright a
{
color:#666666;
font-size:11pt;
text-decoration:none;
}
.copyright a:hover
{
text-decoration:underline;
}
.contactform input, contactform textarea
{
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#0d0d0d;
	}