/*	Stylesheets für Breil Orgelbau
	2003-09-12 12:00 */
a:link {
	color :#BFFFBF; 
	text-decoration :underline;
}
a:visited {
	color :#78FF78;
	text-decoration :underline; 
}
a:active {
	color :#F0FFC8;
	text-decoration :underline; 
}
	
body {
	background-color: #D2282D;
	/*ackground-image : url(../images/papier.jpg);*/
}
table{
	
}
th, td{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #F6F600;
}
th{
	font-size : 16px;
	padding: 6px 6px 6px 6px;
}
td{
	font-size : 14px;
	padding: 6px 6px 6px 6px;
}
ul{
	list-style-image : url(../images/balken.gif);
}
.nopadding{
	padding: 0px 0px 0px 0px;
}
h1{
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
}
h2{
	font-size : 16px;
	font-weight : bold;
	}
h3{
	font-size : 14px;
	font-weight : bold;
}
hr{
	color : Black;
}
.hoch{
	font-size : 50%;
	/*height : 14px;
	*/
	vertical-align : super;
	
}
.info,.shortinfo{
	color : Silver;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.info{
	font-size : 14px;
}
.shortinfo{
	font-size : 13px;
}
.numin{
	text-indent : 10px;
}