/* CSS Document */

html, body, pre, h1, h2, h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	color: #000;
	}

h3 { font-size: 0.8em; font-weight: bold; }
sup { font-size: 0.75em; }

p, ol  { font-size: 0.8em; max-width: 750px; } 

ul { list-style: none; padding-left: 1px; }
#artist_list li { line-height: 100%; padding: 17px 0 0 20px; }

ol { padding-left: 1.5em; list-style-type: decimal; }

.small { font-size: 0.6em; }
.right { float: right; }

.pict_spacer { height: 0; margin-top: -8px}

/*alt*/
a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	}
	
a:visited { color: #000; }

a:hover, a:active {
	text-decoration: none;
	color: #CCC;
	}

.txt_12 { font-size: 12px; text-decoration: none; }
	
.gruen_2   { color: #363; font-weight: normal; }
.gruen_2_b { color: #363; font-weight: bold; }

