::-moz-selection {
	color:#fff;
	text-shadow: none;
	background: #0e89bc;
}
::selection {
	color:#fff;
	text-shadow: none;
	background: #0e89bc;
}

html, body {
	margin:0px;
	padding:0px;
}

body { 
	color: #505050;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color: #ebe7de;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #909090;	
}

h1 { margin-bottom: 20px; font-size: 30px; color: #404040; }
h2 { margin-bottom: 5px; font-size: 20px; color: #606060; }
h3 { font-weight: bold; font-size: 15px; color: #9a9892; }
h4 { font-size:15px; }
h5 { font-size:13px; }
h1 a, h2 a { text-decoration: none; }

p {
	margin: 5px 0 20px 0;
}

ul, ol {
	margin: 0 0 25px;
	padding: 0 0 0 14px;
}

img {
	border: none;
	line-height: 0;
}

hr {
	margin: 40px 0;
	height: 1px;
	color: #e5e5e5;
	border: none;
	background-color: #e5e5e5;
}

sup {
	font-size: 7px;
	line-height: normal;
}

a {
	color: #0e76bc;
	text-decoration: underline;
	outline:none;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity:0.7;
}
table {
	margin: 0 0 25px;
	width: 100%;
	border-spacing: 0;
}
td, th {
	padding: 2px 0;
	text-align: left;
}

/* Forms */
fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
label {
	padding-top: 4px;
	width: 120px;
	display: block;
	float: left;
}
label sup {
	width: 4px;
	height: 4px;
	text-indent: -1234em;
	line-height: 2px;
	background: url(/images/required.gif) no-repeat 0 0;
	display: inline-block;
}
input[type=text], input[type=password], select, textarea {
	margin: 0;
	padding: 6px 5px;
	width: 200px;
	color: #909090;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	background: #fff;
	outline: none;
}
select {
	padding: 5px 5px 5px 2px;
	width: 212px;
}
textarea {
	height: 150px;
	width: auto;
	overflow: auto;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover {
	border-color: #c0c0c0;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	color: #606060;
	border-color: #94cff1;
}
input[type=text].error, input[type=password].error, textarea.error, select.error {
	border-color: #f2d5d5;
	background-color: #fcf7f7;
}
input[type=checkbox], input[type=radio] {
	margin: 7px 5px 0 0;
	float: left;
}
input[disabled=disabled], select[disabled=disabled], textarea[disabled=disabled] {
	color: #b0b0b0;
	border-color: #eee;
	background-color: #fafafa;
}
input[disabled=disabled]:hover, select[disabled=disabled]:hover, textarea[disabled=disabled]:hover {
	border-color: #eee;
}
input[type=submit] {
	border: none;	
}
.formrow {
	padding-bottom: 5px;
}
.formrow .button {
	margin-left: 120px;
}
.formexplanation {
	margin: 0 0 10px 120px;
	font-size: 9px;
	color: #999;
	line-height: 14px;
}


/*html, body, ul, li{margin:0px;padding:0px;}
body{
	background-color:#ebe7de;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 18px;
	color:#707070;
}
div{display:block;}
a{text-decoration:none; color:#808080;}
ul{list-style:none;}
table{font-size:11px;}

h2{color:#9A9892; font-size:15px; font-family:Arial, Helvetica, sans-serif;}*/

/* Wrapper */
#wrapper {
	margin: 0 auto;
	width:960px;
	background-color: #fff;
}

/* Header */
#header{
	padding: 20px 40px 0;
	height: 90px;
}
#header .header-extra {
	float:right;
}

/* Content */
#content {
	padding: 40px 40px;
	position: relative;
}
#content .content-arrow {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 16px solid #ebe7de;
}

#left {
	width: 590px;
	float: left;	
}
#right {
	margin-left: 40px;	
	width: 250px;
	float: left;
}
#right .block {
	margin-bottom: 30px;
}
#right .block h3 {
	margin-bottom: 5px;
}

/* Footer */
#footer {
	position: relative;
	margin-top: 60px;
	padding-top: 40px;
}
#footer .footer-banner {
	padding: 40px;
	text-align: center;
	border-bottom: 1px solid #2f2f2f;
	background-color: #333;
}
#footer .footer-bottom {
	padding: 16px 40px 10px;
	height: 26px;
	font-size: 10px;
	color: #606060;
	border-top: 1px solid #3f3f3f;
	background-color: #333;
}
#footer .footer-bottom .vmlogo {
    margin-top: -8px;
	display: block;
    float: right;
}
#footer .gototop {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	padding-top: 12px;
	width: 100px;
	font-size: 10px;
	color: #909090;
	text-align: center;
	text-decoration: none;
	background: url('/images/arrow_footer.png') no-repeat 0 0;
	display: block;
}
#footer .gototop:hover {
	color: #0e76bc;
	background-position: -100px 0;
}

