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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(bursa_grau.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

a{
	color: #336600;
	text-decoration: none;
}

a:link{
	color: #336600;
	text-decoration: none;
}

a:visited{
	color: #336600;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	text-align: left;
}

td, div, body, textarea, input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
}

.termin-monat{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	text-align: left;
}

.termin-hervorgehoben {
	color: #FF0000;
	background-color: #FFFFFF;
}

.aviso_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.aviso_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: left;
}
