@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
}

body {
	margin: 0px;
	background: url(../images/template/bg_body.gif) top left repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #2a4456;
}

div, table, td, span {
	font: 13px Arial, Helvetica, sans-serif;
	color: #2a4456;
}

ol, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1, h2, h3, img, form, p {
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

img {
	border: none;
}

* {
	outline: none;
}

a {
	color: #2a4456;
	text-decoration: none;
}

a:hover {
	color: #2a4456;
	text-decoration: underline;
}


/* Opbouw DIV's */

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	text-align: center;
	z-index: 1;
}

#site {
	width: 996px;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
}

#site:after, #content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Opbouw header */

#header {
	width: 996px;
	height: 150px;
	position: relative;
	z-index: 5;
}

#header #logo {
	width: 189px;
	height: 84px;
	position: absolute;
	left: 11px;
	top: 40px;
}

#header #banner {
	width: auto;
	height: 60px;
	position: absolute;
	right: 122px;
	top: 42px;
	background: #fff;
	padding: 4px;
}

#header #banner img {
	width: auto;
	height: 60px;
}
#header .home {
	width: 75px;
	height: 24px;
	position: absolute;
	left: 160px;
	top: 126px;
	line-height: 24px;
}
#header .home a {
	width: auto;
	height: 24px;
	line-height: 24px;
	display: block;
	padding: 0px 17px;
	background: url(../images/template/menu_li.gif) 5px 11px no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#header .home a:hover {
	text-decoration: underline;
}
#header #menu {
	width: auto;
	height: 24px;
	position: absolute;
	left: 219px;
	bottom: 0px;
	text-align: center;
}

#header #menu ul,li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header #menu ul {
	width: auto;
	height: 24px;
	position: relative;
}

#header #menu ul li {
	width: auto;
	height: 24px;
	display: block;
	float: left;
}

#header #menu ul li a {
	width: auto;
	height: 24px;
	line-height: 24px;
	display: block;
	padding: 0px 17px;
	background: url(../images/template/menu_li.gif) 5px 11px no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#header #menu ul li span {
	width: auto;
	height: 24px;
	line-height: 24px;
	display: block;
	padding: 0px 17px;
	padding-right: 0px;
	background: url(../images/template/menu_li.gif) 5px 11px no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#header #menu ul li a:hover {
	text-decoration: underline;
}

#header #datum {
	width: 200px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 122px;
	bottom: 0px;
	font-size: 11px;
	color: #fff;
	padding-left: 17px;
}

/* Opbouw content */

#content {
	width: 996px;
	height: auto;
	position: relative;
	padding-top: 20px;
	z-index: 5;
}

#content .tekst {
	width: 615px;
	height: auto;
	position: relative;
	float: left;
	padding: 20px;
	padding-bottom: 0px;
	background: #fff;
}	
#content .tekst a {
	text-decoration: underline;
}	
#content .tekst a:hover {
	text-decoration: none;
}	

#content .tekst h1 {
	height: auto;
	width: auto;
	display: block;
	position: relative;
	line-height: 26px;
	font-size: 13px;
}

#content .tekst .form {
	margin-top: 20px;
}

#content .tekst .error {
	height: auto;
	width: 300px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ecf6fc url(../images/template/error.gif) 15px 15px no-repeat;
}

#content .tekst .error span {
	height: 26px;
	width: auto;
	position: relative;
	display: block;
	line-height: 26px;
	padding-left: 30px;
	display: block;
}

#content .tekst .success {
	height: auto;
	width: 300px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ecf6fc url(../images/template/success.gif) 15px 15px no-repeat;
}

#content .tekst .success span {
	height: auto;
	width: auto;
	position: relative;
	line-height: 26px;
	padding-left: 30px;
	display: block;
}

#content .tekst .field {
	width: 615px;
	height: 27px;
	line-height: 27px;
	position: relative;
	margin-bottom: 13px;
}

#content .tekst .field .label {
	width: 100px;
	height: 27px;
	line-height: 27px;
	float: left;
	position: relative;
}

#content .tekst .field .input {
	width: 271px;
	height: 27px;
	line-height: 27px;
	position: relative;
	float: left;
	background: url(../images/template/bg_input.gif) no-repeat;
}

#content .tekst .field .input input {
	width: 261px;
	height: 16px;
	padding: 5px 4px;
	border: none;
	background: none;
	font-size: 11px;
	color: #8f919a;
}

#content .tekst .field .select {
	width: 271px;
	height: 23px;
	position: relative;
	padding-top: 4px;
	float: left;
}

