/***********************************************/
/* terminaviso.css                             */
/* siegfriedia.at CSS-Grundbaustein            */
/***********************************************/

/***********************************************/
/* Styles für das Terminaviso                  */
/***********************************************/ 


body {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	background: url(grau.jpg);
	background-repeat: repeat;
}
td, div, body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 8pt;
	color: #FFFFFF;
}
.titel {
	margin-bottom: 0px;
}

.datum-zeit-ort {
     margin-top: 2px;
     margin-bottom: 0px;
}
.merker {
     margin-top: 2px;
	 margin-bottom: 10px;

}

td, div, body {
	line-height: 110%;
}
table, tr, td {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
th, .th {
	background-color: #003300;
	font-size: 9pt;
	line-height: 125%;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.termin-hervorgehoben {
	color: #CCCCCC;
}
.termin-monat {
	font-weight: bold;
}