/* {{{ section */
.section a {
    color: #666666;
}
.section a:hover {
    color: #00a2dc;
}
/* }}} */
/* {{{ news */
#news {
    /*background: #e5f6fb;*/
}
#news .date,
#news a {
    color: #666666;
}
/* }}} */
/* {{{ position */
#position {
    color: #00a2dc;
}
/* }}} */
/* {{{ sitemap */
ul.sitemap {
    border-top: 1px solid #aaaaaa;
}
ul.sitemap a {
    border-bottom: 1px solid #aaaaaa;
}
ul.sitemap a {
    color: #000000;
}
/* }}} */
/* {{{ form */
p.error {
    color: #00a2dc;
}
form .desc {
    border-bottom-color: #00a2dc;
}
form .field {
    border-bottom-color: #000000;
}
form label {
    color: #666666;
}
form .needed {
    /*color: #00a2dc;*/
}
form input.error,
form textarea.error,
form input:focus,
form textarea:focus {
    background: #e5f6fb;
}
/* }}} */
/* {{{ navigation */
#navigation ul li a {
    background: #ffffff;
    color: #000000;
}
#navigation ul li a.active,
#navigation ul li a.parent_of_active,
#navigation ul li a:hover {
    background: #00a2dc;
    color: #ffffff;
}
#navigation ul ul li a.active,
#navigation ul ul li a.parent_of_active {
    background: none;
}
#navigation .news,
#navigation ul ul li a:hover {
    /*background: #e5f6fb;
    color: #00a2dc;*/
}
#navigation ul ul li a.parent_of_active {
    color: #000000;
}
#navigation ul ul li a.active {
    color: #00a2dc;
}
#navigation ul.top {
    background: #ffffff;
}
#navigation ul.top li a {
    background: none;
}
#navigation ul.top li a.active,
#navigation ul.top li a.parent_of_active,
#navigation ul.top li a:hover {
    background: none;
    color: #00a2dc;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

