@media all
{

/* ---------------------------------------------------------
   basic-basics ;-) 
--------------------------------------------------------- */

* { 
    background-color: transparent !important;
    background-image: none !important;
}

body {
    color: #000;
    background-image: none;
    background-color: #fff;
    font-size: 87% !important;
}

acronym, abbr { border: 0; }

.font-s {
    font-size: .85em !important;
}



/* ---------------------------------------------------------
   link-basics
--------------------------------------------------------- */

a 			{ color: #000; }



/* ---------------------------------------------------------
   page-layout
--------------------------------------------------------- */

#page-outer {
    min-width: 100%;
    width: 100%;
    background-image: none;
}
#page-inner {
    background-image: none;
}


}
