@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");
@import url("/media/stylesheets/include/survey.css");
@import url("/media/stylesheets/include/print.css") print;

/**** Home ****/
.home div.col-content {
    width:360px;
    float:left;
    margin:12px 0 0 16px;
}

.home div.col-sidebar {
    width: 560px;
    float: left;
    margin: 12px;
}

.home .gadget.small {
    margin-left:12px;
}

.home .gadget.login a {
    color: #002496;
}

.home .gadget.login {
    margin-bottom: 8px;
}

.home .footer .sitelinks {
    margin-top: -30px;
}

.news li {
    display: block;
    clear: both;
}

/*****************************************/
/***** 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;
}
.intro.tekst {
    font-weight: bold;
    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; }

