
/* concert-views - designCSS - aug. 2008 by Carsten Schem */


body  { background-color:rgb(222,222,222); 
   scrollbar-track-color:rgb(222,222,222); 
   scrollbar-arrow-color: rgb(0,0,255); 
   scrollbar-3dlight-color: rgb(222,222,222); 
   scrollbar-darkshadow-color:rgb(222,222,222) ; 
   scrollbar-shadow-color:rgb(222,222,222) ; 
   scrollbar-face-color: rgb(222,222,222)  ;
   height: 101% }

a:link { color:#0000ff; text-decoration:none; font-weight:bold }
a:visited { color:#0000ff; text-decoration:none; font-weight:bold }
a:hover { color:#ff0000; text-decoration:underline; font-weight:bold }
a:active { color:#008800; text-decoration:none; font-weight:bold }

/* Hintergrundfarbe, Scrollbars angepasst  */


p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
     { font-family:Verdana,Arial,Helvetica,Helv,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Standard-Text */

h1 { font-size:22pt; color:#4cb9cb; }

/* Sonderueberschriften */


h2 { font-size:17pt; color:#008080; }

/* Seitenueberschriften */


h3, h3.xmp, h3.xpl, h3.inf, h3.tip { font-size:12pt; color:#008b8b; }

/* Absatzueberschriften */


h4 { font-size:10pt; color:#607ccc; }

/* Zwischenueberschriften an manchen Stellen, auch im Text */


h5 { font-size:8pt; color:#888888; }

/* kleiner als Text */


h6 { font-size:8pt; color:#888888; }

/* grauer Text, sehr klein */


p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:10pt; color:#000088; }

/* normaler Text */



tt { font-family:Courier New,Courier; font-size:10pt; color:#ffffff; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

a.an { text-decoration:none; }
