html {
    margin:0;
    padding:0;
}

body {
    background-color:#E1DDD9;
    color:#000;
    font-family:verdana,SunSans-Regular,Sans-Serif;
    font-size:11px;
    margin:0;
    padding:0;
    text-align:center;
    background:url(../images/website_bg.jpg) top repeat-x #fff;
    line-height:16px;
}

.logo img{border:0px solid;}

#tinymce body{
    background-color: #fff !important;
}


h1 {
    background-color:transparent;
    color:#000;
    font-size:14px;
    padding-top:10px;
    text-transform:uppercase;
    font-weight:bold;
}

h2 {
    background-color:transparent;
    color:#000;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    padding:0px;
    margin:0 0 0 15px;
}
a {
    background-color:transparent;
    color:#2A437A;
    text-decoration:none;
    font-weight:bold;
}

a:visited{
    color:#000;
    border: 0px solid;
}

a:hover {
    background-color:transparent;
    color:#000;
    text-decoration:none;
}
pre {
    background-color:transparent;
    color:#564B47;
    font-family:Courier,Monaco,Monospace;
    font-size:11px;
}
#box {
    margin:0 auto;
    padding:0;
    text-align:left;
    width:1000px;
}

#content {
    float:left;
    padding:0;
    width:725px;
    overflow: hidden;
    margin-top:25px;
}

#left {
    float:left;
    padding:0;
    width:260px;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#left h1{
    padding-left:10px;
    padding-top:20px;
}

#left p{
    padding-left:10px;
    padding-top:10px;
    padding-bottom:20px;
    color:#fff;
}

#head {
    float:left;
    height:277px;
}

.adres_left{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/adres_left.jpg) no-repeat scroll left top;
    color:#FFFFFF;
    margin-left:4px;
    margin-top: 50px;
    padding:1px 10px 10px 18px;
    width:210px;
}

.adress p{
    color:#fff;
}

.top_header{
    height:234px;
    position: relative;
    width: 1000px;
}

#social-media{
    left: 20px;
    position: absolute;
    top: 238px;
}

.logo{
    height:239px;
    position: relative;
}

#midden{
    background: url(../images/content_bg.png) repeat-y top left;
    overflow: hidden;
    float: left;
    width:1000px;
    _margin-top:-26px;
    margin-top:-1px;
}

#head h1 {
    background-color:#90897A;
    color:#000;
    font-size:11px;
    margin:0px;
    padding:5px 15px;
    text-align:right;
    text-transform:uppercase;
}
#head p {
    margin:0;
    padding:10px;
}

#bottom{
    background-color:#2a437a;
    color:#fff;
    height:30px;
    margin:0 6px 0 4px;

}

#bottom a{
    color:#fff;

}

#bottom a:hover{
    color:#000;

}

#bottom h1{
    padding:6px 10px 0 10px;;
    font-size:10px;
    color:#fff;
    margin:0px;
    text-transform:none;
}

/*****************************************/
/* CONTENT PAGE*/
/*****************************************/

#midden_home{
    overflow: hidden;
}

#midden_home h2{
    font-size: 13px;
}

#midden_home form{
    margin-left: 15px;
    margin-top: 10px;
}

#midden_home .contentblok{
    border-right:1px dotted #444444;
    color:#000000;
    float:left;
    margin-bottom:10px;
    margin-right:5px;
    padding-left:1px;
    width:234px;
}

#midden h1{
}

#midden .contentblok{

}

#midden .contentblok .image_links{
    float: left;
    padding: 10px;
}

#midden .contentblok .image_links img{
    width:100px;
}

.contentblok{
    margin-bottom:10px;
}

.contentblok h2, h2.online_incasso, #form_builder_panel h2, #document h2, .data h2{
    font-size:14px;
    margin: 0px;
    font-weight:bold;
    color:#1d3468;
}

#form_builder_panel h2{
    margin-left: 10px;
}

