/* 1st main headline */
.hl1 { color: #000000; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 19px; line-height: 21px; text-decoration: none; font-weight:bold; }

/* 2nd main headline */
.hl2 { color: #999999; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 19px; line-height: 21px; text-decoration: none; font-weight:bold; }

/* normal text - Fliesstext */
.fliess { color: #000000; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 12px; line-height: 16px; text-decoration: none; font-weight:normal;}
.fliessSmall { color: #000000; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 8pt; line-height: 10pt; text-decoration: none; font-weight:normal;}
.fliessBold { color: #000000; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 12px; line-height: 16px; text-decoration: none; font-weight:bold;}

/* Special Headline Touristik */
.titelTouristik { color: #CC6600; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 16px; line-height: 20px; text-decoration: none; font-weight:bold;}
.titelBlau { color: #336699; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 16px; line-height: 20px; text-decoration: none; font-weight:bold;}

/* links */
a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

/* table 1 */
.t1 {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 18px;
}

/* table cell colors green */
.tdc1 {
	background-color:#669999;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.tdc1bg {
	background-color:#669999;
}

/* table cell colors grey */
.tdc2 {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.tdc2bg {
	background-color:#CCCCCC;
}
li {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}
ul  {
	list-style-type: square;
}
ol	{
	list-style-type: decimal;
}
input {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}
