/* --------------------------------------------------- */
/*    FILE       External Cascading Style Sheet        */
/*    WEBSITE    Märlihuus                             */
/*    AUTHOR     Ursula Bühler                         */
/*    Copyright  Spark AG                              */
/*    Date       12.02.02                              */
/*    !!!! THIS IS A STYLE SHEET FOR GLOBAL DEFINITION */
/*         PLEASE NOTE THAT ANY CHANGES MY EFFECT THE  */
/*         APPEARENCE OF ALL WEB PAGES !!!!!!          */
/* --------------------------------------------------- */

/* NAVIGATION - PRIMARY VIEW & SUB DYNAMIC*/
a.naviPrim				{ color: rgb(255,255,255); text-align: left; text-decoration: none; font-size: 10pt; font-weight: bold }

/* NAVIGATION - PRIMARY VIEW & SUB DYNAMIC*/
a.naviSubDyn		{ color: rgb(255,255,255); text-align: left; text-decoration: none; font-size: 10pt; font-weight: bold }
a:hover.naviSubDyn	{ color: rgb(255,153,000);}

/* NAVIGATION - PRIMARY VIEW & SUB DYNAMIC*/
a.naviSubSec			{ color: rgb(102,102,102); text-align: center; text-decoration: none; font-size: 10pt;  font-weight: bold }
a:hover.naviSubSec	{ color: rgb(153,000,051);}

/* NAVIGATION - SUBNAVIGATION STATIC*/
a.naviSubSta			{ color: rgb(102,102,102); text-decoration: none; font-size: 10pt;  font-weight: bold }
a:hover.naviSubSta	{ color: rgb(255,153,000); }

/* NAVIGATION - SUBNAVIGATION STATIC*/
a.naviPick			{ color: rgb(102,102,102); text-decoration: none; font-size: 10pt;}
a:hover.naviPick	{ color: rgb(255,255,255); }

/* NAVIGATION - SUBNAVIGATION STATIC*/
a.naviSmall			{ color: rgb(000,000,000); text-decoration: none; font-size: 10pt;}
a:hover.naviSmall	{ color: rgb(255,153,000); }

/* HYPERLINKS RED TEXT */
a.naviRed				{ color: rgb(255,000,051); text-decoration: none; font-size: 10pt; font-family: Futura Md BT; font-weight: bold }
a:link.naviRed  		{ color: rgb(255,000,051); }
a:hover.naviRed  	{ color: rgb(255,000,051); text-decoration: underline;}
a:active.naviRed		{ color: rgb(255,000,051); }
a:visited.naviRed	{ color: rgb(255,000,051); }

/* HYPERLINKS NORMAL TEXT */
a.naviText				{ color: rgb(000,000,000); text-decoration: underline; font-size: 10pt; }
a:link.naviText  		{ color: rgb(000,000,000); }
a:hover.naviText  	{ color: rgb(000,000,000); }
a:active.naviText		{ color: rgb(153,153,153); }
a:visited.naviText	{ color: rgb(153,153,153); }

/* HYPERLINKS NORMAL TEXT */
a.naviTextSmall			{ color: rgb(000,000,000); text-decoration: underline; font-size: 8pt; }
a:link.naviTextSmall  	{ color: rgb(000,000,000); }
a:hover.naviTextSmall  	{ color: rgb(000,000,000); }
a:active.naviTextSmall	{ color: rgb(153,153,153); }
a:visited.naviTextSmall	{ color: rgb(153,153,153); }


/* HYPERLINKS weiss TEXT */
a.naviTextWeiss { color: rgb(255,255,255); text-decoration: none; font-size: 12pt; font-family: Futura Md BT; font-weight: bold }
a:hover.naviTextWeiss  	{ color: rgb(153,000,051); }

/* HYPERLINKS Grau TEXT */
a.naviTextGrau { color: rgb(102,102,102); text-decoration: none; font-size: 12pt; font-weight: bold }
a:hover.naviTextGrau  	{ color: rgb(102,102,102); }

/* HYPERLINKS ORANGE SITEMAP */
a.naviSitemap				{ color: rgb(255,102,000); text-decoration: none; font-size: 10pt;   font-weight: bold }
a:hover.naviSitemap  	{ color: rgb(255,051,000); }

/* GLOBAL FONT */
body, td, th, tt, p, ul, ol, li, h3, h4, div, address, blockquote, nobr {font-family:Verdana,Arial,Helvetica,"Sans Serif"; color: rgb(051,051,051);}

/* GLOBAL FONTSIZE */ 
body, td, th, p, ul, ol, li, div, address, blockquote, nobr {font-size:10pt;}

/* HEADLINES */
h1           { font-family: Georgia, Arial, Helvetica, 'Sans Serif'; margin-top: 15; 
               margin-bottom: 10 }
h2           { font-family: Georgia, Arial, Helvetica, 'Sans Serif'; margin-top: 10; 
               margin-bottom: 5 } 
h1           { font-size: 18pt; font-weight: bold; color: rgb(102,102,102);}
h2           { font-size: 14pt; font-weight: bold; color: rgb(051,102,204);}
/* =================================================== */
