/**
 *
 * bummelzug.css
 * CSS File for Bummelzug.com Version 2005
 *
 * Author: Alexander Fill - hard-soft - alex@hard-soft.at
 * Modified. 2008-03-27
 *
 **/

body {
    margin:0;
    padding:0;
    background:#AACAE3;
    text-align:center;
    border-top:4px solid #87B1D0;
}
body, table, div, p, strong, textarea, input, span {
    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;
}

#switchtrain {
    margin:auto;
    margin-top:20px;
    width:740px;
    text-align:right;
    padding:3px;
}
#switchtrain a {
    text-decoration:none;
    color:#000;
    font-size:12px;
    font-weight:bold;
}
#switchtrain a:hover {
    color:#333;
}


#page {
    background: url(../images/page/background.gif) top left repeat-y;
    width:770px;
    text-align:left;
    margin:auto;
    margin-bottom:20px;
    margin-top:10px;
}
#header-key {
    height:16px;
    background:url(../images/page/topper.gif) top left no-repeat;
}
#body {
    padding:0 10px;
}
#c_left {
    background:transparent url(../images/v2/background_left.gif) top left repeat-x;
    width:180px;
    float:left;
}
#c_left a img {
    border:none;
}
#nav {
    border-top:1px solid #fff;
    background:#87B1D0;
    margin-bottom:20px;
}
#nav #navigation,
#nav #navigation li ul {
    margin:0;
    padding:0;
}
#nav #navigation li {
    list-style-type:none;
    display:block;
}
#nav #navigation li a {
    text-decoration:none;
    font:bold 12px Verdana;
    padding:5px 10px;
    display:block;
    color:#f9f9f9;
    text-transform:uppercase;
    border-bottom:1px solid #fff;
}
#nav #navigation li a.active,
#nav #navigation li a.active_sub,
#nav #navigation li a:hover {
    background:url(../images/v2/menu_hover.gif) no-repeat top right;
    color:#069;
}
#nav #navigation li ul li a {
    padding:3px 0 3px 20px;
    text-transform:none;
    font-weight:normal;
    font-size:11px;
}
#nav #navigation li ul li a:hover {
    background:none;
    color:#069;
}
#nav #navigation li ul li a.active {
    background:none;
}
#c_left .changeLang {
    color:#000;
    font-size:10px;
    padding:5px;
    margin-top:20px;
}
#c_right {
    margin:0 0 0 185px;
}
#teaser {
    background:url(../images/teaser/zug.jpg) no-repeat;
    height:240px;
    border-bottom:3px solid #fff;
}

#content {
    width:405px;
    float:left;
    padding-bottom:30px;
}
#content img {
    margin:3px;
}
#content a {
    color:#069;
}
#content a:hover {
    text-decoration:none;
}
#content h1.headline {
    background:url(../images/v2/background_h1.gif) repeat-x;
    margin:0 0 10px;
    padding:8px 5px;
    font-size:22px;
    color:red;
    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, #content_body strong {
    font-size:12px;
}
#right {
    margin-left:410px;
}
#footer {
    background:#4D5F92;
    margin-top:30px;
    text-align:right;
    font-size:10px;
    color:#fff;
    clear:left;
    padding:10px;
}
#footer a {
    color:#fff;
    font-size: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;
}
.box a {
    color:#000;
}
.box a:hover {
    color:#999;
}

#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:25px;
}
.NewsItem a {
    font:bold 13px 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;
}

#wheater {
    background:#DAE7F1;
}

#teaser_klamm {
    border:2px solid #f00;
    padding:5px;
    margin:20px 0;
    margin-top:0;
}
#teaser_klamm img {
    float:left;
    padding-right:5px;
}