/*
	Copyright (c) 2002 St.Johannes-Apotheke Frensdorf
	Last Modified: September 06, 2002
*/

/*Allgemein*/

body, table, tr, td, div, form, p, ul, li {
	font-size : 12px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-style : normal;
}
			
a, a:link, a:visited, a:active {
	color : #C00000;
	text-decoration : none;
	}

/*Klassen*/

.justified {
	text-align : justify;
}

.pageheadline {
	font-size : 18px;
	color : #C00000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	}
	
.headline {
	font-size : 15px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	line-height : 200%;
	}

.subheadline {
	font-size : 10px;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing : 2px;
	font-variant : small-caps;
	}

.small {
	font-size : 10px;
}

td.date {
	letter-spacing : 1px;
	word-spacing : 3px;
	}

