/*============================================================

 RESET FOR ALL BROWSERS
 
 Based on Erik Meyer's reset stylesheet 12.02.2008
 http://meyerweb.com/eric/tools/css/reset/

============================================================*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong
{
	font-weight: 700;
}

/*====================================================
 CLEARFIX
====================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*************************************************************
  
Website Concept & Design by Tabeoka
Realisation & Implementation by Tabeoka.
Copyright - 2010 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Niki & Michael' 
HTML & CSS production by 'Niki & John Moors' 
john@tabeoka.be - www.tabeoka.be
 
/************************************************************/ 

/*============================================================
  01. PAGE STRUCTURE
============================================================*/
.Kruimel {
    font-size: 0.7em;
    padding-bottom: 10px;
}
.Kruimel a {
    color: #0295e8!important;
    text-decoration: underline!important;
}

.Kruimel a:hover {
    color: #000!important;
}

body /*!T!*/ {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: url(../img/bg_patroon.gif);
    background-repeat: repeat;
}

#wrapper {
    height: 457px;
    margin: 10px auto 0;
    width: 955px;
    position: relative;
}

/*============================================================
  02. HEADER
============================================================*/

#header, #header-fr {
    float: left;
    height: 75px;
    width: 955px;
    padding-bottom: 15px;
}

#header a.logo, #header-fr a.logo {
	height: 54px;
	width: 200px;
	background-repeat: no-repeat;
	margin: 17px 0 0 25px;
	float: left;
	display: block;
}

#header a.logo {
	background-image: url(../img/logo-nl.png);
}

#header-fr a.logo {
	background-image: url(../img/logo-fr.png);
}

#taalkeuze {
    /*float: right;*/
    width: auto;
    text-transform: uppercase;
    font-size: 0.7em;
    color: #6886a4;
    
    margin: 3px 15px 0 0;
}
#taalkeuze a:link, #taalkeuze a:visited {
    color: #6886a4;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#taalkeuze a.actief {
    color: #fff;
}
#taalkeuze a:hover {
    color: #fff;
}
#zoek {
    float: right;
    width: auto;
    padding-top: 14px;
    text-align: right;
}
#zoek input {
    float: left;
    margin-top: 5px;
}
.searchHighlight {
    color: #0295e8;
}
/*============================================================
  04. CONTENT
============================================================*/
#content {
    width: 945px;
    float: left;
    background-color: #fff;
    padding: 5px;
    min-height: 700px;
}
#content #navigation {
    width: 645px;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    height: 27px;
    background-color: #e3f2fa;
}

#content #navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 15;
    zoom: 1; /*Fixes an IE6-bug*/
}

#content #navigation ul li {
    float: left;
    display: block;
    background: url(../img/li.png) no-repeat 0px 7px;
    padding-right: 2px;
    padding-left: 2px;
    position: relative;
    z-index: 15;
    text-transform: uppercase;
}

#content #navigation ul li a:link, #content #navigation ul li a:visited {
    display: block;
    float: left;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 16px;
    color: #0295e8;
    text-decoration: none;
    background-image: url(../img/topje.png);
    background-repeat: repeat-x;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    height: 20px !important;
}
#content #navigation ul li a:hover /*!T!*/ {
    color: #333;
    background-image: url(../img/topje_actief.png);
    background-repeat: repeat-x;
}

#content #navigation ul li a:active {
    color: #666;
    background-image: url(../img/topje_actief.png);
    background-repeat: repeat-x;
}

#content #navigation ul li ul {
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 15;
    border-top: 0px solid #fff;
    background-color: #fff;
}
#content #navigation ul li ul li {
    clear: both;
    background-color: #333333;
    background-image: none;
    float: none;
    padding: 0px;
    display: block;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
