BODY
{
    width:550px;
    margin:0px;
    padding:0px;
}

.logo,
.HoofdMenu,
.secundairy_menu,
.topnavigation,
.left,
.crumpath_container,
.shadow,
.FooterMenu,
#thumbNav,
#start-stop,
.tooltip,
.footer,
.anythingSlider img,
.anythingSlider .cloned,
.anythingSlider .titleshade,
.anythingSlider .arrow
{
    display:none;
}

#content_container
{
    display:block;
    width:100%;
    height:100px;
    top:0px;
    left:0px;
}
.anythingSlider ul,
.anythingSlider li {
	list-style:none;
}



/* ---- -- [ CONTENT DEFAULT STYLES ] -- ---- */
	/* default font-settings of content-blocks */
	.cb3contentblock, 
	.cb3contentblock p, 
	.cb3contentblock a:link, 
	.cb3contentblock a:hover, 
	.cb3contentblock a:active, 
	.cb3contentblock a:visited, 
	.cb3contentblock div, 
	.cb3contentblock span, 
	.cb3contentblock strong, 
	.cb3contentblock em, 
	.cb3contentblock b, 
	.cb3contentblock i, 
	.cb3contentblock u, 
	.cb3contentblock ul, 
	.cb3contentblock ol, 
	.cb3contentblock li, 
	.cb3contentblock font, 
	.cb3contentblock input, 
	.cb3contentblock textarea
	{
		font-size: 12px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		line-height: 19px;
	}
	
	.cb3contentblock p
	{
	    margin-bottom:19px;
	}
	
	strong, em
	{
		font-size: auto;
	}
	
	/* default font- and color-settings of links within content-blocks */
	.cb3contentblock a:link,
	.cb3contentblock a:hover, 
	.cb3contentblock a:active,
	.cb3contentblock a:visited
	{
		color: #62c4e2;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.cb3contentblock a:hover
	{
		color: #f07116;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.cb3contentblock .anchor
	{
		/* 
			Disable .achor image for frontend (removes unwanted margin/padding 
			This element is re-enabled in backend... Do not remove!
		*/
		display: none;
	}
	
/* ---- -- [ CLASSES RE-DEFINED FROM STYLE.CSS ] -- ---- */
	
.Heading5, .cb3contentblock .Heading5
{
	font-size: 11px;
	line-height: 18px;
}

.Heading4, .cb3contentblock .Heading4
{
	font-size: 12px;
	line-height: 18px;
}

.Heading3, .cb3contentblock .Heading3
{
	font-size: 13px;
	line-height: 19px;
}

.Heading2, .cb3contentblock .Heading2
{
	font-size: 13px;
	line-height: 20px;
}

.Heading1, .cb3contentblock .Heading1
{
	font-size: 15px;
	line-height: 21px;
}

 .cb3contentblock .Title
{
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#f07116;
}	
	

/* ---- -- [ ELEMENT RESETS ] -- ---- */

	/* re-define UL element because these are overruled by the backend somewhere */
	ul
	{
		line-height: 19px;
		margin: 8px 3px 8px 15px;
		list-style: disc;
		list-style-type: disc;
	}
	
	ul li
	{
		line-height: 19px;
		margin: 0px 3px 0px 15px;
	}
	
	ul li ul /* level 2 of UL */
	{
		list-style: circle;
		list-style-type: circle;
	}

	
	/* re-define OL element because these are overruled by the backend somewhere */
	
	ol
	{
		line-height: 19px;
		margin: 8px 3px 8px 15px;
		list-style: decimal;
		list-style-type: decimal;
	}
	
	ol li
	{
		line-height: 19px;
		margin: 0px 3px 0px 15px;
	}
	
	ol li ol /* level 2 of UL */
	{
		list-style: lower-alpha;
		list-style-type: lower-alpha;
	}
