
body, html {
        font: 14px arial, verdana, sans-serif;
        line-height: 20px;
        color: #21006b;
        background: #31029C url(verlauf_bg3.jpg) repeat-y ;

        margin: 0px;
  padding: 0px;
  border:0;
}

#head {
        background: #22016D url(titel_bg4.jpg) no-repeat ;
        height: 192px;


}

#content { width: 600px;

}

#navigation {
        float:left;
        width: 240px;
        border: 1px solid;
        background-color:#d6e7e7;
        padding-left: -5px;
        padding-top: 0px;
        margin-left:20px;
        margin-top: 30px;

}

*html  #navigation {
       width: 260px;
}

#maincontainer {

       width: 500px;
       margin-left: 280px;
       margin-top: 20px;
       font: 14px arial, verdana, sans-serif;
       line-height: 20px;
}
*html  #maincontainer {
        padding-left: 10px;
        margin-bottom: 30px;

}
p {
        font: 14px arial, verdana, sans-serif ;
        margin-top: 10px 10px 10px 30px;

        }


h1 {
        font:  24px arial, verdana, sans-serif;
        letter-spacing: 1px;
        margin: 10px 0px 0px 0px;
        padding-top: 15px;
        font-weight: bold;
        text-align: center;
}

h2 {
        font:  20px arial, verdana, sans-serif;
        letter-spacing: 1px;
        margin: 10px 0px 0px 0px;
        padding-top: 15px;
        font-weight: bold;
        text-align: left;
}
h3 {
        font:  14px arial, verdana, sans-serif;
        letter-spacing: 1px;
        margin: 10px 0px 0px 0px;
        color: #CCD8F8;

}
ul {
        padding-left: 27px;
        margin-left: -11px;
        list-style-image:url(../pics/lipoint.gif);
        padding-top:10px;
        position: relative;
   }


* html ul {
        padding-top: 15px;
        padding-left: 35px;
}

ul.content {
        padding-left: 27px;
        margin-left: -11px;
        list-style-image: none;
        padding-top:0px;

   }

h4 {
        font:  18px arial, verdana, sans-serif;
        letter-spacing: 1px;
        margin: 10px 0px 0px 0px;
        padding-top: 10px;
        color: #CCD8F8;
        font-weight: bolder;
        width: 280px;
}
h5 {
        font: italic 14px sans-serif, arial, verdana;
        letter-spacing: 1px;
        margin: 15px 0px 0px 10px;
        color: #fff;
        font-weight: bolder;
}

a:link { TEXT-DECORATION: none;
PADDING:3Px;
FONT-FAMILY: arial, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000080;


        }

a:visited {
TEXT-DECORATION: none;
        PADDING:3Px;
FONT-FAMILY: arial, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000080;
        }

a:hover {
        text-decoration: underline;
        color: #000080;
        }

a:active {
        text-decoration: none;
        color: #000080;
        }




#footer {
     border: 1px solid #C6C3C6;
     text-align: center;
     background-color: #C6C3C6;

}

#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:2em;
    z-index:3;
}

#footer {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    background:#efefef;
    width:894px;

}

* html #footer_container {
    position: relative;
    bottom:0px;
    padding:0px;
    border: 0px;
    margin-bottom: 0px;
    height: 100%;
}

* html #footer {
    border: 0px;

    width:895px;
    margin: 0px;
  padding: 0px;
  bottom: 0px;
}

#dick {
    position: absolute;
    top: 205px;
    left: 620px;
    width: 50px;
    height: 50px;
    background: url(logo_dick.gif) no-repeat ;
}
#yek {
    position: absolute;
    top: 205px;
    left: 500px;
    width: 150px;
    height: 58px;
    background: url(logo_yek1.gif) no-repeat ;
}

#infocenter {
   position: absolute;
    top: 200px;
    left: 745px;
    width: 150px;
    height: 32px;
}
a.info{
    position:relative; /*this is the key*/
    z-index:auto;
    color:#000080;
    font-weight:normal;
    text-decoration:none}

a.info:hover{z-index:24;border: 0px; font-weight:normal; }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:150px;
    border:1px solid #000080;
    padding:4px;
    background-color:#FFFFFF;
    color:#000080;
    font-weight:normal;
    text-align: left}