@import url("compositions.css");
@import url("simple_text.css");

html, body {
    padding: 0px;
    margin: 0px;
    font-family: arial, sans;
    font-size: 11px;
    height: 100%;
    width: 100%;
}

img {
    border: 0px;
}

td {
    vertical-align: top;
}

div#content {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1152px;
    height: 1200px;
    margin: 0px auto;
}

div.layoutrow {
    position: relative;
}

div#top {
    position: absolute;
    height: 180px;
    width: 1020px;
}

div#mid {
    position: absolute;
    height: 500px;
    width: 900px;
    left: 0px;
    top: 200px;
}

div#mid.popup {
    position: relative;
    padding: 20px;
    top: 0px;
    width: auto;
    height: 100%;
}

div#content.popup {
    width: auto;
    height: auto;
    padding: 0px;
    
}

div#right {
    position: absolute;
    width: 150px;
    left: 900px;
    top: 65px;
    background-color: black;
    color: white;
}

th {
    text-align: left;
    white-space: nowrap;
}

h4 {
    margin: 5px 0px;
    font-size: 16px;
}

a.colofon {
    margin-left: 340px;
}

div.nav {
    left: 345px;
    position: absolute;
    top: 10px;
}

div.nav a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

div.nav img {
    margin-left: 10px;
    vertical-align: middle;
}

div.tabbar {
    position: absolute;
    left: 273px;
    top: 23px;
    height: 41px;
    width: 822px;
    background-image: url(/images/menu/bg_menu.png);
    background-repeat: no-repeat;
}

div.tab {
    position: relative;
    float: left;
}

div.tab a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

div.zoekveld {
    position: absolute;
    left: 855px;
    top: 103px;
    width: 300px;
}

.zoek_tekst {
    background-color: transparent;
    border: 0px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
    width: 120px;
}

.zoek_knop {
    margin-left: 6px;
    vertical-align: middle;
}

/* Title */

div#thema_block{
    position: absolute;
    left: 450px;
    top: 105px;
    width: 360px;
    height: 95px;
    font-size: 11px;
    font-weight:bold;
}

div#thema_block h1 {
    font-size: 18px;
    margin: 5px 0px;
}


div.doemee{
    background-repeat: no-repeat;
    font-size: 14px;
    height: 120px;
    left: 346px;
    position: absolute;
    top: 99px;
    width: 120px;
}


/* Architect */
div#architect_block {
    position: absolute;
    left: 832px;
    top: 4px;
    width : 152px;
    color: #FFF;
    height: 170px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

div#architect_block img {
    height: 91px;
}

a.white {
    text-decoration: none;
    color: white;
}

div#architect_block p {
    padding-top: 20px;
}

/* Nieuws items */

div#news_block {
    position: absolute;
    width: 640px;
    top: 20px;
    left: 170px;
    height: 150px;
}

div#newsitems {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 615px;
    /* voor edit mode */
    height: 155px;
    overflow: hidden;
}

div.newscontainer {
    width: 5000px;
    clear: none;
    height: 160px;
}    

ul#news {
    list-style: none;
    margin: 0px;
    padding: 0px;
} 
    
ul#news li {
    float: left;
    position: relative;
    margin: 2px;
}

.newsitem_place {
    width: 150px;
    height: 100px;
    background-color: #eee;
}

div.newsitem {
    position: relative;
    width: 150px;
    height: 120px;
    background-color: #fff;
    cursor: pointer;
}

div.newsitem div.title {
    background-color: #eef;
    height: 24px;
    line-height: 12px;
    padding: 3px;
    color: white;
    font-weight: bold;
}

div.newsitem .pic {
    margin: 0px;
    width: 150px;
    height: 95px;
    background-color: black;
    text-align: center;
}

div.newsitem div.intro {    
    
    padding: 5px;
}

div.newsitem div.content {
    padding: 5px;
    background-color: yellow;
    border: 1px solid black;
    display: none;
}

div.newsitem span.more {
    cursor: pointer;
}

div.newsitem span.more_on {
    cursor: pointer;
    background-color: yellow;
}


