body{
    font-family: Verdana;
    font-size: 11px;
    color: #160285;
}

pre{
    font-family: Verdana;
}

h2{
    margin: 0px;
    font-size: 14px;
}

#box{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    border: 1px solid #160285;
    border-top: 0px;
}

#dhtmltooltip{
    font-family:Verdana;
    font-size: 8pt;
    position: absolute;
    width: 350px;
    border: 1px solid black;
    background-color: #77CCC5;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);*/
}


/**********************************
********** Kopfbereich ************
**********************************/
#head{
    height: 235px;
    background: url(../images/layout/background_head.jpg);
}

#homepage{
    position: absolute;
    top: 210px;
    left: 0px;
    width: 303px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/layout/homepage.jpg) no-repeat;
}

#logo{
    position: absolute;
    left: 20px;
    top: 70px;
    width: 285px;
    height: 60px;
    background: url(../images/layout/logo.png) no-repeat;
}

#fotos{
    position: absolute;
    top: 78px;
    left: 350px;
}

#fotos img{
    margin: 0px 15px;
}

/**********************************
********** Bodybereich ************
**********************************/
#body{
    margin-top: 10px;
    background: url(../images/layout/background_body.gif) repeat-y;
}

#news{
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    width: 180px;
}

#drucken{
    position: absolute;
    top: 260px;
    right: 30px;
}

#drucken a{
    display: block;
    text-decoration: none;
    line-height: 20px;
    padding-left: 22px;
    color: #160285;
    background: url(../images/layout/drucken.gif) no-repeat;
}

#content{
    margin-left: 370px;
    padding: 20px 0px;
    width: 600px;
    min-height: 300px;
}

#content ul{
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 25px;
    padding-left: 0px;
}

#content ul li{
    padding: 10px 0px;
}

#footer{
    clear: both;
    margin: 0px 20px;
    padding: 5px 5px;
    border-top: 1px solid #160285;
    text-align: center;
}

#top_button{
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: 460px;
}

/****************************
******** Navigation *********
****************************/
#nav{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 985px;
    height: 42px;
    background: url(../images/layout/nav_leiste.png) no-repeat;
}

#nav ul{
    list-style: none;
    margin: 10px;
    padding: 0px;
    height: 23px;
    line-height: 23px;
}

#nav ul li{
    float: left;
    font-weight: bold;
}

#nav a{
    text-decoration: none;
    padding: 5px 20px;
    color: #160285;
}

#nav a:hover, #nav a.aktiv{
    background-color: #160285;
    color: #FFFFFF;
}


.border{
border: 1px solid #D4D0C8;

}


#slider {
    z-index:1;
    position:absolute;
    top: 70px;
    left: 50%;
    margin-left: -130px;
    width:575px; 
    height:163px;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

