#totopleft {
    background: url("images/arrow-up.png") repeat scroll left top transparent;
    bottom: 5px;
    cursor: pointer;
    height: 22px;
    left: 5px;
    outline: 0 none;
    position: absolute;
    text-decoration: none;
    width: 22px;
    z-index: 9999;
}
a#totopleft:hover {
    text-decoration: none;
}
#totopright {
    background: url("images/arrow-up.png") repeat scroll left top transparent;
    bottom: 5px;
    cursor: pointer;
    height: 22px;
    outline: 0 none;
    position: absolute;
    right: 5px;
    text-decoration: none;
    width: 22px;
    z-index: 9999;
}
a#totopright:hover {
    text-decoration: none;
}
#footer_bar {
    bottom: 0;
    #overflow: hidden;
    position: fixed;
    text-align: center;
    width: 982px;
}
#footer_bar_content {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background-color: #FFFFFF;
    border-color: #E9E7E7;
    border-style: solid;
    border-width: 1px 1px 0;
    font: 12px/1.8em Arial,Helvetica,sans-serif;
    margin: 0 auto;
    opacity: 0.4;
    padding: 2px !important;
    position: relative;
    width: 982px;
}
#footer_bar_content:hover {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: url("images/bg-input-focus.png") repeat-x scroll 0 0 #FFFFFF;
    border-color: #999999;
    opacity: 1;
}
#footer_bar_content img {
    margin-left: 3px;
    opacity: 0.4;
}
#footer_bar_content a {
    outline: 0 none;
}
#footer_bar_content img:hover {
    opacity: 1;
}
#new_pm_text {
    position: absolute;
    right: 32px;
    top: 5px;
}
#new_pm_text a {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    outline: 0 none;
}
#new_pm_text a:hover {
    text-decoration: none;
}
#footer_bar-search {
    -moz-border-radius: 3px 3px 3px 3px;
    background: url("images/bg-input.png") repeat-x scroll 0 0 #FFFFFF !important;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-style: solid;
    border-width: 1px;
    left: 32px;
    outline: 0 none;
    padding: 0 20px 0 3px;
    position: absolute;
    top: 5px;
    width: 190px;
}
#such_link2 {
    background-image: url("images/suche.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    outline: 0 none;
    position: absolute;
    right: 2px;
    text-decoration: none;
    top: 2px;
    width: 16px;
}
#such_link2:hover {
    text-decoration: none;
}
#search-input {
    background-color: #FFFFFF;
    border: medium none;
    color: #777777 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 18px;
    padding-right: 18px;
    position: relative;
    width: 190px;
}
#such_link {
    background-image: url("images/suche.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    outline: 0 none;
    position: absolute;
    right: 2px;
    text-decoration: none;
    top: 1px;
    width: 16px;
}
#such_link:hover {
    text-decoration: none;
}