/* Logo */
#logo {
	width: 202px;
	height: 60px;
	text-indent: -1234em;
	background: url('/images/logo.png') no-repeat 0 0;
	float: left;
	display: block;
}

/* Menu */
#menu {
	position: relative;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#menu .hmenu {
	padding: 20px 40px 0;
	height: 50px;
}
#menu .hmenu li {
	position: relative;
	margin-left: 6px;
}
#menu .hmenu li:first-child {
	margin-left: 0;
}
#menu .hmenu a {
	margin: 0;
	padding: 6px 10px 0;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
}
#menu .hmenu a.active{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#menu .hmenu .arrow-down {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#menu .smenu {
	padding: 10px 40px;
	border-bottom: 1px solid #e5e5e5;
}
#menu .smenu li {
	margin-left: 15px;
}
#menu .smenu li:first-child {
	margin-left: 0;
}
#menu .smenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}

/* Login */
#loginstatus {
	position: absolute;
	top: 0;
	right: -10px;
	padding: 20px 0 0 20px;
	width: 140px;
	height: 50px;
}
#loginstatus img {
	margin-right: 8px;
	border: 3px solid rgba(255,255,255,0.2);
	float: left;
}
#loginstatus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
}
#loginstatus a:hover {
	text-decoration: underline;
}
#loginstatus a.login {
	margin-top: 3px;
	display: block;
}
#loginstatus a.logout {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 10px;
	opacity: 0.4;
}
#loginstatus .loginstatus-ribbon {
	position: absolute;
	top: -10px;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: none;
    border-top: 10px solid transparent;
	border-left: 10px solid #004874;
}
.loginstatus-info a{
	font-size:14px;
}
/* Search */
#search {
	position: relative;
	margin: 15px 40px 0 0;
	float: left;
}
#search input[type=text] {
	padding: 10px;
	width: 242px;
	color: #ccc;
	border-color: #e5e5e5;
	border-top-color: #d5d5d5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
}
#search input[type=text]:focus {
	color: #808080;
}
#search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 38px;
	height: 37px;
	text-indent: -1234em;
	border: none;
	background: url('/images/search.png') no-repeat center 0;
	cursor: pointer;
}
#search:hover input[type=text], #search input[type=text]:focus {
	border-color: #d5d5d5;
	border-top-color: #b5b5b5;
}
#search:hover input[type=submit] {
	background-position: center -40px;
}
#search .gsc-clear-button {
	display:none;
}

/* Weather */
#weather {
	margin-top: 17px;
	padding: 5px 0 0 40px;
	width: 240px;
	height: 30px;
	font-size: 10px;
	color: #a0a0a0;
	line-height: 12px;
	border-left: 1px solid #e5e5e5;
	float: left;
}
#weather .weatheritem {
	width: 120px;
	float: left;
}
#weather .weatheritem img {
	margin: -5px 5px 0 0;
	float: left;
}
#weather .weathertempa {
	color: #707070;
}

/* Breadcrumbs */
#breadcrumbs{
	padding: 5px 40px;
	height: 20px;
	font-size:10px;
	color: #ccc;
}
#breadcrumbs ul {
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	margin: 0;
	padding: 0 2px;
	list-style-type: none;
	float: left;
}
#breadcrumbs ul li.first {
	padding: 0 4px 0 0;
	color: #aaa;
}
#breadcrumbs ul li.last {
	padding-right: 0;
}
#breadcrumbs li a {
	text-decoration: none;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}

/* Nieuws */

