@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
div.floatclear {
	position:relative;
	height:10px;
	width:auto;
	clear:both;
}
div.container {
	position:relative;
	width:1160px; /* minus 40px padding, visueel: 1200px */
	height:auto;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #000000;
	padding:20px;
}
div.box-back {
	position:relative;
	width:1160px; /* minus 40px padding, visueel: 1200px */
	height:auto;
	background-image:url(images/BOX-back.gif);
	background-repeat:repeat-y;
}
div.box-back-end {
	position:relative;
	width:1160px; /* minus 40px padding, visueel: 1200px */
	height:10px;
	background-image:url(images/BOX-back-end.gif);
	background-repeat:no-repeat;
}
div.box-begin {
	position:relative;
	width:auto; /* minus 40px padding, visueel: 1200px */
	height:10px;
	background-image:url(images/BOX-begin.gif);
	background-repeat:no-repeat;
}
div.left {
	position:relative;
	width:810px;
	height:auto;
	float:left;
}
div.right {
	position:relative;
	width:330px;
	height:auto;
	float:right;
}
div.nieuws-header {
	position:relative;
	width:auto;
	height:30px;
	background-image:url(images/nieuws-header.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
div.nieuws-items {
	position:relative;
	width:auto;
	height:auto;
}
div.nieuws-button {
	position:relative;
	width:auto;
	height:auto;
}
div.merkenbureau-header {
	position:relative;
	width:auto;
	height:195px;
	background-color:#FFFFFF;
}
div.menu-box {
	position:relative;
	width:200px;
	height:auto;
	float:left;
}
div.menu-item {
	position:relative;
	width:auto;
	height:30px;
	padding-left:20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#336699;
	line-height:30px;
}
div.menu-item:hover {
	color:#cc6666;
	cursor:pointer;
}
div.submenu-item {
	position:relative;
	width:auto;
	height:30px;
	padding-left:30px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#336699;
	line-height:30px;
	background-image:url(images/sub-bullet.png);
	background-repeat:no-repeat;
}
div.submenu-item:hover {
	color:#cc6666;
	cursor:pointer;
}
div.droplist1-item {
	position:relative;
	width:auto;
	height:30px;
	padding-left:40px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#336699;
	line-height:30px;
	background-image:url(images/drop1-bullet.png);
	background-repeat:no-repeat;
}
div.droplist1-item:hover {
	color:#cc6666;
	cursor:pointer;
}
div.droplist2-item {
	position:relative;
	width:auto;
	height:30px;
	padding-left:40px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#336699;
	line-height:30px;
}
div.droplist2-item:hover {
	color:#cc6666;
	cursor:pointer;
}
div.content-box {
	position:relative;
	width:590px;
	height:auto;
	float:right;
}
div.content {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.content a {
	text-decoration:none;
	color:#336699;
}
div.content p, div.content li, div.content lu, {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
}
div.content h1 {
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccccff;
}
div.edit-headers {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
body.mceContentBody {
	padding:10px;
	overflow-x:hidden;
}
body.mceContentBody h1 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccccff;
}
body.mceContentBody p, body.mceContentBody lu, body.mceContentBody li, body.mceContentBody td {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
}
/* Popup */
#opacity_callme {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	background: #000000;
	display: none;
	z-index: 20;
}
*html #opacity_callme {
	position: absolute;
}
#popup_callme {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 21;
}
*html #popup_callme
{
	position: absolute;
}
#popup-venster {
	position: relative;
	margin: 0 auto;
	margin-top: 150px;
	width: 450px;
	height: auto;
	background-color:#FFFFFF;
	border:solid;
	border-color:#000000;
	border-width:1px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
	line-height:20px;
	vertical-align:top;
}
div.admin_header {
	position:relative;
	height:30px;
	width:1200px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FF0000;
}
div.admin_header_left {
	float:left;
	padding-left:20px;
	height:30px;
	line-height:25px;
}
div.admin_header_right {
	float:right;
	padding-right:20px;
	width:85px;
	height:30px;
	background-color:#66CC00;
	line-height:25px;
	text-align:right;
	font-weight:bold;
}
div.admin_header_right:hover {
	cursor:pointer;
	background-color:#339900;
}
div.news-frontpage-item-holder {
	position:relative;
	margin-left:20px;
	margin-right:20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
}
div.news-frontpage-item-holder h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
}
li.li-sitemap-main {
}
li.li-sitemap-sub {
}
li.ul-sitemap-drop1 {
}
li.li-sitemap-drop2 {
}
