body
{
	background-color: #fbf5df;
	font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif;
    font-size: 10pt;
    margin:0;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#header
{
	width: 100%;
	min-width: 1024px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*min-height: 220px;*/
	background-image: url('images/headerbg2.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#respHeader
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}
/*		Menu		*/
#menuBalk
{
	width: 1024px;
	min-height: 130px;
	margin-top: 8.5%;
	background-image: url('images/menuBalk.png');
	background-repeat: no-repeat;
	float: left;
}
#menuBalk img
{
	margin-top: 10px;
	margin-left: 6.5%;
	float: left;
}
#menu ul
{
	list-style: none;
	text-decoration: none;
	margin: 0;
}
#menu li 
{
    display: inline-block;
    height: 51px;
    margin-top: 1%;
    margin-left: 8%;
}
#menu img
{
	color:#ffffff;
	border-radius:6px;
	text-decoration:none;
	padding:8px;
}
#menu #firstMenuBorder
{
	margin-left: 10%;
}
#menu a
{
    text-decoration: none;
}
.borderBottom
{
	border-bottom: 1px solid #bcbcbc;
}
.background
{
	background-color: #080808;
}
/*#menu img:hover
{
	background-color: #080808;
}*/
/*		Content		*/
#content
{
	margin-top: 5px;
	width: 100%;
	min-width: 1024px;
	min-height: 550px;
	float: left;
	background-color: #fbf5df;
	background-image: url('images/muzieknoot2.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#respContent
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}
#subMenu
{
	width: 250px;
	height: 540px;
	float: left;
}
#subMenu ul
{
	list-style: none;
	padding-top: 2%;
	padding-left: 26%;
}
#subMenu li
{
	margin-top: 10px;
}
#subMenu a
{
	text-decoration: none;
}
#innerContent
{
	width: 739px;
	height: 518px;
	background-image: url('images/muzieknoot.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	padding-top: 15px;
	padding-right: 35px;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: scroll;
}
#innerContent h2
{
	color: #3e3c3c;
	font-size: 12pt;
}
#innerContent h3
{
	color: #3e3c3c;
	font-size: 10pt;
}
#innerContent a
{
	text-decoration: underline;
	font-weight: bold;
	color: #888888;
}
#innerContent table
{
	color: #888888;
}
#innerContent ul li
{
	color: #888888;
}
.text
{
	color: #888888;
	font-size: 10pt;
}
.nieuwsbriefTitle
{
	margin-top: 5px;
	font-size: 12pt;
	font-weight: bolder;
	list-style: none;
}
.nieuwsbriefTable td
{
	vertical-align: top;
}
/*		Footer		*/
#footer
{
	width: 100%;
	min-width: 1024px;
	margin-top: 5px;
	/*min-height: 250px;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-image: url('images/footerbg.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	color: #bcbcbc;
}
#footer a 
{
	color: #bcbcbc;
}
#footerContent
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}
#innerFooter
{
	float: left;
	padding-left: 6%;
}
#contactGegevens
{
	width: 440px;
	float: left;
}
#contactGegevens hr
{
	width: 435px;
	margin-top: -6px;
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #bcbcbc;
}
#ontvangNieuwsbrief
{
	width: 440px;
	margin-left: 20px;
	float: left;
}
#ontvangNieuwsbrief hr
{
	width: 435px;
	margin-top: -6px;
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #bcbcbc;
}
.sendButton
{
	width: 84px;
	height: 30px;
	background: transparent url('images/verzendbutton.png') no-repeat 0 0;
	border: none;
}
input[type=submit]:hover 
{
	cursor: pointer;
    opacity:.4;
}
.extraTable
{
	margin-top: 5px;
}
#footerWJ
{
	width: 680px;
	min-height: 70px;
	padding-right: 40px;
	margin-left: 16%;
	float: left;
}
#footertext
{
	margin-top: 25px;
	border-top: 1px solid #bcbcbc;
	text-align: center;
	color: #bcbcbc;
}