/*
 * CSS for the basis wien start page.
 */

body {
    color: #ccc;
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
}

#page {
    width: 750px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#emptycol {
    width: 247px;
    height: 450px;
    float: left;
}

#contcol {
    width: 503px;
    float: right;
}

#db, #magazine {
    clear: both;
}

#textde {
    margin-bottom: 25px;
}

#texten {
    margin-bottom: 50px;
    clear: both;
}

#logo {
    clear: both;
}

a:link, a:visited {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: underline;
}

.header {
    color: #686aba;
    font-size: 18px;
    font-weight: bold;
}

span.header a {
    color: #686aba;
    font-size: 22px;
    font-weight: bold;
}

span.header a:hover {
    text-decoration: underline;
}

.nums {
    color: #e1ee05;
}

.cut {
    width: 155px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 25px;
    float: left;
    clear: left;
    overflow: hidden;
}

.cut img {
    border: none;
}

/*
 * vim: syntax=css
 */