div.newsitem_show div.title {
    background-color: #222;
}

div.newsitem_show div.content {
    display: block;
}


div.scroll_right, 
div.scroll_left {
    position: absolute;
    top: 60px;
    right: 0px;
    cursor: pointer;
    vertical-align: center;
    
}

div.scroll_left {
    left: 0px;
}

/* Display */

div#display {
    position: absolute;
    left: 190px;
    top: 195px;
    width: 430px;
    height: 440px;
    font-size: 14px;
    color: #777;
}

div#display h3{
    color: white;
}



/* Questions */
    
div#questions_block {
    position: absolute;
    width: 728px;
    top: 660px;
    left: 220px;
    height: 120px;
}

div#questions_block div.scroll_left, div#questions_block div.scroll_right {
    top: 46px;
}

div#questions {
    position: absolute;
    width: 688px;
    height: 120px;
    top: 0px;
    left: 24px;
    overflow: hidden;
}

div.questioncontainer {
    width: 5000px;
}

ul#questionlist {
    list-style: none;
    margin: 0px;
    padding: 0px;
} 
    

div#questions li {
    background-image: url(/images/bg_vragen.png);
    float: left;
    width: 168px;
    height: 100px;
    position: relative;
    margin: 10px 4px 0px 0px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;   
}

div#questions li div.question_block {
    float: left;
    width: 164px;
    height: 87px;
}

div.question {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    margin: 5px 5px 0px;
}

.antwoord_knop {
    position: absolute;
    bottom: 3px;
    left: 0px;
}

/* Composition */

div.compositions {
    position: relative;
}

/*div#flash {
    position: absolute;
    top: 35px;
    left: 20px;
    width: 280px;
    height: 400px;
    background-color: #edd;
    border: 1px solid black;
    text-align: center;
}*/

#flashholder {
    left: 165px;
    position: absolute;
    top: 375px;
}

tr.even {
    background-color: #CCC;
}

/* General */


body {
    background-position: center top;
    background-image: url(/images/bg_start_middle.png);
    
}

body div#content {
    background-repeat: no-repeat;
	background-image: url(/images/bg_start_top.png);
}

body div#thema_block {
    left: 460px;
/*    top: 120px; */
}

/* Start */

body.start {
    background-image: url(/images/bg_start_middle.png);
}

body.start div.main_bottom {
    background-image: url(/images/bg_start_bottom.png);
    width: 1152px;
    height: 56px;
    float: left;
    left: -255px;
    position: absolute;
    bottom: 0px;
}

body.start div#top {
    background-image: url(/images/bg_start_top.png);
    width: 1152px;
    height: 1040px;
}

body.start div#content {
    background-repeat: repeat-y;
	background-image: url(/images/bg_start_middle.png);
}

body.start div#thema_block {
    left: 435px;
    top: 120px;
}

body.start div#mid {
    top: 250px;
    left: 255px;
    height: 2700px;
}


/* Plassen & Wassen / Badkamer */

body.badkamer {
    background-image: url('/images/bg_body_wassen.gif');
}

body.badkamer div.doemee:hover {
    background-image: url('/images/doe_mee/over_badkamer.png');
}

body.badkamer div#content {
    background-image: url('/images/bg_main_wassen.png');
    background-position: 92px top;
}

body.badkamer div.newsitem div.title  {
    background-color: #08b2c4;
}

body.badkamer div.newsitem_show div.title {
    background-color: #212223;
}

body.badkamer div.newsitem div.title_unpub  {
    background-color: #ccc;
}

body.badkamer ul#questionlist li div.question_block {
    background-color: #08b2c4;
}

/* Spelen en niksen */

body.woonkamer {
    background-image: url('/images/bg_body_leven.gif');
}

body.woonkamer div.doemee:hover {
    background-image: url('/images/doe_mee/over_woonkamer.png');
}

body.woonkamer div#content {
    background-image: url('/images/bg_main_leven.png');
    background-position: 112px top;
}

body.woonkamer div.newsitem div.title  {
    background-color: #D30523;
}