#news .newsitem-lead {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
#news img[align=left] {
	margin-right: 20px;
}
#news img[align=right] {
	margin-left: 20px;
}
#news .newsitem-lead h2 {
	margin-bottom: 0;
	font-size: 24px;
}
#news .newsitem-lead h2 a {
	color: #606060;
	text-decoration: none;
}
#news .newsitem-extra {
	margin-bottom: 10px; 
	font-size: 10px;
}
#news .newsitem-extra a {
	text-decoration: none;
}
#news .newsitem-lead:hover h2 a {
	color: #0E76BC;
}
#news .newsitem-lead:hover .newsitem-extra a {
	text-decoration: underline;
}
#news .newslist {
	margin: 0 0 25px;
	padding: 0;
}
#news .newslist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #eee;
}
#news .newslist li:first-child {
	border-top: none;
}
#news .newslist a {
	padding: 2px 0;
	text-decoration: none;
	display: block;
}
#news .newslist .date {
	font-size: 11px;
	color: #909090;
	float: left;
	display: block;
}
#news .newslist .newslist-title {
	margin-left: 44px;
	display: block;
}
#news .newslist a:hover .newslist-title {
	text-decoration: underline;
}
#news .newslist .newslist-title span {
	color: #a0a0a0;
}
#newsarticle .prop {
	margin-top: -20px;
}
#newsarticle img {
	max-width: 590px;
	height: auto !important;
}

/* Comments */
#comments {
	margin-top: 40px;
}
#comments .comment {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#comments hr {
	margin: 0 0 20px;
	color: #eee;
	background-color: #eee;
}
#comments .comment-avatar img {
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
}
#comments .comment-info {
	margin-left: 10px;
	width: 160px;
	line-height: normal;
	float: left;
}
#comments .comment-info a {
	text-decoration: none;
}
#comments .comment-info a:hover {
	text-decoration: underline;
}
#comments .comment-info span {
	color: #909090;
	font-size: 10px;
}
#comments .comment-content {
	padding-right: 20px;
	width: 330px;
	float: left;
}
#comments .comment-options {
	padding-top: 3px;
	width: 18px;
	float: left;
}
#comments .comment-options a:hover img {
	opacity: 0.5;
}

/* Formcomment */
#formcomment {
	margin-bottom: 40px;
}
#formcomment textarea {
	margin: 15px 0 5px;
	width: 578px;
	border-color: #e5e5e5;
	border-top-color: #d5d5d5;
	background-color: #fffdf7;
}
#formcomment textarea:focus {
	border-color: #d5d5d5;
	border-top-color: #b5b5b5;
}
#formcomment .button {
	float: right;
}

/* Company list */
#companies {
	margin-bottom: 30px;
}

/* Photoalbum */
#photoalbum .photoalbum {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
#photoalbum .photoalbum.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#photoalbum .photoalbum {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#photoalbum .photoalbum li {
	margin: 0 1px 0 0;
	padding: 0;
	height: 90px;
	line-height: 0;
	list-style-type: none;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

/* Forum */
#forum .tabledata td a.forumtitle {
	color: #606060;
	font-weight: bold;
	text-decoration: none;
}
#forum .tabledata td a.forumtitle:hover {
	color: #0e76bc;
}
#forum .forummessage {
	position: relative;
	margin-bottom: 20px;
}
#forum .forummessage .messageheader {
	padding: 10px;
	height: 20px;
	background-color: #ebe8e2;
}
#forum .forummessage .messagebody {
	padding: 10px;
	border: 1px solid #ededeb;
	border-top: none;
	background-color: #f9f9f9;
}
#forum .forummessage .poster {
	width: 120px;
	float: left;
}
#forum .forummessage .poster a {
	font-weight: bold;
	color: #606060;
}
#forum .forummessage .poster a:hover {
	color: #0e76bc;
}
#forum .forummessage .options {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px 10px 0;
	height: 26px;
	background-color: #cec6b7;
}
#forum .forummessage .options a {
	margin-left: 3px;
	display: inline-block;
}
#forum .forummessage .options a:first-child {
	margin-left: 0;
}
#forum .forummessage .options a:hover img {
	opacity: 0.5;
}
#forum .forummessage .avatar {
	width: 120px;
	color: #909090;
	float: left;
}
#forum .forummessage .avatar img {
	line-height: 18px;
}
#forum .forummessage .content {
	margin-left: 120px;
	width: 428px;
}
#forum #actions {
	margin-bottom: 5px;
}
#forum .pageactions {
	margin-top: -5px;
}

/* Serach block */
#searchblock {
	margin: 40px 0;
	padding: 20px;
	border: 1px solid #ededeb;
	background-color: #f9f8f6;
}
#searchblock input, #searchblock select {
	margin-right: 4px;
	float: left;
}
#searchblock .button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* User */
#user #actions {
	margin-bottom: 5px;
}
#user .avatar {
	float: left;
}
#user .avatar img {
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#user .avatar .avatarsource {
	margin-bottom: 3px;
}
#user .separate fieldset {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}
#user .separate fieldset.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
/*#user #actions {
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}*/

