@import url("/media/stylesheets/include/reset.css");
@import url("/media/stylesheets/include/layout.css");
@import url("/media/stylesheets/include/style.css");
@import url("/media/stylesheets/include/content.css");
@import url("/media/stylesheets/include/forms.css");

/**** Home ****/

div.wrapper div.col-content {
    width:360px;
    float:left;
    margin:12px 0px 0px 16px;
}

div.wrapper div.col-sidebar {
    width: 560px;
    float: left;
    margin: 12px;
}

div.wrapper .gadget.small {
    float:left;
    width:252px;
    margin-left:12px;
}

div.wrapper .gadget.login a {
    color: #002496;
}

div.wrapper .gadget.login {
    margin-bottom: 8px;
}

div.wrapper .footer .sitelinks {
    margin-top: 0;
}

.news li {
    display: block;
    clear: both;
}

h2 a {
    color:#002496;
    text-decoration:none;
}
h2 a:hover {
    color:#002496;
}

/*****************************************/
/***** Homepage kollommen en gadgets *****/
/*****************************************/
body .left.column {
    width: 360px;
    float: left;
    display: inline;
}
body .right.column {
    margin-left: 385px;
}
body .right.column .gadget.snelzoeken {
    margin-right: 11px; /*FIXME: total width = 511?*/
}
body .right.column .gadget.snelzoeken,
body .right.column .gadget.snelzoeken .content,
body .right.column .gadget.top10 .content {
    height: 100px;
}
body form#form_snelzoeken dl.data-elements,
body div.snelzoeken select#snelzoeken_product,
body div.snelzoeken select#snelzoeken_regio {
    width:211px;
}
.intro.tekst {
    line-height: 16px;
    margin: 0 0 10px;
    width: 337px;
    text-align: justify;
}

.gadget.inloggen a {
    color: #999;
}
.gadget.inloggen a:hover {
    color: #002496;
}

body .lijst .plaats {
    color:  #002496;
}
div.lijst td.rating a {
    color:#666;
    text-decoration:none;
}
body .lijst table {
    width: 100%;
}
div.lijst td.rates { text-align:right; }


