/************************************************************************************
Datei:          sophie.css
Beschreibung:   Formatierungen der Elemente in index.html
Erstellt von:   Thomas Teichrib
*************************************************************************************/

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

li#karma_stimmen a span{
                       background:url(../../images/global_all/btn_stimmen.png) no-repeat scroll bottom left;
                       background-position:-147px;
                  }


div#box_stimmen{
                      width:483px;
                      height:590px;
                      text-align:center;
                      /*margin: -635px 122px 0 50px;*/
                      margin-left: auto;
                      margin-right: auto;
                      margin-top: 20px;
                      /*margin-bottom: 122px;
                      position: relative;*/
		                  overflow: auto;

                }
                
                
                
p#aktuell_ptext
             {
              padding-left: 10px; 
              padding-right: 10px;
              font-size: 14pt;
            
             }
                        
div#textbox_all {
              widht: 460px;  
            }                
                            
div#textbox-header {
          background-image: url(../../images/karma-stimmen_all/textbox_header.png);
          width: 460px;
          height: 30px;
          }

div#textbox {
          background-image: url(../../images/karma-stimmen_all/textbox_repeater.png);
          width: 460px;}          
                    
div#textbox-footer {
          background-image: url(../../images/karma-stimmen_all/textbox_footer.png);
          width: 460px;
          height: 30px;}          
                    
p#test {
        background-image: url(../../images/karma-stimmen_all/stimmen_bg.png);
        
        }