#content .tekst .field .select select {
	width: 271px;
	height: 20px;
	font-size: 11px;
	color: #8f919a;
}

#content .tekst .field .button {
	width: 271px;
	height: 27px;
	line-height: 27px;
	position: relative;
	float: left;
}

#content .tekst .field .button .submit {
	width: 200px;
	height: 35px;
	line-height: 35px;
	padding: 0px 5px;
	position: relative;
	display: block;
	color: #fff;
	background: #fc6801;
	border: none;
	cursor: pointer;
}

#content .tekst .text {
	width: 615px;
	height: 147px;
	line-height: 27px;
	position: relative;
	margin-bottom: 13px;
}

#content .tekst .text .label {
	width: 100px;
	height: 27px;
	line-height: 27px;
	float: left;
	position: relative;
}

#content .tekst .textarea {
	width: 271px;
	height: 147px;
	line-height: 27px;
	position: relative;
	float: left;
	background: url(../images/template/bg_textarea.gif) no-repeat;
	font-size: 11px;
}

#content .tekst .text .label small {
	line-height: 18px;
}

#content .tekst .textarea textarea {
	width: 261px;
	padding: 2px 4px;
	height: 141px;
	position: relative;
	overflow: auto;
	border: none;
	background: none;
	font-size: 11px;
	color: #8f919a;
	font-family: Arial, Helvetica, sans-serif;
}

