/* margin & padding op alle elementen resetten naar 0 */
* {
	margin: 0;
	padding: 0;
}

body	{
	font-family: Arial;
	font-size: 12px;
	color: #09008d;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	margin-bottom: 35px;
}
A			{color: #09008d; text-decoration: underline;}
A:hover 	{color: #09008d; text-decoration: underline;}


#header {
	margin-top: 0;
	height: 50px;
	width: 780px;
	margin: 0;
}

#menu {
	font-family: Futura, Arial;
	width: 780px;
	font-size: 13px;
	background-color: #1b64b0;
	height: 40px;
	margin: 0;
	color: white;
	padding-top: 6px;
}
#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#menu li {
	display: block;
	float: left;
	padding: 6px;
}
#menu ul li.has-children.depth-1 {
	position: relative;
	z-index: 2;

}
#menu ul li.has-children.depth-1 ul {
	position: absolute;
	top: 16px;
	left: 0;
	width: 200px;
	padding: 4px;
	margin-top: 10px;
	background-color: #327fcf;
}
#menu ul li.has-children.depth-1 ul li {
	padding-top: 0;
}
#menu ul li.has-children.depth-1 ul a:hover {
	color: #a0c7ef;
}
#menu ul li.has-children.depth-1 ul ul {
	position: static;
	width: auto;
	margin: 0 0 0 14px;
	padding: 0;
}
#menu ul li.has-children.depth-1 ul ul li {
	float: none;
	display: list-item;
	padding: 0;
}
#menu ul li.collapsed {
	height: 10px;
	overflow: hidden;
}
#menu ul li.open {
	height: auto;
	overflow: visible;
}

#contentbody {
	width: 770px;
	padding: 0;
	padding-top: 10px;
	min-height: 200px;
	position: relative;
}

#content {
	padding-left: 10px;
	position: absolute;
	margin-left: 146px;
	margin-top: 20px;
	width: 622px;
}
#contentbody h1 {
	color: #09008d;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 5px;
	overflow: normal;
}
#contentbody h2 {
	color: #09008d;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
}
#contentbody h3 {
	color: #09008d;
	font-size: 12px;
	padding-bottom: 15px;
}
#contentbody p {
	padding-bottom: 10px;
}
#contentbody ul {
	padding-left: 0;
}
#contentbody table {
	border: 1px solid black;
	padding: 2px;
}
#contentbody th {
	background-color: #FC6;
	font-weight: 600;
}
#contentbody td {
	/* background-color: #FFFFCC; */
}
#content-right h3 {
	color: #00754E;
	font-size: 20px;
	font-weight: 600;
}
#content-right {
	float: left;
	width: 145px;
	min-width: 145px;
	padding-left: 0;
	position: absolute;
}

#cookiepath {
	font-size: 10px;
	font-family: arial;
	color: #aaaaaa;
	padding-bottom: 10px;
	position: absolute;
	margin-left: 155px;
	width: 625px;
}
#cookiepath ul#language {
	position: absolute;
	right: 0;
	top: 0;
}
#cookiepath ul#language li.nl a {
	padding-left: 20px;
	background: url(http://www.brocco.nl/images/private/smallNL.jpg) no-repeat center left;
}
#cookiepath ul#language li.uk a {
	padding-left: 20px;
	background: url(http://www.brocco.nl/images/private/smallUK.jpg) no-repeat center left;
}
#cookiepath li {
	display: inline;
	padding: 0 5px 0 10px;
	background: url('../images/cookiepath-li.jpg') no-repeat 0 4px;
}
#cookiepath li a {
	color: #aaaaaa;
}
#submenu {
	font-size: 13px;
	color: #00754E;
	padding-top: 10px;
}
#submenu strong {
	color: #7D1D21;
}
ul#submenu {
	padding-left: 0;
}
#submenu li {
	padding: 8px 5px 0 10px;
	list-style-type: none;
	background: url('../images/cookiepath-li.jpg') no-repeat 0 14px;
}
#submenu li a {
	color: #09008d;
	text-decoration: underline;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: #7D1D21;
}
#copyright li {
	display: inline;
	padding: 0 15px 2px 20px;
	color: #7D1D21;
}
#copyright li a {
	font-size: 11px;
	color: #7D1D21;
	text-decoration: underline;
}
#copyright li a:hover {
	text-decoration: underline;
}

.emailformTable label, .emailformRadioButton {
	height: 15px;
	display: block;
}

.emailformRadioButton {
	margin-right: 4px;
	float: left;
	clear: left;
}