#content #navigation ul li ul li.Promo {
    background-color: #f1162a;
}
#content #navigation ul li ul li:hover {
    background-color: #0099ff;
}
#content #navigation ul li ul li a:link, #content #navigation ul li ul li a:visited {
    z-index: 2;
    color: #fff;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 11px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-image: none;
    width: 120px;
    display: block;
    height: auto !important;
    float: none;
}
#content #navigation ul li ul li a:hover {
    background-image: none;
    background-color: #0099ff;
    color: #fff;
}
#ImgSlide {
    z-index: 1;
}
/*============================================================
  04. Header / Slideshow
============================================================*/
#Slideshow {
    float: left;
    width: 643px;
    position: relative;
    z-index: 1;
}
#Slideshow h1, #Slideshow .hTitle {
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
        text-transform: uppercase;
    color: #0295e8;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
}
#img_slider img {
    padding: 0 0px 0 0px;
}
#img_slider_next, .img_slider_next {
    float: right;
    height: 22px;
    width: 43px;
    padding-top: 10px;
}
#img_slider p {
    clear: both;
    float: left;
    font-size: 0.7em;
    width: 630px;
    margin-bottom: 0;
    line-height: 14px;
    color: #333;
    padding-left:10px;
}

#img_slider p a, #img_slider p a:visited {
    color: #0295e8;
    text-decoration:underline;
}
#img_slider p a:hover {
    color: #000;
    text-decoration:underline;
}

#img_slider_previous, .img_slider_previous {
    float: left;
    height: 22px;
    width: 43px;
    padding-top: 10px;
}

#Slideshow_banner {
    background-image: url(../img/Home/bg_slideshow2.png);
    height: 50px;
    width: 261px;
    color: #fff;
    position: absolute;
    top: 225px;
    left: 335px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 18px;
    padding: 15px 20px 10px 20px; 
}


#Slideshow_banner a, #Slideshow_banner_fr a {
    color: #fff;
    text-decoration: none;
}

#Slideshow_banner #close, #Slideshow_banner_fr #close {
    position: absolute;
    left: 285px;
    top: 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

#Slideshow_banner_fr {
    background-image: url(../img/Home/bg_slideshow3.png);
    height: 72px;
    width: 261px;
    color: #fff;
    position: absolute;
    top: 204px;
    left: 335px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 18px;
    padding: 15px 20px 10px 20px; 
}

/* BEGIN bouwgronden */
div.Provincie {
    background-image: url(../img/prov_bg.png);
    height: 70px;
    width: 145px;
    color: #fff;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

div.Provincie .provincie_naam {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #4690cd;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 15px;
}
div.Provincie .provincie_info {
    height: 41px;
    color: #000;
    font-size: 0.7em;
    padding-top: 10px;
    padding-left: 5px;
}
div.Provincie .provincie_info a:link, div.Provincie .provincie_info a:visited {
    color: #000;
    text-decoration: none;
    /*background: url(../img/li2.png) no-repeat 10px center;*/
    display: block;
    /*padding-left: 20px;*/
    line-height: 17px;
}

div.Provincie .provincie_info a ul {
	list-style: none;
	list-style-image: none;
	margin-left: 10px;padding: 0px;
}
div.Provincie .provincie_info a ul li {
	background: url(../img/li2.png) no-repeat left center;
	padding-left:10px;
}

div.Provincie .provincie_info a:hover {
    color: #000;
    text-decoration: underline;
    background-color: #ccc;
    line-height: 17px;
    padding-right: 20px;
}

img.verkocht
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

table.loten tr td div {
    position: relative;
}

table.loten {
    width: 100%;
}
table.loten th {
    text-align: left;
    padding-left: 6px;
}

table.loten tr td div div.info {
    position: absolute;
    width: 320px;
    height: 300px;
    right: -5px;
    background-color: #fff;
    border: 1px solid #0295e8;
    display: none;
    overflow: scroll;
    z-index: 100;
}
div.KeepSpace {
    height: 300px;
    width: 300px;
}
table.loten tr th {
    background-color: #0c7ed4;
}

table.loten tr td {
    border-bottom: solid 1px #0c7ed4;
    padding: 5px;
}

/* EINDE bouwgronden */

/* BEGIN overzicht instapmodellen */

td.instapcell {
    padding: 2px 20px 2px 20px;
}

td.instapcellbottom {
    padding: 2px 20px 15px 20px;
}

td.instapcellbottomnaam {
    padding: 2px 20px 15px 20px;
    text-align: right;
    font-weight: bold;
}

div.onderschriftlinks {
    font-size: 11px;
    float: left;
    display: inline;
}

div.onderschriftrechts {
    font-size: 11px;
    float: right;
    display: inline;
}

/* EINDE overzicht instapmodellen */

/* BEGIN testimonials */

div.getuige {
    float: left;
    display: inline;
    width: 300px;
    background-color: #fff;
    text-align: left;
    font-size: 0.8em;
    line-height: 12px;
   
}
/* EINDE testimonials */

.quotetitel, .rtb_edit_quotetitel {
    color: #0295e8;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 7px;
}

.blauw, .rtb_edit_blauw {
    color: #0295e8;
}
.zwart, .rtb_edit_zwart {
    color: #000;
}

.selectedFAQ, .rtb_edit_selectedFAQ
{
	color: #22a5f8;
}

.highlight, .rtb_edit_highlight {
    color: #000;
    font-weight:bold;
}
.rood, .rtb_edit_rood
{
    color: red;
}
.grijs, .rtb_edit_grijs
{
	color: #565656;
}
.kleingrijs, .rtb_edit_kleingrijs
{
    color: #565656;
    font-size: xx-small;
}
#content_text {
    width: 625px;
    float: left;
    height: auto;
    padding: 15px 10px 0px 10px;
    font-size: 0.8em;
    line-height: 18px;
    color:#333;
    overflow: hidden; /* IE6 */
}