/* Search */
#cse .gsc-search-box {
	display: none;
}
#cse .gsc-results .gsc-cursor-box {
	text-align:right;
	padding:16px 0;
}
#cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
	font-size:11px;
	text-decoration:none;
	color: #909090;
	line-height:20px;
	height: 21px;
	margin-right:0;
	padding: 1px 6px 0;
}
#cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: #0E76BC;
	color: #FFFFFF;
	height: 21px;
	padding: 1px 6px 0;
}

/* Actions */
#actions a {
	margin-left: 5px;
	padding: 5px 10px 5px 34px;
	color: #787670;
	text-decoration: none;
	border: 1px solid #ededeb;
	background-color: #f9f8f6;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	float: right;
}
#actions a:hover {
	color: #fff;
	border-color: #0968a8;
	background-color: #0e76bc;
}
#actions a.edituser			{ background-image: url('/images/icons/user-pencil.png'); }
#actions a.editcompany		{ background-image: url('/images/icons/building-pencil.png'); }
#actions a.company			{ background-image: url('/images/icons/building.png'); }
#actions a.documentplus		{ background-image: url('/images/icons/document-plus.png'); }
#actions a.newspaperplus	{ background-image: url('/images/icons/newspaper-plus.png'); }
#actions a.filmplus			{ background-image: url('/images/icons/film-plus.png'); }
#actions a.homeplus			{ background-image: url('/images/icons/home-plus.png'); }
#actions a.photoalbumplus	{ background-image: url('/images/icons/photo-album-plus.png'); }
#actions a.calenderplus		{ background-image: url('/images/icons/calendar-plus.png'); }
#actions a.calenderplus		{ background-image: url('/images/icons/calendar-plus.png'); }
#actions a.imageplus		{ background-image: url('/images/icons/image-plus.png'); }