.categorie {
	height: 24px;
	width: 640px;
	position: relative;
	margin-bottom: 2px;
	float: left;
	background: #7c7c7c;
	padding-left: 15px;
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.categorie a {
	width: auto;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 24px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
.categorie .navigatie {
	width: 275px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 0px;
}
.categorie .navigatie a.vorige {
	float: left;
	right: inherit;
	position: relative;
}
.categorie .navigatie a.volgende {
	float: right;
	right: inherit;
	position: relative;
}
.head_container {
	height: 386px; 
	width: 657px; 
	position: relative;
	margin-bottom: 2px; 
	float: left;
}

.head_container .klok {
	width: 217px;
	height: 184px;
	position: relative;
	margin-right: 2px;
	float: left;
	display: inline;
	z-index: 10;
	background: url(../images/template/bg_klok.gif);
}
.head_container .klok .datum {
	width: 217px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.head_container .klok .tijd {
	width: 122px;
	height: 122px;
	position: absolute;
	left: 48px;
	top: 44px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.head_container .koopjes {
	width: 204px;
	height: 185px;
	position: relative;
	margin-right: 2px;
	margin-top: 2px;
	padding: 15px 0px 0px 13px;
	float: left;
	display: inline;
	z-index: 10;
	background: url(../images/template/bg_blok.gif);
}
.tabfield .content .items {
	height: 160px;
	width: auto;
	position: relative;
}

.tabfield .content .item {
	height: 130px;
	width: 406px;
	position: relative;
	padding: 15px;
	float: left;
}

.tabfield .content .titel {
	width: 406px;
	height: 20px;
	position: relative;
}

.tabfield .title h2 {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.tabfield .content .description {
	width: 406px;
	height: 85px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}
.tabfield .content .description p {
	margin: 0;
}

.tabfield .content .description a {
	font-style: italic;
	text-decoration: underline;
}
.tabfield .content .description a.leesmeer {
	position: absolute;
	right: 25px;
	bottom: 17px; 
	z-index: 100;
}

.tabfield .content .bron {
	height: 20px;
	width: auto;
	position: relative;
	font-size: 10px;
	line-height: 22px;
	font-style: italic;
}

#content .kolom {
	width: 217px;
	height: auto;
	position: relative;
	margin-right: 2px;
	float: left;
	display: inline;
	z-index: 10;
}

.kolom.laatsttoegevoegd {
	height: 184px;
}
.kolom .banner_vierkant {
	width: 215px;
	height: 198px;
	position: relative;
	margin-bottom: 2px;
	border: 1px solid #cacaca;
	background: #fff;
}
.kolom .banner_vierkant img {
	float: left;
}
.kolom .button_refoplaza {
	width: 217px;
	height: 48px;
	position: relative;
	margin-bottom: 15px;
}
.kolom .button_refoplaza img {
	float: left;
}
.tabfield {
	width: 215px;
	height: auto;
	position: relative;
	margin-bottom: 2px;
	z-index: 10;
}
.tabfield:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.tabfield .nav {
	width: 217px;
	height: 24px;
	position: relative;
	line-height: 24px;
	z-index: 15;
	background: url(../images/template/bg_nav.gif) bottom left repeat-x;
}
.tabfield .tab {
	float: left;
	height: 24px;
	margin-left: -8px;
	position: relative;
	width: auto;
	cursor: pointer;
	display: inline;
}
.tabfield .tab .links {
	width: 1px;
	height: 24px;
	background: url(../images/template/tab_left.gif);
	float: left;
}
.tabfield .tab .titel {
	width: auto;
	height: 24px;
	position: relative;
	float: left;
	background: url(../images/template/tab_bg.gif) repeat-x;
	line-height: 24px;
	font-size: 10px;
	color: #959595;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 0px;
	display: block;
}
.tabfield .tab .rechts {
	width: 13px;
	height: 24px;
	float: left;
	background: url(../images/template/tab_right.gif);
}
.tabfield .tab_active {
	float: left;
	height: 24px;
	margin-left: -8px;
	width: auto;
	position: relative;
	z-index: 25;
	display: inline;
}
.tabfield .tab_active .links {
	width: 1px;
	height: 24px;
	background: url(../images/template/tab_left_active.gif);
	float: left;
}
.tabfield .tab_active .titel {
	width: auto;
	height: 24px;
	position: relative;
	float: left;
	background: url(../images/template/tab_bg_active.gif) left top repeat-x;
	line-height: 24px;
	font-size: 10px;
	color: #fff;
	padding-left: 6px;
	padding-right: 0px;
}
.tabfield .tab_active .rechts {
	width: 13px;
	height: 24px;
	float: left;
	background: url(../images/template/tab_right_active.gif) right top no-repeat;
}
.tabfield .content {
	position: relative;
	border: 1px solid #cacaca;
	border-top: none;
	overflow: hidden;
	z-index: 10;
	background: #fff;
}
.tabfield.large,
.tabfield.nieuws {
	width: 436px;
	margin-right: 2px;
	float: left;
}
.tabfield ul {
	width: 100%;
	height: auto;
	display: block;
}
.tabfield.large .nav,
.tabfield.nieuws .nav {
	width: 436px;	
}
.tabfield.large .nav .titel,
.tabfield.nieuws .nav .titel {
	padding: 0 25px;	
}
.tabfield.large .nav .titel a,
.tabfield.nieuws .nav .titel a {
	font-size: 10px;
	color: #959595;
	text-decoration: none;
}
.tabfield.large .content {
	width: 434px;	
	height: 175px;	
}
.tabfield.nieuws .content {
	width: 434px;	
	height: 159px;	
}
.tabfield.nieuws .content a.vorige {
	height: 24px;
	width: 24px;
	position: absolute;
	display: block;
	left: 389px;
	top: 18px;
	background: url(../images/template/vorige.gif) no-repeat;
}
.tabfield.nieuws .content a.volgende {
	height: 24px;
	width: 24px;
	position: absolute;
	display: block;
	left: 406px;
	top: 18px;
	background: url(../images/template/volgende.gif) no-repeat;
}
.tabfield.nieuws .content .vorige a, .volgende a {
	color: #fff;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.tabfield.large .content .rss-cip {
	width: 420px;	
	height: 153px;	
	padding: 22px 0 0 14px;
}
.tabfield.large .content .rss-cip strong {
	font-size: 12px;
	color: #d70005;
}
.tabfield.large .content .rss-cip ul {
	margin: 14px 0 14px 6px;
}
.tabfield.large .content .rss-cip ul li {
	height: 1%;
	line-height: 25px;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
}
.tabfield.large .content .rss-cip ul li a {
	font-weight: normal;
	height: 25px;
	display: block;
	background: url(../images/template/li-cip.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 25px;
	line-height: 25px;
	color: #2a4456;
}
.tabfield.large .content .rss-cip a.cip-link {
	width: auto;
	padding: 0 0 0 21px;
	font-size: 11px;
	cursor: pointer;
	background: url(../images/template/logo_cip.gif) 0px 0px no-repeat;
	line-height: 20px;
}
.tabfield.large .content .rss-cip a.cip-link span {
	color: #d70005;
	font-size: 11px;
	line-height: 20px;
}
.tabfield.large .content .rss-refoplein strong {
	font-size: 12px;
	color: #2a4456;
}
.tabfield.large .content .rss-refoplein {
	width: 420px;	
	height: 153px;	
	padding: 22px 0 0 14px;
}
.tabfield.large .content .rss-refoplein ul {
	margin: 14px 0 14px 6px;
}
.tabfield.large .content .rss-refoplein ul li {
	height: 1%;
	line-height: 25px;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
}
.tabfield.large .content .az-index {
	width: 420px;	
	height: 153px;	
	padding: 22px 0 0 14px;
}
.tabfield.large .content .az-index strong {
	font-size: 12px;
	color: #2a4456;
}
.tabfield.large .content .az-index ul {
	margin: 14px 0 14px 6px;
}
.tabfield.large .content .az-index ul li {
	font-weight: normal;
	height: 1%;
	display: block;
	background: url(../images/template/li.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 25px;
	line-height: 25px;
	color: #2a4456;
}

.tabfield.large .content .rss-refoplein ul li a {
	font-weight: normal;
	height: 25px;
	display: block;
	background: url(../images/template/li.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 25px;
	line-height: 25px;
	color: #2a4456;
}
.tabfield.large .content .rss-refoplein a.refoplein-link {
	width: auto;
	padding: 0;
	font-size: 11px;
	cursor: pointer;
	line-height: 20px;
}
.tabfield.large .content .tips-info strong {
	font-size: 12px;
	color: #ff6800;
}
.tabfield.large .content .tips-info {
	width: 420px;	
	height: 153px;	
	padding: 22px 0 0 14px;
}
.tabfield.large .content .tips-info ul {
	margin: 14px 0 14px 6px;
}
.tabfield.large .content .tips-info ul li {
	height: 1%;
	line-height: 25px;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
}
.tabfield.large .content .tips-info ul li a {
	font-weight: normal;
	height: 25px;
	display: block;
	background: url(../images/template/li.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 25px;
	line-height: 25px;
	color: #2a4456;
}
.tabfield.large .content .tips-info a.refoplein-link {
	width: auto;
	padding: 0;
	font-size: 11px;
	cursor: pointer;
	line-height: 20px;
}
.tabfield.radio .content {
	width: 215px;
	height: 159px;
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 15;
}
.tabfield.refojobs {
	float: left;
}
.tabfield.refojobs .jobs {
	width: 201px;
	height: 153px;
	position: relative;
	margin-right: 2px;
	padding: 22px 0px 0px 14px;	
	background: #fff;
}
.tabfield.refojobs .nav {
	width: 215px;
}
.tabfield.refojobs ul {
	margin: 14px 0 14px 6px;
}
.tabfield.refojobs ul li {
	height: 1%;
	line-height: 25px;
	padding: 0px;
	font-size: 11px;
	margin: 0px;
}
.tabfield.refojobs ul li a {
	font-weight: normal;
	height: 25px;
	display: block;
	background: url(../images/template/li-refojobs.gif) 0px 5px no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 25px;
	line-height: 25px;
}
.tabfield.refojobs strong {
	font-size: 12px;
	color: #660066;
}
.tabfield.refojobs a.refojobs-link {
	width: auto;
	padding: 0 0 0 21px;
	font-size: 11px;
	cursor: pointer;
	background: url(../images/template/logo_refojobs.gif) 0px 0px no-repeat;
	line-height: 20px;
}
.tabfield.refojobs a.refojobs-link span {
	color: #660066;
	font-size: 11px;
	line-height: 20px;
}
.tabfield.refojobs .vacature-plaatsen {
	width: 186px;
	height: 153px;
	position: relative;
	margin-right: 2px;
	padding: 22px 15px 0px 14px;	
}
.tabfield.refojobs .cv-plaatsen {
	width: 186px;
	height: 153px;
	position: relative;
	margin-right: 2px;
	padding: 22px 15px 0px 14px;	
}
.tabfield.refojobs .vacature-plaatsen p,
.tabfield.refojobs .cv-plaatsen p {
	font-size: 11px;
	line-height: 18px;
}
.tabfield.refojobs .vacature-plaatsen strong,
.tabfield.refojobs .cv-plaatsen strong {
	margin-bottom: 14px;
	display: block;
	color: #660066;
}

.tabfield.refojobs .vacature-plaatsen a.klik-hier, 
.tabfield.refojobs .cv-plaatsen a.klik-hier {
	color: #660066;
}
.tabfield.zoeken {
	width: 217px;
	height: 184px;
	position: relative;
	z-index: 10;
}
.tabfield.zoeken .content {
	width: 175px;
	height: 111px;
	position: relative;
	overflow: hidden;
	z-index: 10;
	padding: 48px 20px 0px 20px;
}
.tabfield.zoeken .content .veld {
	width: 177px;
	height: 22px;
	position: relative;
	margin-top: 10px;
}
.tabfield.zoeken .tekst {
	width: 126px!important;
	height: 22px!important;
	position: relative;
	float: left;
	padding: 0px!important;
	background:url(../images/template/bg_zoeken_tekst.gif) no-repeat!important;
}
.tabfield.zoeken .tekst .tekstveld {
	width: 118px;
	height: 19px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	background: none;
	font-size: 11px;
	color: #c1c1c1;
}
.tabfield.zoeken .content .button {
	width: 49px;
	height: 22px;
	position: relative;
	float: left;
	margin-left: 2px;
}
.tabfield.zoeken .content .button .submit {
	width: 49px;
	height: 22px;
	position: relative;
	border: none;
	background: url(../images/template/zoeken_button.gif) no-repeat;
	cursor: pointer;
}
.tabfield.radio {
	float: left!important;
	height: 184px;
}
.tabfield.radio .content .ro {
	width: 100px;
	height: 88px;
	position: relative;
	margin: 0 auto;
	z-index: 15;
	margin-top: 5px;
}
.tabfield.radio .content .classicfm {
	width: 163px;
	height: 70px;
	position: relative;
	margin: 0 auto;
	z-index: 15;
	margin-top: 23px;
}
.tabfield.radio .content .kerkdienstgemist {
	width: 177px;
	height: 46px;
	position: relative;
	margin: 23px auto;
	margin-bottom: 29px;
	z-index: 15;
}
.tabfield.radio .content .luister {
	width: 161px;
	height: 38px;
	position: relative;
	margin: 0 auto;
	z-index: 15;
	margin-top: 5px;
}
.tabfield.weer, .tabfield.verkeer, .tabfield.media, .tabfield.mail {
	margin-bottom: 2px;
}
.tabfield.weer .content.temperatuur {
	width: 208px;
	padding: 20px 0px 10px 7px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.weer .content.buienradar {
	width: 215px;
	padding: 0px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.weer .content.hetweer {
	width: 185px;
	padding: 20px 15px 10px 15px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.weer .content.hetweer strong {
	font-size: 12px;
	color: #ff7300;
	margin-bottom: 5px;
	display: block;
}
.tabfield.weer .content small {
	font-size: 10px;
}
.tabfield.weer .weerlogo {
	width: 168px;
	height: 44px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
}
.tabfield.weer .content.weersverwachting {
	width: 215px;
	padding: 15px 0 15px 0;
}
.tabfield.weer .weerbutton {
	width: 181px;
	height: 28px;
	position: relative;
	margin: 0 auto;
}
.tabfield.verkeer .content.files {
	width: 185px;
	padding: 30px 15px 30px 15px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.verkeer .content.flitspaal {
	width: 185px;
	padding: 20px 15px 10px 15px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.verkeer .content.routeplanner {
	width: 185px;
	padding: 20px 15px 10px 15px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.verkeer .content .veld {
	width: 177px;
	height: 22px;
	position: relative;
	margin-bottom: 10px;
}
.tabfield.verkeer .tekst {
	width: 126px!important;
	height: 22px!important;
	position: relative;
	float: left;
	padding: 0px!important;
}
.tabfield.verkeer .veld .label {
	width: 51px;
	height: 22px;
	line-height: 22px;
	float: left;
	position: relative;
	font-size: 11px;
}
.tabfield.verkeer .tekst .tekstveld {
	width: 118px;
	height: 19px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	background: none;
	font-size: 11px;
	color: #c1c1c1;
	background:url(../images/template/bg_zoeken_tekst.gif) no-repeat!important;
}
.tabfield.verkeer .content .button {
	width: 49px;
	height: 22px;
	position: relative;
	padding-left: 51px;
}
.tabfield.verkeer .content .button .submit {
	width: 49px;
	height: 22px;
	position: relative;
	border: none;
	background: url(../images/template/zoeken_button.gif) no-repeat;
	cursor: pointer;
}
.tabfield.media .content.refoweb {
	width: 215px;
	padding: 15px 0px;
}
.tabfield.media .content.refoweb .refologo {
	width: 110px;
	height: 65px;
	position: relative;
	margin: 0 auto;
}
.tabfield.media .content.refoweb .refobutton {
	width: 175px;
	height: 28px;
	position: relative;
	margin: 0 auto;
}
.tabfield.media .content.refoforum {
	width: 215px;
	padding: 15px 0px;
}
.tabfield.media .content.refoforum .refoforumlogo {
	width: 160px;
	height: 51px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 14px;
}
.tabfield.media .content.refoforum .refoforumbutton {
	width: 151px;
	height: 28px;
	position: relative;
	margin: 0 auto;
}
.tabfield.media .content.twitter {
	width: 215px;
}
.tabfield.mail .content.marktplaats,
.tabfield.mail .content.refomarkt,
.tabfield.mail .content.erdee {
	width: 215px;
	padding-bottom: 35px;
}
.tabfield.mail .content.marktplaats .marktzoek {
	width: 165px;
	height: 22px;
	margin: 32px auto;
	margin-bottom: 12px;
}
.tabfield.mail .content.refomarkt .marktzoek {
	width: 160px;
	height: 33px;
	margin: 27px auto;
	margin-bottom: 6px;
}

.tabfield.mail .content.erdee .marktzoek {
	width: 134px;
	height: 50px;
	margin: 8px auto;
}
.tabfield.mail .content.marktplaats .veld,
.tabfield.mail .content.refomarkt .veld,
.tabfield.mail .content.erdee .veld {
	width: 190px;
	height: 22px;
	position: relative;
	margin-left: 15px;
}
.tabfield.mail .content.marktplaats .tekst,
.tabfield.mail .content.refomarkt .tekst,
.tabfield.mail .content.erdee .tekst {
	width: 126px!important;
	height: 22px!important;
	position: relative;
	float: left;
	padding: 0px!important;
	background:url(../images/template/bg_zoeken_tekst.gif) no-repeat!important;
}
.tabfield.mail .content.marktplaats .tekst .tekstveld,
.tabfield.mail .content.refomarkt .tekst .tekstveld,
.tabfield.mail .content.erdee .tekst .tekstveld {
	width: 118px;
	height: 19px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	background: none;
	font-size: 11px;
	color: #c1c1c1;
}
.tabfield.mail .content.marktplaats .button,
.tabfield.mail .content.refomarkt .button,
.tabfield.mail .content.erdee .button {
	width: 49px;
	height: 22px;
	position: relative;
	float: left;
}
.tabfield.mail .content.marktplaats .button .submit,
.tabfield.mail .content.refomarkt .button .submit,
.tabfield.mail .content.erdee .button .submit {
	width: 49px;
	height: 22px;
	position: relative;
	border: none;
	background: url(../images/template/zoeken_button.gif) no-repeat;
	cursor: pointer;
	margin-left: 6px;
}
.tabfield.mail .content.gmail {
	width: 215px;
	padding: 20px 0px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.mail .content.gmail .gmaillogo {
	width: 135px;
	height: 45px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 14px;
}
.tabfield.mail .content.gmail .bekijkgmail {
	width: 135px;
	height: 28px;
	position: relative;
	margin: 0 auto;
}
.tabfield.mail .content.hotmail {
	width: 185px;
	padding: 20px 15px 10px 15px;
	font-size: 11px;
	line-height: 18px;
}
.tabfield.mail .content.hotmail .hotmaillogo {
	width: 75px;
	height: 50px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 19px;
}
.tabfield.mail .content.hotmail .bekijkhotmail {
	width: 143px;
	height: 28px;
	position: relative;
	margin: 0 auto;
}
.tabfield.other .content.nieuwsbrief {
	width: 205px;
	height: auto;
	position: relative;
	margin-bottom: 2px;
	z-index: 10;
	padding: 13px 0px 0px 10px;
}
.tabfield.other .content.nieuwsbrief .nieuwsbrief_logo {
	width: 193px;
	height: 38px;
	position: relative;
	margin-bottom: 10px;
}
.tabfield.other .content.nieuwsbrief .veld {
	width: 190px;
	height: 22px;
	position: relative;
	margin: 15px auto;
	margin-bottom: 21px;
}
.tabfield.other .content.nieuwsbrief .tekst {
	width: 126px!important;
	height: 22px!important;
	position: relative;
	margin: 0 auto;
	padding: 0px!important;
	background:url(../images/template/bg_zoeken_tekst.gif) no-repeat!important;
}
.tabfield.other .content.nieuwsbrief .tekst .tekstveld {
	width: 118px;
	height: 19px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	background: none;
	font-size: 11px;
	color: #c1c1c1;
}
.tabfield.other .content.nieuwsbrief .button {
	width: 56px;
	height: 22px;
	position: relative;
	float: left;
}
.tabfield.other .content.nieuwsbrief .button .submit_nieuwsbrief {
	width: 56px;
	height: 22px;
	position: relative;
	border: none;
	background: url(../images/template/inschr_button.gif) no-repeat;
	cursor: pointer;
	margin-left: 6px;
}
.tabfield.other .content.ideeenbus {
	width: 205px;
	height: 96px;
	position: relative;
	margin-bottom: 2px;
	z-index: 10;
	padding: 13px 0px 0px 10px;
	font-size: 12px;
}
.tabfield.other .content.ideeenbus .idee {
	width: 119px;
	height: 38px;
	position: relative;
	margin-bottom: 10px;
}
.tabfield.other .content.refogames {
	width: 215px;
	height: auto;
	position: relative;
	z-index: 10;
}
.tabfield.other .content.refogames img {
	float: left;
}
.kolom .hetweer {
	width: 217px;
	height: auto;
	position: relative;
	margin-bottom: 2px;
}
.kolom .button_refogames {
	width: 217px;
	height: 62px;
	position: relative;
	margin-bottom: 2px;
}
.kolom .hetweer .titel {
	width: 202px;
	height: 24px;
	position: relative;
	text-align: center;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	margin-bottom: 2px;
	color: #fff;
	font-weight: bold;
	background: url(../images/template/bg_rubriek_top.gif) repeat-x;
}
.kolom .hetweer .content {
	width: 202px;
	height: auto;
	position: relative;
}
#content .kolom .fileinfo {
	width: 217px;
	height: auto;
	position: relative;
	margin-bottom: 2px;
}
#content .kolom .fileinfo .titel {
	width: 202px;
	height: 24px;
	position: relative;
	text-align: center;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	background: url(../images/template/bg_rubriek_top.gif) repeat-x;
}
#content .kolom .fileinfo .content {
	width: 187px;
	height: auto;
	position: relative;
	text-align: left;
	padding: 6px 15px;
	font-size: 11px;
	line-height: 18px;
}

#content .kolom .rubriek {
	width: 217px;
	height: auto;
	position: relative;
	background: url(../images/template/bg_rubriek_top.gif) repeat-x #82badf;
	margin-bottom: 2px;
}
#content .kolom .rubriek:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#content .kolom .rubriek .titel {
	width: 202px;
	height: 24px;
	position: relative;
	padding-left: 15px;
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#content .kolom .rubriek .content {
	width: 217px;
	height: auto;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .kolom .rubriek .content a {
	margin-left: 15px;
	line-height: 20px;
	font-size: 13px;
	color: #2a4456;
	display: block;
}
#content .kolom .rubriek.kolom1 {
	background: url(../images/template/bg_rubriek_top.gif) repeat-x;
}
#content .kolom .rubriek.kolom1 .titel {
	cursor: inherit;
}

#content .kolom .rubriek.kolom1 .content {
	width: 215px; 
	border: 1px solid #cacaca;
	border-top: none;
	padding-bottom: 9px;
}
#content .kolom .rubriek .content a.rabobank {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-rabobank.gif) no-repeat;
}
#content .kolom .rubriek .content a.abn {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-abn.gif) no-repeat;
}
#content .kolom .rubriek .content a.sns {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-sns.gif) no-repeat;
}
#content .kolom .rubriek .content a.ing {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-ing.gif) no-repeat;
}
#content .kolom .rubriek .content a.fortis {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-fortis.gif) no-repeat;
}
#content .kolom .rubriek .content a.beurs {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-beurs.gif) no-repeat;
}
#content .kolom .rubriek .content a.fd {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-fd.gif) no-repeat;
}
#content .kolom .rubriek .content a small {
	color: #ff0000;
	line-height: 14px;
}
#content .kolom .rubriek .content a.kliksafe {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-kliksafe.gif) no-repeat;
}
#content .kolom .rubriek .content a.solcon {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-solcon.gif) no-repeat;
}
#content .kolom .rubriek .content a.filternet {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-filternet.gif) left 1px no-repeat;
}
#content .kolom .rubriek .content a.sgp {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-sgp.gif) no-repeat;
}
#content .kolom .rubriek .content a.cu {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-cu.gif) no-repeat;
}
#content .kolom .rubriek .content a.nos {
	margin-left: 12px;
	padding-left: 20px;
	background: url(../images/template/icon-nos.gif) no-repeat;
}
#content .kolom .banner {
	width: 217px;
	height: auto;
	position: relative;
	padding-bottom: 2px;
	text-align: center;
}