*>#content_text /* IE6 overwrite */
{
	overflow: visible;
}

#content_text a:link, #content_text a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #0295e8;
}

#content_text a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
}
#content_text h1, #content_text .hTitle, #content_text .rtb_edit_hTitle {
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
    text-transform: uppercase;
    color: #0295e8;
    vertical-align: top;
    margin-top: 0px;
}

#content_text h2 {
    font-size: 17px;
    font-weight: normal;
    line-height: 14px;
    color: #000;
}

#content_text h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #0295e8;
}

#content_text_home {
    width: 645px;
    float: left;
    height: auto;
    padding-top: 15px;
    font-size: 0.8em;
    line-height: 18px;
    color:#333;
    overflow: hidden; /* IE6 */
}

*>#content_text_home /* IE6 overwrite */
{
	overflow: visible;
}

#content_text_home a:link, #content_text_home a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #0295E8;
}
#content_text_home a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #333;
}
#content_text_home h1, #content_text_home .hTitle {
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
    text-transform: uppercase;
    color: #0295e8;
    vertical-align: top;                              
    margin-top: 0px;
}

#content_text_home h1 a:link, #content_text_home h1 a:visited, #content_text_home .hTitle a:link, #content_text_home .hTitle a:visited  {
	text-decoration: none;
}

#content_text_home h1 a:hover, #content_text_home .hTitle a:hover {
	text-decoration: none;
	color: #0295e8;
}

#content_text_home h2 {
    font-size: 17px;
    font-weight: normal;
    line-height: 14px;
    color: #000;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    line-height: 14px;
    color: #000;
}

#content_text_home h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #0295e8;
}
#content_text ul li {
    background: url(../img/li2.png) no-repeat 0px 5px;
    display: block;
    padding-left: 15px;
}
#content_text ul li ul li
{
    background: url(../img/li2.png) no-repeat 0px 7px;
    display: block;
    padding-left: 15px;
}
#content_text ul {
    padding-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#content_textL {
    float: left;
    width: 310px;
    height: auto;
    padding-bottom: 10px;
}
#content_textL p {
    margin-bottom: 0px;
    margin-top: 0px;
}
#content_textR {
    float: right;
    height: auto;
    width: 300px;
    padding: 0px 0px 10px 10px;
   
}
#content_textR ul li {
    background: url(../img/li2.png) no-repeat 0px 5px;
    display: block;
    padding-left: 15px;
}
#content_textR ul {
    padding-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#content_textR p {
    margin-bottom: 0px;
    margin-top: 0px;
}
#extra_info {
    padding-bottom: 10px;
}
#extra_info h2 {
    color: #0295e8;
     padding-bottom: 10px;
}
#extra_info h3 {
	color: #000000;
	font-size: 14px;
}

