
/* ...........  allgemeine positionierungen ............*/

#fenster {position:absolute;
        top:30px;
        left:50%;
        width:1px;
        height:630px;
        z-index:1;
        border: 0px;
        }

#kopf {background-image: url("../menu/Kopf_65x800.gif");
       background-repeat: no-repeat;
       position:absolute;
       left:-400;
       width:800px;
       height:65px;
       border-top: 1px dashed gray;
       /*border: 1px solid green;*/
       z-index:1;
       }

#seite {position:absolute;
       left:-400;
       top:65px;
       width:800px;
        height:535px;
        z-index:1;
        /*border: 1px solid red;*/
        background-repeat: no-repeat;
        }

#menu {width:789px;
        height:21px;
        padding-top: 9px;
        padding-left: 10px;
        z-index:10;
        border-bottom: 1px dashed gray;
        /*border: 1px solid red;*/
        }

#kategorie {position:absolute;
        top:56px;
        width:330px;
        height:17px;
        padding-left: 24px;
        z-index:5;
        }

#text {position:absolute;
        top:19px;
        left:0px;
        width:280px;
        background-color:#ffffff;
        padding: 24px 36px 24px 24px;
        z-index:10;
        }
	

#textshop {position:absolute;
        top:19px;
        left:0px;
        width:740px;
        background-color:#ffffff;
        padding: 24px 36px 24px 24px;
        z-index:10;
        }

#sprache {visibility:visible}





/* ...........  textfelder positionierungen ............*/


#aktuell {position:absolute;
        top:60px;
        width:180px;
        height:120px;
        left: 575px;
        z-index:10;
        }

.linien {border-top: 1px dashed gray;
        border-bottom: 1px dashed gray;
        }

.h_normal {height:375px; }
.h_kontakt {height:250px; }
.h_shop {height:412px; }

.scroll { overflow: auto; }

.y_000 { left: 0px; }
.y_140 { left: 140px; }
.y_300 { left: 300px; }
.y_400 { left: 400px; }
.y_r { left: 472px; }







/*
#RatrakLogo {
       position:absolute;
       top:548px;
       left:13px;
       width:92px;
       height:11px;
       z-index:1;
       }
*/       
       
