/* Filename: bubstyles.css                                                    */
/*                                                                                               */
/* Modul: CSS                                                                         */
/*                                                                                               */
/* Autoren: Michael Steyer & Sebastian Georgi                 */
/*                                                                                               */
/* Zweck: Beinhaltet alle Schrift-, Farb-, und Hintergrundeinstellungen*/
/*                                                                                               */
/* Last Update: 18.01.2004                                                   */
/*                                                                                               */
/* ----------------------------------------------------------------------------------------------*/
/* Stylesheetdatei für die BUB Homepage                                                 */
/* ----------------------------------------------------------------------------------------------*/


/****************************** Einstellungen für die Links ******************************/
a:link { color:#000000; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
a:hover { color:red; text-decoration:underline; }


/*************************** Einstellungen für Menüführung  ***************************/
.location { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:7pt;color:#ACACAC;}
.location:link { color:#ACACAC; text-decoration:underline; }
.location:visited { color:#ACACAC; text-decoration:underline; }
.location:active { color:#ACACAC; text-decoration:underline; }
.location:hover { color:#666666; text-decoration:underline; }


/*************************** Einstellungen für Menüführung  ***************************/
.header_location { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:8pt;color:#000000;font-weight:bold}
.header_location:link { color:#000000; text-decoration:none; }
.header_location:visited { color:#000000; text-decoration:none;}
.header_location:active { color:#000000; text-decoration:none; }
.header_location:hover { color:#000000; text-decoration:underline;}


/****************************** Einstellungen für Suche *******************************/
.search { font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#CCCCCC; font-size:9pt;color:#000000; font-weight:bold;}
.treffer { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt;color:#666666; font-weight:bold;}
.seiten_anzahl { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:9pt;color:blue;}
.seiten_anzahl:link { color:blue; text-decoration:underline; }
.seiten_anzahl:visited { color:blue; text-decoration:underline; }
.seiten_anzahl:active { color:blue; text-decoration:underline; }
.seiten_anzahl:hover { color:blue; text-decoration:underline; }

.small { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt;fontcolor:#000000; font-weight:bold;}


/****************************** Einstellungen für Schrift   ******************************/

.under_logo_font { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt;fontcolor:#000000; font-weight:bold;}
.normal { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:10pt;fontcolor:#000000;}
.smaller { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:9pt;fontcolor:#000000;}
.smaller:link { color:blue; text-decoration:none; }
.smaller:visited { color:blue; text-decoration:none; }
.smaller:active { color:blue; text-decoration:none; }
.smaller:hover { color:blue; text-decoration:underline; }

.smallest { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:7pt;fontcolor:#000000;}
.smallest_color { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:7pt;fontcolor:#000000;background-color:#E0E0E0;}
.headline { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13pt;fontcolor:#000000; font-weight:bold;}
.headline_small { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt;fontcolor:#000000; font-weight:bold;}
.headline_smaller { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt;fontcolor:#000000; font-weight:bold;}
.headline_table { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11pt;fontcolor:#000000; font-weight:bold;}
.headline_table_color { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11pt;fontcolor:#000000; font-weight:bold;background-color:#E0E0E0;}

/****************************** Einstellungen für Schrift   ******************************/
.download { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:9pt;fontcolor:#000000;}
.download:link { color:#000000; text-decoration:underline; }
.download:visited { color:#000000; text-decoration:underline; }
.download:active { color:#000000; text-decoration:underline; }
.download:hover { color:#666666; text-decoration:underline; }

/********** Einstellungen für Navigationsleiste, falls JS nicht funzt ****************/
.nav_leiste_plus { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:8pt;fontcolor:#1C77BC;font-weight:bold;}
.nav_leiste_plus:link { color:#1C77BC; text-decoration:none; }
.nav_leiste_plus:visited { color:#1C77BC; text-decoration:none; }
.nav_leiste_plus:active { color:#1C77BC; text-decoration:none; }
.nav_leiste_plus:hover { color:#283F48; text-decoration:none; }

.nav_leiste { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:8pt;fontcolor:#000000;font-weight:bold;}
.nav_leiste:link { color:#9BC4C5; text-decoration:none; }
.nav_leiste:visited { color:#9BC4C5; text-decoration:none; }
.nav_leiste:active { color:#9BC4C5; text-decoration:none; }
.nav_leiste:hover { color:#666666; text-decoration:none; }


/********************* Einstellungen für Hintergrund ************************/
body {background-color:#FFFFFF;}


/*********************** Einstellungen für Tabellen **************************/
table.border_width {
color: #000000;
border: 1px solid #000000;
}
