/*
	style:.css vorgabe von standards mittels cascading style sheets 
	copyright: www.gw-service.de / verwendung nur mit genehmigung des autors! 
*/

a         { text-decoration: underscore; font-weight: bold }
a:link    { text-decoration: underscore; color: #000099 }
a:visited { text-decoration: underscore; color: #000099 }
a:hover   { text-decoration: underscore; color: white; background-color: #000099 }

h1        { font-family: Arial, Helvetica; font-size: 14pt; font-weight: bold; color: #000099;}
h2        { font-family: Arial, Helvetica; font-size: 20pt; font-weight: bold; color: #000099; 
            width:100%; filter:Blur(direction=55, strength=6);}
h3        { font-family: Arial, Helvetica; font-size: 20pt; font-weight: bold; color: #000099; 
            width:100%; filter:DropShadow(color=#C0C0C0, offx=3, offy=3);}
h4        { font-family: Arial, Helvetica; font-size: 20pt; font-weight: bold; color: #000099; 
            width:100%; filter:DropShadow(color=#C0C0C0, offx=3, offy=-3);}
h5        { font-family: Comic Sans MS, Arial, Helvetica; font-size: 20pt; font-weight: bold; color: #000099; 
            width:100%; filter:DropShadow(color=#C0C0C0, offx=3, offy=-3);}
h6        { font-family: Arial, Helvetica; font-size: 7pt; font-weight: normal; color: #000099 }
p         { font-family: Arial, Helvetica; font-size: 11pt; font-weight: normal; color: #000099}
td        { font-family: Arial, Helvetica; font-size: 11pt; font-weight: normal; color: #000099 	}
p.klein   { font-family: Arial, Helvetica; font-size: 9pt; font-weight: normal; color: #000099 	}
li        { font-family: Arial, Helvetica; font-size: 12pt; font-weight: normal; color: #000099 }

body      { font-family: Arial, Helvetica; font-size: 12pt; color: #003300;
            margin-top: 0pt; 	margin-right: 15pt; 	margin-bottom: 0pt; margin-left: 0pt;           
                     scrollbar-arrow-color: #000000; scrollbar-base-color: #ffffff;}

#konzertueberblick tr td{
	font-size:80%;
}

#konzertueberblick .tr0 td {
	background-color:#000099;
	color:white;
	font-weight:bold;
}

#konzertueberblick .tr2 td {
	background-color:#9cf;
	color:#009;
}