html, body {
    margin: 0px;
    padding: 0px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    line-height: 150%;
}

a.btn {
    line-height: 30px;
    display: block;
    background-color: #eee;
    text-align: center;
    border: 1px solid #999;
    font-size: 0.9em;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a.rlink {
    color: #333;
    text-decoration: none;
}

a.rlink:hover {
    color: #c55;
}

div.ccol {
    width: 900px;
    margin: 0px auto 0px auto;
}

div#maincontent {
    background-color: #fff;
    margin-bottom: 50px;
}

div#header {
    height: 60px;
    width: 100%;
    background-color: #333;
    color: #eee;
    border-bottom: 2px solid #000;
}

div#header img {
    float: left;
    margin-right: 20px;
}

div#header h1 {
    margin: 0px;
    padding: 0px;
    padding-top: 26px;
    font-size: 16px;
}

div#header h1 a {
    color: #eee;
    text-decoration: none;
}

div#header input.search-text {
    vertical-align: middle;
    color: #444;
    outline: none;
    width: 190px;
    padding: 5px 5px 5px 25px;
    font-size: 12px;
    border: none;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 7px 50%;
    background-image: url('../img/searchicon.png');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin-top: 18px;
}

h1.ctitle {
    color: #888;
}

h3.ctitle {
    margin-top: 32px;
}

div.nodeset {
    clear: both;
    margin-top: 36px;
}

div.nodeset h3 {
    color: #444;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

div.nodeset p.text {
    font-size: 13px;
    color: #666;
}

div.nodeset p.dl {
    font-size: 13px;
}

div.nodeset p.fulltext {
    display: none;
}

a.nodesetimglink {
    float: right;
    height: 160px;
    width: 240px;
    padding: 7px;
    margin-left: 30px;
    border: 1px solid #ccc;
}

a.nodesetimglink:hover {
    border: 1px solid #aaa;
    background-color: #ddd;
}

div.nodesetimg {
    height: 100%;
    width: 100%;
    -webkit-background-size:240px 160px;
    -moz-background-size:240px 160px;
    -o-background-size:240px 160px;
    background-size:240px 160px;
    background-repeat:no-repeat;
}

/* === loading === */

div#loadingmsg {
    text-align: center;
}

/* === index === */

a.corporalink {
    float: right;
    width: 240px;
    padding: 7px;
    margin-left: 30px;
    text-decoration: none;
    color: #aaa;
}

a.corporalink:hover {
    color: #999;
}

a.corporalink span.nnodesets, a.corporalink span.ns {
    display: block;
    width: 240px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

a.corporalink span.nnodesets {
    font-size: 40px;
}

a.corporalink span.ns {
    margin-top: -8px;
    font-size: 16px;
}

/* === misc === */


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
