/**
 *
 * bummelzug.css
 * CSS File for Bummelzug.com Version 2005
 *
 * Author: Alexander Fill - hard-soft - alex@hard-soft.at
 * Modified. 2005-12-13
 *
 **/

body {
    margin:0;
    padding:0;
}
body, table, div, p, textarea, input, span, a {
    font-family: Verdana, lucida, arial, helvetica, sans-serif;
    font-size:11px;
}
h1, h2, h3, h4 {
    font-family:Arial, Verdana, sans-serif;
    margin:10px 0 10px 0;
    color:#000;
    font-weight:normal;
}

#page {
    background: url(../images/page/background.gif) top left repeat-y;
    width:770px;
    text-align:left;
    margin:20px auto;
}
#header-key {
    display:none;
}
#body {
    padding:0 10px;
}
#c_left {
   display:none;
}
#c_right { }
#teaser {
    display:none;
}
#content {
    width:700px;
    padding-bottom:30px;
}
#content a img {
    border:2px solid #000;
}
#content a {
    color:#069;
}
#content a:hover {
    text-decoration:none;
}
#content h1 {
    background:url(../images/v2/background_h1.gif) repeat-x;
    margin:0 0 10px;
    padding:8px 5px;
    font-size:22px;
    border-top:1px solid #fff;
}
#content h2 {
    font-size:20px;
}
#content h3 {
    font-size:16px;
}
#content_body {
    padding:0 10px;
    font-size:12px;
}
#content_body p {
    font-size:11px;
}
#right {
    display:none;
}
#footer {
    background:#4D5F92;
    margin-top:30px;
    text-align:right;
    font-size:10px;
    color:#fff;
    clear:left;
    padding:10px;
}
#footer-key {
    background:#4D5F92 url(../images/v2/footer.gif) no-repeat bottom left;
}




/** ### Boxes ### **/
.box {
    background:#eee;
    border-top:1px solid #fff;
    border-bottom:3px solid #fff;
    font-size:10px;
    margin:0;
}
.box h1 {
    background:#87B1D0;
    font:bold 13px Verdana, "Trebuchet MS", Tahoma;
    padding:4px;
    color:#fff;
    margin:0;
    text-transform:uppercase;
}
.box p {
    padding:6px;
}

#right .box {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#right .box h1 {
    background:#87B1D0;
}
#right #anmeldung h1 {
    background:#f00;
    color:#fff;
    font-weight:bold;
}
#right #anmeldung p {
    padding:3px 6px;
    font-weight:bold;
}
#language {
    background:#fff;
}
#language p {
    margin:0;
}
#newsletter p {
    margin:0;
    margin-bottom:5px;
    color:#999;
}
#newsletter form {
    padding:0 6px 6px 6px;
}
#newsletter form label {
    display:block;
}
#newsletter form input[type=text] {
    width:150px;
    padding:3px;
    font-weight:bold;
}

.NewsItem {
    margin-bottom:20px;
}
.NewsItem a {
    font:bold 14px Verdana;
}
.NewsItem p {
    margin:0;
    font-size:12px;
}
.NewsItem p a {
    font:normal 12px Verdana;
}

.error {
    color:#f00;
}

#quick {
    background:#DAE7F1 url(../images/v2/bg_quick.gif) no-repeat bottom right;
}
#quick p {
    margin-bottom:20px;
}