.contentblok h2 a{
    color:#000 !important;
}

.tekst_rechts{
    padding:10px;
    margin:0px;
}






/*****************************************/
/* MAIN MENU*/
/*****************************************/

.menu2{
    background: url(../images/menu_bg.jpg) repeat-x top left;
    margin: 0px 5px 0px 5px;
    _margin: 0px 0px 0px 3px;
    float: left;
    width: 990px;

}

#nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    height:42px;
    float: right;
    padding-right: 9px;
}

.menu2 #nav ul{
    float:none;
    height: auto;
}

.menu2 #nav{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    height:42px;
    float: right;
    padding-right: 9px;
}

#left #submenu ul ul{
    display: block;
    float: none;
    height: auto;
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0 9px 0 0;
    position: relative;
}

.menu2 #nav a{
    display:block;
    padding:13px 10px 0px 10px;
    color:#fff;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
}

.menu2 #nav a:hover{
    color:#fff;

}

.menu2 #nav li{
    float:left;
    position:relative;
}

.menu2 #nav ul {
    position:absolute;
    display:none;
    width:11em;
    top:4em;
    background-color:#fff;
}

.menu2 #nav li ul a{
    width:10em;
    height:auto;
    float:left;
    background-color:#dadada;
    color:#000000;
    background-image:none;
    border-top:1px solid #fff;
}

.menu2 #nav li ul a:hover{
    background-color:#bcbcbc;

}


/* SUBMENU */

/* SUBMENU */


#submenu h1{
    background-color:#000;
    padding:10px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    margin:0px;
}

#submenu ul{
    display: block;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 10px 14px;
}


#submenu li {
    display:block;
    margin-top:3px;
    width: 229px;
    _height:26px;
}

#submenu h2
{
    display: block;
    line-height: 26px;
    margin: 0px;
    padding: 0px 0px;
    background-color:#6b6b6b;
    color: white;
    margin-top: 3px;
    text-transform: none;
}

#submenu ul ul h2
{
    display: block;
    line-height: 26px;
    margin: 0px;
    padding: 0px 0px;
    background-color:#444;
    color: red !important;
    margin-top: 3px;
    text-transform: none;
}

#submenu h2 a
{
    padding: 0px 10px;
    color: white;
}

#submenu ul ul li
{

}

#submenu ul ul ul li
{
    background-color: #000 !important ;
    margin-top: 0px;
}

#left #submenu li a{
    background: url(../images/menu_bg_bottom.jpg) no-repeat bottom left;
    font-weight:bold;
    display:block;
    padding:5px;
    padding-top: 9px;
    color:#000;
    padding-left:10px;
    height: 22px;
}

#left #submenu a:hover{
    background-color:#a2c2e8;
    color:#fff;
    display:block;
    background: url(../images/submenu_bg.jpg) no-repeat top left;
    width: 247px;
}

#left #submenu .active {
    background-color:#a2c2e8;
    color:#fff;
    display:block;
    background: url(../images/submenu_bg.jpg) no-repeat top left;
    width: 247px;
    color:#fff;
}

#left #submenu #nav .active > a{
    color:#fff;
}

#left #submenu ul ul li a{
    background: none;
    padding:7px 10px 3px 10px;
    color:#000 ;
}

#left #submenu ul ul .active{
    background: none;
    width:231px;
}

#left #submenu ul ul .active a{
    background: url(../images/submenu_bg.jpg) no-repeat right -2px;
    width:211px;
    color:#fff;
}

#left #submenu ul ul li a:hover{
    background: url(../images/submenu_bg.jpg) no-repeat right -2px;
    width:211px;
    color:#fff;
}



/* FAQ */
#submenu dt{
    background-color:#6b6b6b;
    margin-top:3px;
    padding:5px;
    padding-left:10px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    height:16px;
}

#submenu dt a{
    color:#fff;

}