.kolom_banners {
	width: 120px;
	height: auto;
	position: relative;
	float: right;
}

.kolom_banners .banner {
	width: 120px;
	height: auto;
	position: relative;
	margin-bottom: 5px;
}
.kolom_banners .banner img {
	float: left;
}

.kolom_banners .banner:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Opbouw footer */

.footer {
	width: 996px;
	height: 148px;
	position: relative;
	margin: 0 auto;
	background: url(../images/template/bg_footer.gif) left bottom repeat-x;
}

.footer .banner430x60links {
	width: 430px;
	height: 60px;
	position: absolute;
	left: 4px;
	top: 0px;
	overflow: hidden;
}
.footer .banner430x60links img {
	float: left;	
}
.footer .banner430x60midden {
	width: 430px;
	height: 60px;
	position: absolute;
	left: 440px;
	top: 0px;
	overflow: hidden;
}
.footer .banner430x60midden img{
	float: right;	
}
.footer .banner120x60rechts {
	width: 120px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
}

.footer .content {
	width: 996px;
	height: 38px;
	position: absolute;
	bottom: 44px;
	left: 0px;
}

.footer .content .azindex {
	width: auto;
	height: 38px;
	float: left;
	line-height: 38px;
	position: relative;
	margin-left: 15px;
	color: #fff;
	font-size: 11px;
}

