/* Standard-CSS für www.schriftmuseum.at */

/* Wichtige Farben
 weinrot = #8E1C32
    grau = #999999

*/

html, body, div, p, span, a, table, td, th, {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	align: justify;
}

html, body {
	background: #FFFFFF;
	font-size: 101%;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
}

html, p, td, br, tr {
	font-size: 12px;
	align: justify;
	list-style-type: circle;
	color: #666666;
} 

.small {
	font-size: 10px;
}

.subheader {
   font-size: 13px;
   font-weight: bold;
}

a:active {
    font-size: 12px; 
	font-style: bold; 
	text-decoration: underline;
	color: #8E1C32; 
}
a:link {
	font-size: 12px;
	font-style: bold;
	text-decoration: underline;
	color: #333333;
}
a:visited {
	font-size: 12px;
	font-style: bold;
	text-decoration: underline;
	color: #333333;
}
a:hover {
    font-size: 12px; 
	font-style: bold;
	text-decoration:  underline;
	color: #8E1C32; 
}

.header {
    font-size: 15px; 
	line-height: normal;
	font-weight: Bold;
	text-decoration: none;
	color: #8E1C32;
}