#submenu dt a:hover{
    color:#fff;

}

#submenu dt:hover{
    background-color:#A2C2E8;
}

#submenu ul ul{
    margin:0px;
    padding:0px;
}



#submenu dd li{
    background-color:#444;
}

/* submenu menu aktief */

.menutop_aktief{
    background-color:#a2c2e8;
    color:#fff;
    display:block;
}

.menutop_aktief a{
    background-color:#a2c2e8;
    color:#fff;
    display:block;
}

.menu_aktief{
    background-color:#a2c2e8;
    color:#fff;
    display:block;

}

.fotoalbum{
    float: left;
    overflow: hidden;
    width: 179px;
    height: 125px;

}

.fotoalbum a{
    border: 2px solid #fff;
    float: left;
}

.fotoalbum a:hover{
    border: 2px solid #A2C2E8;
    float: left;
}

.fotoalbum img{
    float: left;
    width: 165px;
    padding: 5px;
}

#head #nav li{
    background: url(../images/menu-bg-left.png) no-repeat top left;
    height:65px;
}

#head #nav li a{
    background: url(../images/menu-bg-right.png) no-repeat top right;
    height: 55px;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

#head #nav li:hover{
    background: url(../images/menu-bg-left-2.png) no-repeat top left;
    color:#000;
}

#head #nav li a:hover{
    background: url(../images/menu-bg-right-2.png) no-repeat top right;
    color:#000;
}

#head #nav .active{
    background: url(../images/menu-bg-left-2.png) no-repeat top left;
    color:#000;
}

#head #nav .active a{
    background: url(../images/menu-bg-right-2.png) no-repeat top right;
    color:#000;
}





.flash_onder{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.flash_movie{
    position: absolute;
    top: 31px;
    right: 5px;
}


/* BETAALDE DOCUMENTEN MET IDEAL  STAP 1*/

.doc-table{
    border-top:1px solid #aaa;
    padding: 25px;
    float:left;
    width:95%;
}

.doc-afb{
    float:left;
    width:40px;
}

.data{
    float:left;
    width:93%;
}

.data h2{
    font-weight: bold;
    padding: 0;
    margin: 0;
    float:left;
    width:400px;
}

.price-blok{
    float:right;
    width:190px;
}

.doc-price{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-top:-25px;
}

.doc-tekst{
    width:400px;
    float:left;
}

.doc-ideal-button{
    background: url(/images/ideal-block-bg.jpg) top left no-repeat;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px 10px;
    text-align: center;
}

.doc-ideal-button img{
    position: relative;
    top:5px;
    left:-5px;
}


/* BETAALDE DOCUMENTEN MET IDEAL  STAP 2 */

#error{
    border: 2px solid red;
    background: #ffc3c3;
    padding: 10px 20px;
    margin: 10px;
    width:370px;
}

#document{
    margin: 0 20px;
}

#document form{
    margin: 20px 0px;
    width:415px;
    border: 1px solid #aaa;
    padding: 10px 20px;
}

#document label{
    width:120px;
    float:left;
}

/* MELDINGEN */

#melding{
    margin: 20px 30px;
}

#melding table{
    border: 2px solid #2fb403;
    margin: 10px 0;
}

.melding-td1{
    padding-right:30px;
}

#melding td{
    padding: 5px;
}

a.document-download-button{
    background: none repeat scroll 0 0 #2FB403;
    color: #FFFFFF;
    display: block;
    padding: 5px 15px;
    width: 150px;
}

a.document-download-button:hover{
    background: none repeat scroll 0 0 #238d00;
    color: #FFFFFF;
}

.betaling-afgebroken{
    background: none repeat scroll 0 0 #FFC3C3;
    border: 1px solid red;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
}

#betaalform {
    margin: 0 30px;
    width:400px;
}

#betaalform label{
    float:left;
    width: 115px;
}

#form_builder_panel{
    width: 450px;
}