.footer .content .azindex a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.footer .content .menu {
	width: auto;
	height: 38px;
	float: right;
	position: relative;
	margin-right: 15px;
}

.footer .content .menu a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 22px;
	float: left;
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}

.footer .content .menu a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .realisatie {
	height: 44px;
	width: 996px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 44px;
	text-align: center;
	color: #7f7f7f;
	font-size: 11px;
}

.footer .realisatie a {
	color: #7f7f7f;
	text-decoration: underline;
}

.footer .realisatie a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

.meer {
	color: #fff;
	font-style: italic;
	text-decoration: underline;
}	

.meer {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}	

.tip {
	font-weight: bold;
	line-height: 20px;
}

.nomargin {
	margin-right: 0px;
}

.zoeken_res {
	width: 545px;
	height: auto;
	position: relative;
	float: left;
	background: #fff;
	margin-bottom: 15px;
	padding-bottom: 25px;
}

.zoeken_res .titel {
	height: 24px;
	width: 560px;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 24px;
	color: #2a4456;
	font-weight: bold;
}

.zoeken_res .content {
	padding: 5px 0px;
	line-height: 20px;
}

.zoeken_res .content a {
	line-height: 20px;
	font-size: 13px;
	color: #2a4456;
	margin: 0 5px;
	float: left;
}

