/*
 * BÃ¼cherein Wienh - Black & White Theme
 *
 * Autor        : alf48at@chello.at Schreiben Sie mir eine e-mail wie Ihnen die Seite gefÃ¤llt oder was Ihnen nicht gefÃ¤llt 
 * Updated      : 13. Oktober 2009
 * Beschreibung : Modifiziert die Farben/Kontraste um einen besseren Zugang fÃ¼r Sehbehinderte zu schaffen 
 * Usage        : Use with the Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("buechereien.wien.at")

 {




body {
	background: black !important;
        
        color: white !important;



        }

/* defaults for all links */
a:link,
a:visited,
a:hover,
a:active,
.link,
.hover,
.visited,
.link:active,
.link.visited,
.link.hover 
{ color: yellow !important;background: black  !important; }




/* Main text color */
TR  { color: white !important; font-weight: bold !important; background: lightgrey !important; }
TD  { color: white !important; font-weight: bold !important; background: black !important; }
div { color: white !important; font-weight: bold !important; background: black !important; }


body.search > form > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > font > select 
{ color: black !important; font-weight: bold !important; background: yellow !important; }

body.search > form > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > select
{ color: black !important; font-weight: bold !important; background: yellow !important; }

body.search > form > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > tt > a > img
{ color: black !important; font-weight: bold !important; background: yellow !important; }


body.menubar > form > table#Table1.menubar > tbody > tr > td > b > tt > font.textweiss2
{ color: yellow !important; font-weight: bold !important; background: black !important; }

body.menubar > form > table#Table1.menubar > tbody > tr > td > font.textweiss2 > a > b > i > nobr
{ color: #f60 !important; font-weight: bold !important; background: black !important; }

body.menubar > form > table#Table1.menubar > tbody > tr > td > b > tt > font.textweiss2 
{ color: #f60 !important; font-weight: bold !important; background: black !important; }



FONT.textblau, FONT.textblauklein
{ FONT-SIZE: 14px !important; color: #f60 !important; }

}