body.woonkamer div.newsitem_show div.title {
    background-color: #212223;
}

body.woonkamer div.newsitem div.title_unpub  {
    background-color: #ccc;
}

body.woonkamer ul#questionlist li div.question_block {
    background-color: #800013;
}

/* Slapen / Slaapkamer */

body.slaapkamer {
    background-image: url('/images/bg_body_slapen.gif');
}

body.slaapkamer div.doemee:hover {
    background-image: url('/images/doe_mee/over_slaapkamer.png');
}

body.slaapkamer div#content {
    background-image: url('/images/bg_main_slapen.png');
    background-position: 112px top;
}

body.slaapkamer div.newsitem div.title  {
    background-color: #075EC0;
}

body.slaapkamer div.newsitem_show div.title {
    background-color: #212223;
}

body.slaapkamer div.newsitem div.title_unpub  {
    background-color: #ccc;
}

body.slaapkamer ul#questionlist li div.question_block {
    background-color: #075EC0;
}

/* Koken & Eten / Keuken */

body.keuken {
    background-image: url('/images/bg_body_koken.gif');
}

body.keuken div.doemee:hover {
    background-image: url('/images/doe_mee/over_keuken.png');
}

body.keuken div#content {
    background-image: url('/images/bg_main_koken.png');
    background-position: 75px top;
}

body.keuken div.newsitem div.title  {
    background-color: #ef7511;
}

body.keuken div.newsitem_show div.title {
    background-color: #212223;
}

body.keuken div.newsitem div.title_unpub  {
    background-color: #ccc;
}

body.keuken ul#questionlist li div.question_block {
    background-color: #EF7511;
}

/* de buitenkant */

body.tuin {
    background-image: url('/images/bg_body_buiten.gif');
}

body.tuin div.doemee:hover {
    background-image: url('/images/doe_mee/over_tuin.png');
}

body.tuin div#content {
    background-image: url('/images/bg_main_buiten.png');
    background-position: 75px top;
}

body.tuin div.newsitem div.title  {
    background-color: #8DD600;
}

body.tuin div.newsitem_show div.title {
    background-color: #212223;
}

body.tuin div.newsitem div.title_unpub  {
    background-color: #ccc;
}

body.tuin ul#questionlist li div.question_block {
    background-color: #8DD600;
}

/* Eind */

body.eind {
    background-image: url(/images/bg_eind_middle.png);
}

body.eind div.main_bottom {
    background-image: url(/images/bg_eind_bottom.png);
    width: 1152px;
    height: 56px;
    float: left;
    left: -255px;
    position: absolute;
    bottom: 0px;
}

body.eind div#top {
    background-image: url(/images/bg_eind_top.png);
    background-repeat: no-repeat;
    width: 1152px;
    height: 1040px;
}

body.eind div#content {
    background-repeat: repeat-y;
	background-image: url(/images/bg_eind_middle.png);
	height: 1000px;
}

body.eind div#thema_block {
    left: 435px;
    top: 120px;
}

body.eind div#mid {
    top: 250px;
    left: 255px;
    height: 790px;
}

/* Popups */

div.notification {
    width: 300px; 
    top: 100px;
    left: 300px;
    position: absolute;
    background-color: #ffe;
/*    border: 4px solid #955; */
    border: 4px solid #f00;
    padding: 30px;
    font-size: 18px;
    color:  #442;
}

body#popup div.notification {
    left: 20px;
    top: 20px;
}

div#login {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ddd;
    height: 100%;
    width: 100%;
}


div#logindiv {
    position: absolute;
    top: 50px;
    left: 300px;
    background-color: #ddd;
    height: 250px;
    width: 400px;
    border: 3px solid #666;
    background-color: #ccc;
    padding: 10px;
}

/*
div.popup {
    padding: 30px;
    position: absolute;
    top: 0px;
    left: 400px;
    background-color: #ddd;
    border: 3px solid #999;
    font-size: 12px;
}
*/

div.popup .right_button {
    float: right;
    margin-top: -20px;
}