.zoeken_res .content a:hover {
	background: #ff6f00;
	color: #fff;
}

.zoeken_res .content a small {
	color: #ff0000;
}

.refokoopjes {
	width: auto;
	height: auto;
	position: relative;
}

.refokoopjes:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.refokoopjes .kolom .rubriek .titel {
	cursor: inherit!important;	
}

.kolom .koopje {
	width: 197px;
	margin: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	position: relative;
	border-bottom: 1px solid #5f8ba8;
}
.kolom .rubriek .content .koopje .desc {
	margin: 0px;
	padding: 0px;
	color: #2A4456;
	text-transform: none;
	line-height: 18px;
	font-weight: normal;
	font-size: 11px;
}
.kolom .rubriek .content .koopje .koop {
	margin: 0px;
	padding: 0px;
	color: #2A4456;
	text-transform: none;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
}
.kolom .koopje .prijs {
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
}
.kolom .koopje .contact a {
	margin: 0px!important;
	line-height: 18px!important;
	font-weight: normal!important;
	font-size: 11px!important;
	color: #5f8ba8!important;
}
.kolom .koopje .contact a:hover {
	color: #2a4456!important;
}
.games {
	margin: 15px auto;	
}
.games td {
	padding: 15px;	
}
#content .kolom .refoplein {
	width: 217px;
	height: 30px;
	position: relative;
	line-height: 30px;
	z-index: 10;
	background: #7c7c7c;
}
#content .kolom .refoplein a {
	color: #fff;
	width: 200px;
	height: 30px;
	position: relative;
	line-height: 30px;
	padding-left: 17px;
	font-size: 11px;
}

#content .infotips {
	width: 615px;
	height: auto;
	position: relative;
	float: left;
	padding: 20px;
	background: #fff;
}	

#content .infotips .titel {
	width: 615px;
	height: 36px;
	position: relative;
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
}	
#content .infotips .content {
	width: 615px;
	height: auto;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#content .infotips .content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#content .infotips .content .links {
	width: 295px;
	height: auto;
	position: relative;
	float: left;
	padding: 0 20px 0 0;
	line-height: 22px;
}
#content .infotips .content .rechts {
	width: 300px;
	height: auto;
	position: relative;
	float: left;
}

.icons {
	width: 210px;
	height: 25px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 50px;
	padding-left: 5px;
}
.icons a {
	width: 25px;
	height: 25px;
	position: relative;
	display: block;
	float: left;
	margin-right: 5px;
}
.icons a img {
	float: left;
}

