#navigation #language_selection {
    padding-left: 10px;
    text-align: center;
    margin-bottom: 10px;
}
#navigation #language_selection img {
    border: 0;
}
#navigation {
    background: #ffffff;
    width: 220px;
    margin: 0;
    padding: 0;
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 0; /* ie workaround !?! */
}
#navigation ul a {
    color:#001042;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    padding-bottom:5px;
    padding-top:5px;
}
#navigation ul a:hover {
    text-decoration: underline;
}
#navigation ul a.active {
    font-weight: bold;
    color: #FFA600;
}
#navigation ul {
    list-style: none;
    margin: 0;
    width: 220px;
    padding: 0;
}
#navigation ul li.first {
    padding: 5px 0 0 0;
    background: #e7e7e7 url(../images/roundtop.gif) no-repeat top left;
}
#navigation ul li {
    margin: 0;
    padding: 0;
    background: #e7e7e7;
}
#navigation ul li.last {
    padding-bottom: 5px;
    background: #e7e7e7 url(../images/roundbottom.gif) no-repeat bottom left;
}

#navigation ul ul {
    margin: 0;
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul a {
    margin-left: 10px;
    font-size: 9px;
    font-weight: lighter;
    padding-bottom: 0px;
    padding-top: 0px;
}
#navigation ul ul li.first {
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul li {
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul li.last {
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul ul a {
    margin-left: 20px;
}
#navigation ul ul ul ul a {
    margin-left: 30px;
}
#navigation ul ul ul ul ul a {
    margin-left: 40px;
}

/* News column */
.news {
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    background:#e7e7e7;
    width:128px;
}
.news .date {
    text-decoration: none;
    margin-left:10px;
    margin-top:5px;
}
.news .title {
    margin-left:10px;
    margin-bottom:5px;
}
.news a {
    color: #555555;
    font-weight: normal;
    text-decoration: none;
}
.news a:hover {
    text-decoration: underline;
}
.news a.active {
    color: #001042;
    font-weight: normal;
}
form.login {
    display: inline;
}
input.login, button.login {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px;
}
