/* {{{ reddot */
.reddot {
    position: relative;
}
.reddot,
#content h3 .reddot,
#content p .reddot,
#content .section .reddot,
#content .teaser .reddot {
    color: #ff0000;
    font-size: 9px;
    font-weight: normal;
}
.reddot b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 1000;
}
.minus b {
    top: -1.5em;
}
.reddot a img,
#content .reddot a img,
#newsbar .reddot a img,
#navigation .reddot a img,
#header .reddot a img,
#footer .reddot a img {
    display: inline;
    position: static;
    width: 12px;
    height: 11px;
    background: none;
    top: auto;
    left: auto;
}
/* }}} */
/* {{{ debug */
img {
    /* background-color: #ababab; */
}
#header img {
    background: none;
}
/* }}} */
/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 75%;
}
body, 
input, 
textarea, 
button {
    font-family: "Verdana", "Tahoma", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
}
#navigation,
#footer {
    font-family: "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
}
h1 {
    font-family: "DIN-medium", "DIN", "Verdana", "Tahoma", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.section .clear {
    clear: both;
}
script {
    display: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
/* }}} */
/* {{{ navigation */
#navigation ul {
    font-weight: bold;
    line-height: 1.5em;
}
#navigation ul ul {
    font-weight: normal;
}
#navigation li {
    position: relative;
}
#navigation a {
    color: #ffffff;
    font-size: 1.1em;
}
#navigation ul li.active {
    /*font-weight: bold;*/
}
/* }}} */
/* {{{ section */
.section p,
.section h2,
.section h3,
.section ol,
.section ul {
    line-height: 1.35em;
    margin-bottom: 1.35em;
    font-size: 0.95em;
}
.section table tr {
    line-height: 1.35em;
}
.section h2 {
    font-weight: bold;
}
.section h3 {
    font-weight: bold;
}
.section ol,
.section ul.nobullet,
.section a {
    color: #888888;
}
.section ol li,
.section ul.nobullet li {
    padding-bottom: 1.3em;
}
.section ul.nobullet {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.section a:hover,
.section a.active {
    color: #000000;
}
.section a.active {
    font-weight: bold;
}
/* }}} */
/* {{{ tables */
.section table {
    border-collapse: collapse;
}
.section table td,
.section table th {
    vertical-align: top;
    padding-right: 1em;
    line-height: 1.3em;
}
.section table th {
    text-align: left;
}
.section table thead th {
    padding-top: 1.3em;
    padding-bottom: 0.8em;
}
.section table tfoot td {
    padding-bottom: 1.3em;
    padding-top: 0.8em;
    font-weight: bold;
}
.section table .row0 {
    width: 6%;
}
.section table .row1 {
    width: 20%;
}
.section table .row2 {
    width: 25%;
}
.section table .row3 {
    width: 30%;
}
.section table .row4 {
    width: 20%;
}
.section table .row5 {
    width: 45%;
}
.section table td.row3,
.section table th.row3,
.section table td.row4,
.section table th.row4 {
    padding-right: 1em;
}
/* }}} */
/* {{{ newsbar */
#newsbar h2 {
    font-size: 1.1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}
#newsbar p {
    font-size: 0.9em;
    padding-left: 1em;
    padding-right: 1em;
}
/* }}} */
/* {{{ footer */
#search {
    padding-top: 0.5em;
}
#copyright {
    padding-top: 0.6em;
}
#copyright span {
    font-size: 0.85em;
    padding-left: 1em;
}
#langswitch ul {
    list-style: none;
    padding-top: 0.5em;
    line-height: 1.5em;
}
#langswitch ul li {
    float: left;
}
#langswitch a {
    padding-left: 1em;
}
/* }}} */
/* vim:set ft=css sw=4 sts=4 fdm=marker : */