div.popup div.terug_knop {
    background-color: #FFF;
    padding-left: 3px;
    width: 45px;
}

div.popup div.niet_aangemeld {
    background-color: #414340;
    color: #FFF;
    margin-top: -10px;
    padding: 5px 10px;
    float: right;
}

div.popup div.niet_aangemeld a {
    color: #FFF!important;
}

div.popup div.info {
    color: #616161;
    overflow: hidden;
    width: 366px;
}

div.info div.top {
    background-image: url(/images/formulier/shadow_top.png);
    background-repeat: no-repeat;
    float: left;
    height: 9px;
    line-height: 1px;
    width: 366px;
}

div.info div.main {
    background-image: url(/images/formulier/shadow_main.png);
    float: left;
    width: 336px;
    padding: 10px 15px;
    position: relative;
}

div.info div.main h1 {
    margin-top: 0px;
}


div.info div.main span.infotekst {
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px; 
}

div.popup div.info .right_button {
    position: absolute;
    right: 10px;
    top: 17px;
}

div.popup div.info .right_link {
    position: absolute;
    right: 25px;
    bottom: 0px;
}

div.info div.adres_content {
    background-color: #DCDEDD;
    color: #616362;
    margin: 8px 8px 8px 0px;
    padding: 10px;
    text-align: center;
}

div.info div.bottom {
    background-image: url(/images/formulier/shadow_bottom.png);
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 366px;
}

div.popup div.outline {
    border: 2px dashed #414340;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    width: 362px;
    padding-top: 5px;
}

div.outline div.title {
    background-color: #414340;
    color: #FFF;
    left: 5px;
    padding: 5px 10px;
    position: absolute;
    top: -18px;
}

div.outline div.inline {
    background-color: #FFF;
    border: 2px solid #414340;
    margin: 0px 5px 5px;
    width: 348px;
}

div.inline div.form_content {
    background-color: #DCDEDD;
    color: #616362;
    margin: 8px;
    padding: 10px;
}

div.inline div.form_content input {
    border: 2px solid #DBDDDC;
    height: 16px;
    padding: 2px;
    width: 304px;
}

div.inline div.form_content input.input_error {
	background-color: #fee;
}

div.inline div.form_content error {
	position: absolute;
	border: 3px solid white;
	background-color: #700;
	color: white;
	width: 300px;
	padding: 5px;
	right: 0px;
	display: none;
}
div.inline div.form_content error.input_error{
	display: block;
}

input.tag_checkbox {
    width: 20px!important;
    height: 20px!important;
    vertical-align: middle;
}

div.inline div.form_content textarea {
    border: 2px solid #DBDDDC;
    height: 80px;
    padding: 2px;
    width: 304px;
}

div.inline div.form_content input.tag_field {
    width: 126px;
    padding-top: 1px;
    border-left: 0px;
}

div.inline div.form_content label {
    font-weight: bold;
    margin-left: 2px;
}

div.inline div.form_content label.number {
    color: #FFF;
    Background-color: #414340;
    padding: 2px 3px 2px 5px;
}

div.popup a {
    color: #616362;
    font-weight: bold;
    text-decoration: none;
}

body#popup.slaapkamer,
body.slaapkamer div.popup {
    background-image: url(/images/formulier/tile_slaapkamer.png);
}

body#popup.badkamer,
body.badkamer div.popup {
    background-image: url(/images/formulier/tile_badkamer.png);
}

body#popup.woonkamer,
body.woonkamer div.popup {
    background-image: url(/images/formulier/tile_woonkamer.png);
}

body#popup.keuken,
body.keuken div.popup {
    background-image: url(/images/formulier/tile_keuken.png);
}

body#popup.tuin,
body.tuin div.popup {
    background-image: url(/images/formulier/tile_tuin.png);
}

#stelvraag {
    position: absolute;
    top: 20px;
    left: 390px;
}

#stelvraag .popup {
    width: 366px;
}

#stelvraag .popup input, #stelvraag .popup textarea {
    width: 255px;
}

#stelvraag .popup input[type="submit"] {
    height: 25px;
}

.hidden {
    display: none;
}