
img
{  border-style: none;}
a:focus {
    outline: 0px solid lime;
}

$('a').live('mousedown', function(e) {
e.target.blur();
e.target.hideFocus = true;
e.target.style.outline = 'none'
}).live('mouseout', function(e) {
e.target.blur();
e.target.hideFocus = false;
e.target.style.outline = null;
});

/*<![CDATA[*/

* html div    {
            /* Star-Hack fuer InternetExplorer
             * individuelle Anpassung
             * je nach Hoehe des Inhaltes
             *
             * fuer IE Win \*/
            height: 60%;
            padding: 20% 0 0 0;
            /* */ /* for Mac IE */
            }            
        
*            {
            margin:  0;
            padding: 0;
            
            border-collapse:collapse;
            border-spacing: 0;
            }

            
html,
body        {
            height:  100%;
            width:   100%;
            color:                #000000;
			background-color: #ffffff;
            line-height: 1.45;
            }
            
body        {
            display: table;
            }


div            {
            display: table-cell;
			background-color: #ffffff;           
            vertical-align: middle;
            text-align:     center;          
            font-size: .8em;
            }            

            
        


/*]]>*/

