body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Geneva,sans-serif;
	font-size: 11px;
	background-image: url(/images/bg.jpg);
	height: 100%;
	width: 100%;
	line-height: 1.7;
}
form {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding:0;
}
h1 {
	color: #80084C;
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #80084C;
	font-weight: bold;
}
strong, b {
	color: #80084C;
}
a img {
	border: 0;
}
a {
	color: #ED89B3;
	text-decoration: underline;
}
#container {
	background-color: #FFF;
	margin: 0 auto 0 auto;
	width: 958px;
	height: 100%;
}
#header {
	background-color: #FFF;
	width: 958px;
	float: left;

}
#header-logo {
	float:left;
}
#logo {
	position: relative;
	width: 171px;
	height: 65px;
	float: left;
	left:30px;
	top:40px;
}
#header-image {
	width: 722px;
	height: 186px;
	background-repeat: no-repeat;
	float: right;
}
	.header-image-01 {
		background-image: url(/images/headers/01.jpg);
	}
	.header-image-02 {
		background-image: url(/images/headers/02.jpg);
	}
	.header-image-03 {
		background-image: url(/images/headers/03.jpg);
	}
	#header-search {
		position: relative;
		width: 230px;
		height: 20px;
		overflow: hidden;
		left: 480px;
		top:155px;
	}
	.search-form * {
		float: left;
	}
	.search-form .input-text {
		color: #9D9C9F;
		height: 20px;
		border: 0;
		width:190px;
		background-image: url(/images/input_text_center.jpg);
		background-repeat: repeat-x;
	}
	.search-form .input-submit {
		float: right;
	}
#breadcrumb {
	float: left;
	height: 45px;
	color: #CFCCCE;
	width: 958px;
}
	#breadcrumb div {
		margin-left: 190px;
	}
	#breadcrumb hr {
		height: 1px;
		border: 0;
		background-color: #CFCCCE;
		color: #CFCCCE;
		margin-left:60px;
		margin-right:10px;
	}
	#breadcrumb span {
		color: #ED89B3;
	}
	#breadcrumb a {
		text-decoration: none;
		color: #CFCCCE;
	}
#body {
	background-color: #FFF;
	width: 958px;
	float: left;
	color: #9D9C9F;
}
	#body #left {
		width: 225px;
		float: left;
		margin: 0 12px 0 12px;
	}

	#body #left .eview-block {
		background-image: url(/images/block_bg.jpg);
		background-repeat: repeat-x;
		width: 140px;
		float: right;

		min-height:80px;
		height:auto !important; /* voor moderne Browser */
		height:80px; /*voor IE6 */
	}
	#body #left .block-title {
		width: 140px;
		float: right;
	}

	#body #center {
		width: 460px;
		float: left;
		margin-right:12px;
	}

	#body #right {
		width: 225px;
		float: left;
	}

	#body #center .eview-block,#body #right .eview-block {
		background-image: url(/images/block_bg.jpg);
		background-repeat: repeat-x;

		min-height:80px;
		height:auto !important; /* voor moderne Browser */
		height:80px; /*voor IE6 */
	}

	#body img {
		margin: 5px;
	}

#footer {
	float: left;
	width: 958px;
	background-color: #FFF;
	padding-bottom: 20px;
	height:60px;
}
	#footer_container {
		background-image: url(/images/block_bg_rev.jpg);
		background-repeat: repeat-x;
		height:60px;
		margin: 0 12px 0 250px;
	}

/* MAIN NAVIGATION */
ul#main_navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 26px;
	line-height: 26px;
	position: relative;
	top:76px;
	margin-left: 20px;
}
ul#main_navigation li {
	float: left;
	position: relative;
	left: 0;
	background-image: url(/images/main_nav_separator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#main_navigation li.no-bg {
	background: none;
}
ul#main_navigation li a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 13px;
}
ul#main_navigation li ul li {
	padding: 0 13px 0 13px;
}
ul#main_navigation li ul li a {
	padding: 0;
}

