/************************************************************************************
Datei:          dok-geht.css
Beschreibung:   Formatierungen der Elemente in dok-geht.html
Erstellt von:   Elias Sasek
*************************************************************************************/

/************************************/
/*Import weiterer Stylesheets        /
/************************************/
@import url("global.css");
@import url("global-body.css");

li#dok_geht_vis a span{
                       background:url(../../images/global_all/btn_Rfidgeht.png) no-repeat scroll bottom left;
                       background-position:-147px;
                  }
                  
li#dok_sexzwang_vis a span{
                       background:url(../../images/global_all/btn_sexzwang.png) no-repeat scroll bottom left;
                       background-position:0px;
                  }                  
                  
ul#menu li a.sonstige_vis {
  width:116px;
  background-position:-218px -34px;
  margin: 0 0 0 -41px;
}

ul#menu li a.sonstige_vis span{
  background-position:-218px -34px;
}

div#dok-bg{
            background:url(../../images/dok-geht/bg_rfidgeht.png) no-repeat scroll bottom left;
            width: 701px; 
            height: 292px; 
            border: none; 
            float:left;
            text-align:left;
            margin: 23px 0 0 -1px;
          }
          
div#cont_playdown_agb{
                        width:217px; 
                        height:280px; 
                        margin: 0 0 0 430px;
                        padding: 0 0 0 20px;
                      }