/* Styles */
.clear 			{ clear: both; }
.spacer 		{ padding: 0 10px; color: #ccc; }
.date			{ color: #909090; }
.small			{ font-size: 10px; line-height: normal; }
.nowidth 		{ width: auto !important; }
.highlight		{ background-color: #fffea0; }

/* Properties */
.prop {
	margin-bottom: 10px;
	font-size: 10px;
	color: #909090;
}
.prop a {
	text-decoration: none;
}
.prop a:hover {
	text-decoration: underline;
}

/* Page actions */
.pageactions {
	margin: 40px 0;
	padding: 20px;
	border: 1px solid #ededeb;
	background-color: #f9f8f6;
}
.pageactions .socialmedia {
	float: right;
}

/* Button */
.button {
	padding: 8px 24px;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	background-color: #0069aa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
}
.button:hover {
	background-color: #58c10b;
}
.button.buttonsmall {
	padding: 6px 16px;
	font-size: 13px;
}

/* List */
.list ul {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eee;
	overflow: auto;
}
.list ul:first-child {
	padding-top: 0;
	border-top: none;
}
.list ul li {
	margin: 0 0 0 22px;
	padding: 0;
	width: 182px;
	list-style-type: none;
	float: left;
	cursor: pointer;
}
.list ul li:first-child {
	margin-left: 0;
}
.list h3 {
	margin-bottom: 10px;
	font-size: 13px;
}
.list h3 a {
	color: #606060;
	text-decoration: none;
}
.list img {
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.list ul li:hover h3 a {
	color: #0E76BC;
}
.list ul li:hover img {
	border-color: #999;
}

/* Small list */
.listsmall {
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #ededeb;
	background-color: #f9f8f6;
}
.listsmall li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e6e6e3;
	list-style-type: none;
	min-height:24px;
}
.listsmall li:first-child {
	border-top: none;
}
.listsmall li a {
	padding: 6px 5px;
	color: #787670;
	text-decoration: none;
	line-height: 16px;
	border-top: 1px solid #fff;
	display: block;
}
.listsmall li.last a {
	color:#0069AA;
	line-height:32px;
	text-align:right;
}
#komendeevenementen li a {
	margin-left:40px;
	padding:2px;
}
.listsmall li:first-child a {
	border-top: none;
}
.listsmall li a:hover {
	color: #4b4945;
	background-color: #f0eeea;
}
.listsmall .date {
	border-radius:2px;
	margin-top:3px;
	float:left; 
	font-size:9px; 
	padding:2px;
	line-height:14px;
	color: #fff;
	background-color: #2da607;
}

/* Info */
.info img {
	margin: 5px 40px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
}
.info table {
	margin: 0;
	width: auto;
	float: left;
}

/* Table data */
.tabledata {
	border-bottom: 1px solid #ededeb;
}
.tabledata th {
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #ba2ba1;
}
.tabledata th.first {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
.tabledata th.last {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
.tabledata td {
	padding: 10px;
	vertical-align: top;
	border-top: 1px solid #ededeb;
	border-right: 1px solid #ededeb;
}
.tabledata td:first-child {
	border-left: 1px solid #ededeb;
}
.tabledata tr.even td {
	background-color: #f9f8f6;
}

/* Message */
.message {
	margin: 40px 0;
	padding: 20px;
	font-size: 13px;
	color: #707070;
	border: 1px solid #FCC93E;
	background-color: #FDF5D9;
}
.message a {
	color:#D36716
}
/* Paging */
.paging {
	margin: 20px 0 40px;
	padding-top: 20px;
	height: 21px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #e5e5e5;
}
.paging ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}
.paging ul li {
	margin: 0 2px 0 0;
	padding: 0;
	height: 22px;
	list-style: none;
	float: left;
}
.paging a {
	padding: 1px 6px 0;
	height: 21px;
	text-decoration: none;
	color: #909090;
	display: block;
}
.paging a:hover {
	color: #0e76bc;
}
.paging li.active {
	padding: 1px 6px 0;
	height: 21px;
	color: #fff;
	background-color: #0e76bc;
}
.paging li.prev {
	margin: 0 10px 0 0;
	width: 22px;
}
.paging li.next {
	margin: 0 0 0 10px;
	width: 22px;
}
.paging li.prev a, .paging li.next a {
	padding: 0;
	height: 22px;
	width: 22px;
	text-indent: 1234em;
	overflow: hidden;
	background: url(/images/paging.png) no-repeat 0 0;
}
.paging li.prev a { background-position: 0 0; }
.paging li.prev a:hover { background-position: 0 -22px; }
.paging li.next a { background-position: -22px 0; }
.paging li.next a:hover { background-position: -22px -22px; }

.arrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 0px solid transparent;
	position:relative;
	top:-80px;
	left:150px;
	z-index:1;
/*	border-left: 10px solid green;*/
}

/*.arrow-right-gray{
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #EBE7DE;
	position:relative;
	top:40px;
	left:0px;
}*/
/*
.arrow-right {
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 60px solid green;
}
*/
.blauw				{color:#647297 !important;}
.rood				{color:#D23D15 !important;}
.geel				{color:#F49B1C !important;}
.paars				{color:#BA2BA1 !important;}
.groen				{color:#5C923F !important;}

.blauw_dark			{color:#004874;}
.rood_dark			{color:#A22200;}
.geel_dark			{color:#CD7800;}
.paars_dark			{color:#930B7C;}
.groen_dark			{color:#396B1E;}

.blauw_bg			{background-color:#0069aa;} 
.rood_bg			{background-color:#D23D15;} 
.geel_bg			{background-color:#F49B1C;} 
.paars_bg			{background-color:#BA2BA1;} 
.groen_bg			{background-color:#5C923F;} 

.blauw_darkbg		{background-color:#004874;} 
.rood_darkbg		{background-color:#A22200;} 
.geel_darkbg		{background-color:#CD7800;} 
.paars_darkbg		{background-color:#930B7C;} 
.groen_darkbg		{background-color:#396B1E;} 

.blauw_borderdark_top	{border-top: 5px solid #004874;} 
.rood_borderdark_top	{border-top: 5px solid #A22200;} 
.geel_borderdark_top	{border-top: 5px solid #CD7800;} 
.paars_borderdark_top	{border-top: 5px solid #930B7C;} 
.groen_borderdark_top	{border-top: 5px solid #396B1E;} 

.blauw_borderdark_left	{border-left: 10px solid #003251 !important;} 
.rood_borderdark_left	{border-left: 10px solid #611400 !important;} 
.geel_borderdark_left	{border-left: 10px solid #734300 !important;} 
.paars_borderdark_left	{border-left: 10px solid #630453 !important;} 
.groen_borderdark_left	{border-left: 10px solid #194003 !important;} 

.meernieuwsrow{ display:table; height:20px; border-bottom:1px solid #CCC; width:100%;}
.meernieuwsrow .datum{ width:50px; float:left;}
.meernieuwsrow .titel a{ float:left; color:#0069AA;}

///////////////////////////////////agenda/bedrijvencategorie/huizen///////////////////////////////////
.outings {
	margin-top:9px;
	padding:0 0 10px 2px;
	margin-right:-6px;
}		
													
.outings .outing {
	position:relative;
	float:left;
	width:150px;
	min-height:187px;
	margin:0 50px 38px 0;
	padding:0 4px;
}
body.js-enabled .outings .outing {
	cursor:pointer;
}
.outings .outing { z-index:1; }
.outings .outinghover { z-index:300; }
.outings .outing .top {
	height:5px;
	margin:-5px -2px 0 -2px;
}

.outings .outing img.preview {
	display:block; 
	margin:-5px 0;
	position:relative;
	z-index:11;
	padding-bottom:90px;
}
.outings .outing .body {
	position:absolute;
	z-index:12;
	bottom:-5px;
	left:4px;
	width:150px;
}
	
.outings .outing .overlay {
	min-height:62px;
	background:#e6e6e6;
	color:#555555;
	padding:10px 10px 15px 10px;
	border-bottom:dotted;
	border-bottom-color:#0052A2;
}

.outings .outing h4 {
	margin:0 0 0.35em 0;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal;
}

.outings .outing .hover h4 {
	font-size:1.2em;
}
.outings .outing h4 a {
	color:#555555;
	text-decoration:none;
	display:block;
	min-height:2.4em;
}
.outings .outing .hover h4 a {
	min-height:1.2em;
}
.outings .outing h4 a:hover {
	text-decoration:underline;
}

.outings .outing .meta { 
	font-size:0.94em;
	line-height:1.3em;
}

.outings .outing .location { 
	width:100%;
	overflow:hidden;
}
.outings .outing .description {
	margin:0.5em 0 0;
	font-size:0.94em;
}
.small_h3{
	margin:3px 0 3px 0;
}
.informatie, .informatie a{
	color:#EC1616;
}
.bedrijf, .bedrijf a{
	color:#F49B1C;
}
.wonen, .wonen a{
	color:#F49B1C;
}
.er-op-uit, .er-op-uit a{
	color:#5A903E;
}
.online, .online a{
	color:#BA2BA1;	
}
.normal_color{
	color:#666666;
}
.blauw{
	color:#0052A2;
}
.green{
	background:#D1F3D6;
}
.groen{
	color:#5A903E;
	text-decoration:underline;
}


#yy{
width: 60px;
}
#mm, #dd{
width: 30px;
}


.grumble {
	position:absolute;
	background-image:url(/images/bubble-sprite.png);
	background-repeat:no-repeat;
	z-index:99999
}
.grumble-text {
	position:absolute;
	text-align:center;
	z-index:99999;
	display:table;
	overflow:hidden;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px
}
.ie6 .grumble-text {
	display:block
}
.grumble-text .outer {
	display:table-cell;
	vertical-align:middle;
	color:white
}
.ie6 .grumble-text .outer {
	display:block;
	position:absolute;
	top:48%;
	left:0
}
.ie6 .inner {
	position:relative;
	top:-50%
}
.grumble-text50 .outer {
	padding:6px
}
.grumble-text100 .outer {
	padding:8px
}
.grumble-text150 .outer {
	padding:10px
}
.grumble-text200 .outer {
	padding:12px
}
.grumble50 {
	background-position:0 0
}
.grumble100 {
	background-position:0 -50px
}
.grumble150 {
	background-position:0 -150px
}
.grumble200 {
	background-position:0 -300px
}
.alt-grumble50 {
	background-position:-200px 0
}
.alt-grumble100 {
	background-position:-200px -50px
}
.alt-grumble50 {
	background-position:-200px -150px
}
.alt-grumble200 {
	background-position:-200px -300px
}
.grumble-button {
	position:absolute;
	width:20px;
	height:12px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#ff5c00;
	color:#fff;
	text-align:center;
	font-size:.8em;
	line-height:.9em;
	-moz-box-shadow:1px 1px 1px #ccc;
	-webkit-box-shadow:1px 1px 1px #ccc;
	box-shadow:1px 1px 1px #ccc;
	cursor:pointer;
	z-index:99999
}

.polltable, .pollresulstable{
	background-color: #DDECFF;
	padding:20px;
}
.polltable td , .pollresulstable td{
	padding:5px;
}
.poll_question{
	font-size: 12px;
	color:#666666;
	font-weight:bold;
}
.poll_aantalResultaten{
	font-size: 12px;
	color:#666666;
	font-weight:bold;
}
.poll_button{
	background: #0052a2;
	color:#FFF;
	border-color:#003E7B;
}
#newsarticle #pollbg img{
	height:15px !important;
}