#extra_info img {
    padding-right: 15px;
}
#extra_info ul li {
    background: url(../img/li2.png) no-repeat 0px 5px;
    display: block;
    padding-left: 15px;
}
#extra_info ul {
    padding-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#extra_info p {
    margin-bottom: 0px;
    margin-top: 0px;
}
#Bouwplannen {
    padding-bottom: 10px;
    overflow: hidden;
    width: 640px;
}
#Bouwplannen img {
    padding-right: 15px;
    float: left;
}
#text1 {
    width: 300px;
    float: left;
    height: 220px;
    background-color: #f0f0f0;
    padding: 10px;
}

#text2 {
    float: right;
    width: 300px;
    float: right;
    height: 220px;
    background-color: #f0f0f0;
    padding: 10px; /*!T! 	color: #000000; 	font-size: 0.75em; 	height: 385px; 	letter-spacing: 0.08em; 	line-height: 1.67em; 	margin: 0 0 0 484px; 	overflow: hidden; 	padding: 20px; 	position: absolute; 	width: 240px; 	z-index: 2 	*/
}
#rechts {
    float: right;
    width: 290px;
    padding-left: 10px;
}
/* end of 4 parts */

#nummering {
    color: #ccc;
    width: 310px;
    position: absolute;
    left: 9px;
    top: 282px;
    font-size: 12px;
}

a.nr {
    color: #ccc;
    background-color: #304052;
    display: block;
    height: 14px;
    width: 18px;
    padding: 3px 0 1px 0;
    background-color: #304052;
    text-decoration: none; /*line-height: 18px;*/
    float: left;
    margin-right: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

a.nr:hover, a.nr:active, a.nractief {
    background-color: #0099ff;
    color: #fff;
}

div.nieuwsbrief {
    width: 290px;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: right;
    float: right;
    padding-bottom: 10px;
    height: 30px;
}

div.loginLink {
	width: 290px;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: right;
    float: right;
    padding-bottom: 5px;
}

div.rechterbalkItem a, div.rechterbalkItem a:visited, div.nieuwsbrief a, #nieuwsbrief a:visited, div.loginLink a {
    color: #000;
    text-decoration: none;
}

div.rechterbalkItem a:hover, div.nieuwsbrief a:hover {
    text-decoration: underline;
}

div.rechterbalkItem {
	font-size: 0.7em;
    padding: 10px 3px 10px 3px;
}

#banner1 {
    width: 290px;
    padding-bottom: 15px;
}
#banner2 {
    width: 282px;
    border: 1px solid #ccc;
    padding: 3px;
}

#banner2 p {
    background: url(../img/bg_banner2.png) no-repeat bottom;
    font-size: 0.7em;
    line-height: 12px;
    height: 100px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

#banner2 img {
    padding-right: 5px;
}
.banner2_titel, rtb_edit_banner2_titel {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.banner2_titelblauw, rtb_edit_banner2_titelblauw {
    color: #0295e8;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#fotogallerij img {
    border: 1px solid #f0f0f0;
}

#content #scrollbar {
    margin: 380px 0 0 745px;
    position: absolute;
    width: 13px;
    z-index: 8;
}
#content #imgContShow {
    height: 385px;
    margin: 0 0 0 484px;
    padding: 20px;
    position: absolute;
    width: 240px;
    z-index: 2;
}
#text2 a /*!T!*/ {
    color: #0295e8;
}
#text2 a:hover /*!T!*/ {
    text-decoration: none;
}
.kader {
    border: 1px solid #ccc;
}
#footnote {
    color: #ccc;
    clear: both;
    width: 645px;
    font-size: 11px;
}

