
html {height: 101%;}

body
{
    background-image: url(design/background_gradient_gray.png);
    background-repeat: repeat-x;
    background-color: #c0c0c0;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: Arial, sans-serif; 
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.root
{
    width: 980px;
    margin: 5px auto;
    text-align: left;
    background-color: #ffffff;
    position: relative;
}

.root a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
	color: #9d2722;
}

.root a:hover
{
    color: #c84843;
}

.root a:active, .root a:focus {outline: none;}

#header a
{
    margin: 0;
    border: 0;
    padding: 0;
    float: left;
    display: block;
    text-indent: -9999px;
    letter-spacing: -9999px;
    font-size: 0;
    text-decoration: none;
    width: 490px;
    height: 213px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#header a:hover
{
    background-position: -490px 0 !important;
}

#navi
{
    background-image: url(design/menue_gradient.png);
    background-repeat: repeat-x;
    background-color: #434343;
    height: 34px;
}

#navi span
{
    color: #8f8e8e;
}

#navi ul
{
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 21px;
}

#navi li
{
    display: inline;
}

a.navilink
{
    font-size: 15px;
    color: #ffffff;
    margin-left: 0;
    padding: 7px 11px 10px 11px;
    float: left;
}

#content
{
    background-color: #ffffff;
    padding: 5px 30px 15px 30px;
}

#content li
{
    padding: 3px 0;
}

#content .chapter
{
    width: 705px;
    margin-right: 50px;
    float: right;
    line-height: 16pt;
    word-spacing: 3px;
}

#content .options
{
    width: 155px;
    float: left;
    padding-right: 10px;
    padding-top: 18px;
    font-size: 10px;
}

#content .options ul
{
    list-style-type: none;
    padding: 0;
}

#content .options li
{
    padding: 3px 0 3px 22px;
}

#content .options li a
{
    padding: 3px 0 4px 0;
}

#content .options .facebook
{
    background: url(design/facebook.png) no-repeat scroll 2px 2px;
}

#content .options .feedback
{
    background: url(design/feedback.png) no-repeat scroll 2px 2px;
}

#content .options .fehler_melden
{
    background: url(design/error.png) no-repeat scroll;
}

#content .options .empfehlen
{
    background: url(design/recommend.png) no-repeat scroll 2px 2px;
}

#content .options .fb-like
{
    padding: 30px 0 7px 0;
}

#content .options #countdown
{
    padding: 30px 15px 7px 0;
    color: #a0a0a0;
    font-size: 11px;
    line-height: 150%;
}

#content .options  .supporters_list
{
     padding: 17px 0 0 0;
}

#content .options .supporters
{
    color: #8f8e8e;
}

#content .options  .supporters_list li
{
     padding: 6px 0 7px 0;
}

#content .options  .supporters_list a
{
     padding: 0;
}

#content .options  .supporters_list a img
{
     border: none;
}

#content_footer
{
    background-color: #ffffff;
    height: 5px;
}

#content_footer #edge_left
{
    width: 5px;
    height: 5px;
    background-image: url(design/edge_left.png);
    background-repeat: no-repeat;
    float: left;
}

#content_footer #edge_right
{
    width: 5px;
    height: 5px;
    background-image: url(design/edge_right.png);
    background-repeat: no-repeat;
    float: right;
}

#impressum a
{
    color: #000000;
    text-decoration: none;
}

#content .chapter .details
{
    color: #8f8e8e;
    font-size: 9px;
    font-style: italic;
}

#content .chapter .news_details
{
    font-size: 10px;
    color: #575757;
}

#content .chapter .news_details .news_datum
{
    color: #006400;
    font-weight: bold;
}

#content .chapter .gaestebuch_eintrags_nummer
{
    color: #8f8e8e;
    font-style: italic;
}

#content .chapter .trennstrich
{
    width: 100%;
    color: #8f8e8e;
    background-color: #8f8e8e;
    height: 1px;
    border: none;
    align: center;
}

#content .chapter a img
{
    border: 1px solid  #bbbbbb;
    padding: 4px;
}

#content .chapter a:hover img
{
    border: 5px solid  #333333;
    padding: 0px;
}

#content .chapter .buttons img
{
    border: 0 solid #ffffff;
    padding: 2px;
    margin-left: 15px;
    position: relative;
    top: 4px;
}

#content .chapter .buttons:hover img
{
    border: 2px solid #333333;
    padding: 0;
}

#content .chapter .gaestebuch_form
{
    padding-bottom: 10px;
}

#content .chapter form .submit
{
    margin-top: 10px;
}

div.training table
{
   width: 100%;
   border-collapse: collapse;
   background: white;
   color: black;
   border: 1px solid #999;
}

div.training caption
{
   font-size: 120%;
   font-weight: bold;
   background-color: white;
   color: black;
   text-align: left;
   padding: 1em;
   padding-left: 0;
   margin-bottom: 3px;
}

div.training th, div.training td
{
   padding: 0.5em 1em;
   text-align: left;
   vertical-align: top;
}

div.training th
{
   font-size: 105%;
   font-variant: small-caps;
   letter-spacing: 2px;
   font-weight: normal;
}

div.training thead
{
   background-color: #dddddd;
   color: black;
   border-bottom: 1px solid #999;
}

div.training tfoot
{
   border-top: 1px solid #999;
}

div.training tr.zebrastreifen
{
   background-color: #eeeeee;
   color: black;
}

div.training tr:hover
{
   background-color: #dddddd;
   color: black;
}

div.training thead tr:hover, div.training tfoot tr:hover
{
   background-color: transparent;
   color: inherit;
}

#content .chapter table .bbcode
{
   font-size: 11px;
}

    #navi li div
    {
        position: absolute;
        margin: 34px 0 0 0;
        padding: 6px 30px 6px 6px;
        left: -999em;
        background: rgb(128, 128, 128);
        background: rgba(128, 128, 128, 0.9);
        font-size: 14px;
    }

    #navi li:hover div
    {
        display: block;
        left: 136px;
        z-index: 1;
    }

    #navi li div span
    {
        color: #dcdcdc;
        padding-right: 6px;
    }

    #navi li div a
    {
        padding: 5px;
        font-weight: normal !important;
        color: #ffffff;
    }

    #navi li div a:hover
    {
        color: #dcdcdc;
    }

    #navi li div li
    {
        display: block;
        padding-bottom: 5px;
    }

    .navihover div
    {
        left: 136 !important;
        display: block;
    }


/***** allgemeine Klassen *****/
h1
{
    color: #000000;
    font-size: 18px;
    clear: both;
    margin: 0;
    padding: 10px 0 8px 0;
}

h1 span
{
    padding-right: 15px;
    color: #8f8e8e;
}

h2
{
    color: #000000;
    font-size: 15px;
    clear: both;
    margin: 0;
    padding: 2px 0 2px 0;
}

h2 span
{
    padding-right: 8px;
    color: #8f8e8e;
}

h3
{
    color: #000000;
    font-size: 13px;
    clear: both;
    margin: 0;
    padding: 15px 0 2px 0;
}

h4
{
    color: #000000;
    font-size: 13px;
    clear: both;
    margin: 0;
    padding: 15px 0 2px 0;
    font-weight: bold;
}

ul
{
    margin: 0;
}

.clear
{
    clear: both;
}

.highlight
{
 color: #9d2722;
font-weight:bold;
 }

textarea
{
    resize: none;
}