ul#main_navigation li a:hover {
	color: #80084C;
}

ul#main_navigation ul {
	display: none;
}
ul#main_navigation ul, ul#main_navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#main_navigation ul {
	background-color: #9D9C9F;
	/*width: 140px;*/
	position: absolute;
	top: 26px;
	left: 0;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}
ul#main_navigation ul li {
	float: left;
	background-image: none;
	width: 140px;
	line-height: 20px;
}
ul#main_navigation ul li a {
	font-size: 11px;
	font-weight: normal;
}


/*BLOCK CORNERS*/
.corner_tl, .corner_tr, .corner_bl, .corner_br {
	height: 5px;
	width: 5px;
	font-size: 0;
}
.corner_tl {
	float:left;
	background-image: url(/images/block_corner_tl.gif);
}
.corner_tr {
	float:right;
	background-image: url(/images/block_corner_tr.gif);
}
.corner_bl {
	float:left;
	background-image: url(/images/block_corner_bl.gif);
}
.corner_br {
	float:right;
	background-image: url(/images/block_corner_br.gif);
}

/* BUTTON */
a.button {
	line-height: 19px;
	text-decoration: none;
	background-color: #EF88B5;
	position:relative;
	margin-right: 20px;
}
a.button span.left {
	background-image: url(/images/btn_text_left.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	position: absolute;
	left: 0;
}
a.button span.center {
	background-image: url(/images/btn_text_center.jpg);
	background-color: #EF88B5;
	color: #FFF;
	height: 20px;
	font-size: 13px;
	padding: 0 10px;
	font-weight: bold;
}
a.button span.right {
	background-image: url(/images/btn_text_right.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	position: absolute;
	right: 0;
}

/* MENU SITEMAP */
ul.menu-sitemap {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight: bold;
	list-style-type: none;
}
ul.menu-sitemap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.menu-sitemap li {
	width: 120px;
	word-wrap: break-word;
	/*-ms-word-wrap: break-word;*/
}
ul.menu-sitemap li a{
	color: #80084C;
	text-decoration: none;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
ul.menu-sitemap li ul li a{
	color: #ED89B3;
}
ul.menu-sitemap li ul li a:hover{
	color: #80084C;
}

/* SITEMAP */
ul.sitemap {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.sitemap ul {
	list-style-type: square;
	padding-left:15px;
	margin: 0;
}

/* LISTS */
ul.item-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* PAGINATION */
div.pagination-control div {
	float: left;
}
div.pagination-control a {
	margin: 0 3px;
}
/* FOOTER NAVIGATION */
ul#footer_navigation {
	list-style-type: none;
	color: #9D9C9F;
	height: 55px;
	line-height: 25px;
	margin: 8px 12px 0 12px;
	padding: 0;

	border-top: 2px solid #9D9C9F;
}
ul#footer_navigation li {
	float: left;
	background-image: url(/images/footer_nav_separator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#footer_navigation ul, ul#footer_navigation li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
ul#footer_navigation a {
	padding: 0 5px;
	color: #ED89B3;
	text-decoration: none;
}
ul#footer_navigation span {
	padding: 0 5px;
}

/**
 * [block.achtergrondkleur] Roze
 */
div.eview-block.block-bg-pink, .block-bg-pink {
	background-image: url(/images/block_bg_pink.jpg) !important;
}


/* OVERIGE */

.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-bg {
	background: none !important;
}
.no-decoration {
	text-decoration: none !important;
	list-style-type: none !important;
}
/**
 * [block.titelruimte] Titelruimte
 */
div.eview-block.title-space, .title-space {
	margin-top: 30px;
}
.block-title {
	/*margin-bottom: 10px;*/
	padding-left: 15px;
}
.intro {
	font-weight: bold;
}
.eview-block-content {
	padding: 13px;
}
::-moz-selection {
	background:#EE89B3;
	color:#fff;
}
::selection {
	background:#EE89B3;
	color:#fff;
}