#footer {
    width: 955px;
    float: left;
    background-color: #0295e8;
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    height: 33px;
    line-height: 33px;
}
#footer a:link, a:visited {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

/* Scrollelements for the instapmodellen */
.scrollouter {
    overflow: hidden;
    position: relative;
    width: 640px;
    height: 94px;
    z-index: 2;
}
.scrollinner {
    width: 50000px;
}
.scrollinnervert {
    height: 180px;
}
#contentwidth, #contentwidth2 {
    float: left;
    min-width: 50px;
}
* > #contentwidth {
    width: auto;
}
* > #contentwidth2 {
    height: auto;
}

div.InstapModellenZoek label {
    font-size: 12px;
}

div.InstapModellenZoek {
    width: 250px;
    height: 31px;
    float: right;
    text-align: right;
}

div.InstapModellenTitel {
    height: 31px;
    min-height: 31px;
}

*>div.InstapModellenTitel {
	height: auto;
}

/* Bouwprojecten pagina */
div.ProvincieAfbeelding {
    position: relative;
    background-repeat: no-repeat;
    height: 309px;
    width: 642px;
}
div.ProvincieAfbeelding img.project {
    position: absolute;
}
div.ProvincieAfbeelding img.grond {
    position: absolute;
}

div#legende {
    margin: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 140px;
    height: 68px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
div#legende div.titel {
    color: #0c7ed4;
    background-color: #234;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 0 3px 5px;
}

table.legende td {
    padding: 0 5 0 5;
    text-transform: uppercase;
}
table.legende img.legendePijl {
    padding-bottom: 2px;
}
table tr td.InfoTitle {
    color: #0295e8;    
    font-weight: bold;
}
/* Scrollelements voor de homepagina */
.scrollouterHome {
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    width: 295px;
    height: 93px;
    z-index: 2;
}

.scrollouterKijkwon {
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 130px;
    z-index: 2;
    float: left;
}

.scrollouterKijkwon a {
    font-weight: normal !important;
}

/* Scrollelements voor de kijkwoning */
.scrollouterKijkwoning {
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    width: 310px;
    z-index: 2;
}

/*kijkwoningen*/
div.homeKaartKijkWon {
    position: relative;
    background-image: url('../img/Home/kaartje_klein.png');
    background-repeat: no-repeat;
    width: 166px;
    height: 136px;
    float: left;
}

div.homeKaartKijkWon img {
    position: absolute;
}

div.KaartKijkWoningen, div.KaartKijkWoningen-fr {
    position: relative;
    background-repeat: no-repeat;
    height: 309px;
    width: 645px;
}

div.KaartKijkWoningen {
    background-image: url('../img/KaartKijkwoning.jpg');
}

div.KaartKijkWoningen-fr {
    background-image: url('../img/KaartKijkwoning-fr.jpg');
}

div.KaartKijkWoningen img, div.KaartKijkWoningen-fr img {
    position: absolute;
}
img {
    border: none;
}
.txtSmall {
    width: 98px;    
}
/*nieuwsbrief 'pop-up'*/
div#nieuwsPopup {
    position: absolute;
    top: 275px;
    left: 200px;
    padding: 10px;
    display: none;
    width: 400px;
    /*height: 160px;*/
   
    border: 1px solid #000;
    background-color: #e3f2fa; 
    line-height: 18px;
    font-size: 0.8em; 
    z-index:999;
}
div#nieuwsPopup h1, div#nieuwsPopup .hTitle {
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0295e8;
    vertical-align: top;
    margin-top: 0px;
}
div#nieuwsPopup p {
    text-align:center;
}

/* Forms */
.TextInput {
    width: 460px;    
}
.TextInputWidth {
    width: 515px;    
}
.TextInputSmall {
    width: 40px;    
}
.TextInputMaxWidth {
    width: 615px;    
}

/*Events*/
.grijzekader{
	border: #ccc 1px solid;
	padding-bottom: 10px;
	background-color:#eee;}
	
.eventtitel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	display: block;
	width:175px;
	margin-top:15px;
	padding: 7px 5px 7px 5px;
	background-color:#09f;
	text-transform:uppercase;
	font-weight:normal;
}

