/* CSS Document */
/* CSS Document */

/*Reset */
*             { margin: 0; padding: 0; }


body        { margin:0; padding:0; background-color:#747474; background-image:url('background.jpg');
              background-repeat:repeat-x;}
html        { /* firefox scrollbar erzwingen: */ height: 101%; margin:0; padding:0;
              font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif !important; }
a           { color:#804000; text-decoration:underline; }

ul, li      { list-style:none; margin:0; padding:0; }
li a        { text-decoration:none; color:black; }


h1          { font-size:22px; font-weight:normal; line-height:24px; margin: 20px 0 20px 0; }
h2          { font-size:17px; font-weight:normal; line-height:20px; margin: 20px 0 10px 0; }
h3          { font-size:14px; font-weight:normal; line-height:16px; }

img         { display: block; border:none; }
img p       { margin:0; padding:0;}


#navigation         { background-image:url('navi.gif'); background-repeat:no-repeat; width:756px; height:42px }
#navigation ul      { padding-left:20px; }
#navigation ul li   { float:left; font-size:11px; padding-right:15px; background-image:url('divider.gif');
                      background-position: right 50%; background-repeat:no-repeat; height:30px }
#navigation ul li a { padding-right:15px; position:relative; top:9px; }

#banner             { background-image:url('header.jpg'); background-position: 7px 5px; width:756px;height:110px;
                      background-repeat:no-repeat }
#banner-home        { background-image:url('logo.jpg'); background-position: 7px 5px; width:756px; height:110px;
                      background-repeat:no-repeat }
#center             { background-color:white; width:755px; position: relative; left: 50%; margin: auto auto 15px -377.5px; }

.active
        {
        background-image:url('subnavi_active.jpg');
        width:185px;
        padding:0;margin:0
        }

.current
        {
        font-weight:bold;
        }

.normal
        {
        background-image:url('border.gif');
        background-repeat:no-repeat;
        padding:0;margin:0
        }




#subnavigation
        {
        float:left;
        }



#subnavigation ul li
        {
        margin-left:9px;
        padding-top:9px;
        padding-bottom:7px;
        }




#subnavigation ul li a
        {
        padding-left:25px;
        }



#content
        {
        background-image:url('line_vert.gif');
        background-repeat:repeat-y;
        float:left;
        width:490px;
        margin-left:24px;
        padding-left:24px;
        line-height:16px;
        margin-top:12px;
        padding-bottom:45px
        }




#footer
        {

        font-size:9px;
        text-align:center;
        margin-right:14px;
        padding-bottom:10px;
        text-decoration:none;
        color:#BBBEC7;

        }




#footer a
        {
        text-decoration:none;
        color:#BBBEC7;
         }



.float-left
        {
        text-align: justify;
        float:left;
        width:225px;
        padding-right:10px;
        margin:0;
        }



.float-left-high
        {
        float:left;
        width:150px;
        padding-left:50px;
        padding-right:10px;
        margin:0;
        }



.float-right
        {
        float:right;
        width:225px;
        padding-left:10px;
        margin:0;
        }



.float-none
        {
        clear:left;
        display:block;
        }



.cleaner
        {
        clear:both;
        height:1px;
        Font-size:1px;
        border:0px none;
        margin:0;padding:0;
        background:transparent;
        }



.table
        {
        width: 450px;
        height: auto;
        font-size:11px;
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        }




.table-center
        {
        text-align: center;
        width: 450px;
        height: auto;
        font-size:11px;
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        }