/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";


h1{
	font-family: DINMittelschriftStd, Verdana, Arial, sans;
	color:#0f2e77;
	background-color:#fff;
	background:transparent;
	font-weight:normal;
}

h1 a{
	color:#2977c7;
}
h1 a:hover{
	color:#e33f00;
	background-color:#f8f6d5;
	text-decoration:none;
}

h1.page_title{
	font-family: DINMittelschriftStd, Verdana, Arial, sans;
	font-size:18pt;
	background-color:#636a72;
	color:#a2acb3;
	margin: 16px 0 0 45px; padding: 0;
	height: 19px;
	float: left;
}

h1.cal_title{
	font-family: DINMittelschriftStd, Verdana, Arial, sans;
	font-size: 12pt;
	background-color: #ffd27b;
	color:#000000;
	margin: 0; padding: 0;
}