.eventtitel_fr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	display: block;
	width:300px;
	margin-top:15px;
	padding: 7px 5px 7px 5px;
	background-color:#09f;
	text-transform:uppercase;
	font-weight:normal;
}

.eventnaam{
	font-size: 1.19em;
	color:#036;
	display:block;
	margin-bottom:10px;
}
.eventdatum{
	font-size: 1em;
	color:#09f;
	display:block;
	margin-bottom:10px;
}

.eventplaats{
	font-size: 1em;
	color:#09f;
}
/*bouwprojecten*/
table.ProjectContact {
    font-weight: bold;
    background-color: #ccc; 
    width: 310px;
}
table.ProjectContact tr td {
    padding:5px;
}
/*instapmodel slider */
#content-slider {
    float: left;
    height: 3px;
    width: 530px;
    margin-top: 20px;
    background: #bbb;
    position: relative;
}
.ui-slider-handle {
  width: 25px;
  height: 14px;
  position: absolute;
  top: -6px;
  background: #5a5a5a;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 10;
}
.content-item {
	width: 175px;
	height: 100px;
	padding: 5px;
	float: left;
}

div#beheerMenu ul{
	display: block;
	position: static;
	float: none;
	margin: 0px;
	padding: 0px;
}

div#beheerMenu ul ul{
	margin: 0px 0px 0px 15px;
}

div#beheerMenu ul li{
	float: none !important;
}

div#beheerMenu ul li a {
	display: block!important;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	color: #0295e8 !important;	
	visibility: visible;
}
#StickyRechts {
    float:right;
    clear: both;
}
.hidden{
    display: none;
}

div#rechts ul.AspNet-Menu li ul {
	visibility: visible; /*fix for IE7*/
}

/* Lastenboek */

#submenu ol li a
{
	color: #0295e8;
	text-decoration: none;
}

div#OpsommingLastenboek {
    position: absolute;
    bottom: 30px;
    left: 327px;
}

ol#lastenboek {
    margin:0px;
    padding: 0px 20px 10px 20px;
    
    background-image: url(../img/lastenboek/LastenboekMid.png);
    background-repeat: repeat;
    height: 134px;
    width: 271px;
    color: #fff;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 15px;
    overflow: hidden;
    list-style-type: none;  
}
ol#lastenboek li {
    padding: 2px 0px 2px 0px;
    margin:-1px 0px 0px 0px;
    border-top: 1px dotted #1681cd;
}
ol#lastenboek li a span {
    color:#1e2f65;
}

ol#lastenboek a {
    color: #fff;
    text-decoration: none;
}
ol#lastenboek a:hover {
    background-color: #87c4ed;
}
#lastenBottom {
    background-image: url(../img/Lastenboek/LastenboekKlap.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 276px;        
    color: #fff;
    padding: 6px 0 0 36px;
    margin: -9px 0 0 0;
}

#lastenBottom a {
    color: #fff;
    text-decoration: none;
}

#sb {
    background-image: url('../img/lastenboek/LastenboekScrollbar.png');
    width: 6px;
    clear: left;
    overflow: hidden;
    cursor: pointer;
}
#scrollbarLastenboek {
    margin: 0px;
    padding-left: 0px;
    width: 6px;
    /*height: 143px;*/
    padding-top: 1px;
    float: left;
}
.LastenboekTitel {
    color: #182b42;
}
/*div#divOL {
    float: left;
    height: 143px;
    width: 311px;
}*/
.Lastenboek_content {
    padding: 5px;
}
.Lastenboek_content table {
    padding-bottom: 10px;
    margin: 0px;
}
.Lastenboek_content table td.spatie {
    padding: 10px;
}
a.NextLastenBoek {
    float: right;
}

#submenu
{
	float: left;
	display: inline;
	width: 645px;
}

#submenu ol li
{
	background: url(../img/li2.png) no-repeat 0px 5px;
    display: block;
    padding-left: 15px;
    line-height: 18px;
    font-size: 13px;
}