body {
	font-family: "Times New Roman", Times, serif;
	color:#111111;
	font-size:14px;
	font-weight:normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: "Times New Roman", Times, serif; color:#111111; 
	font-size:14px; 
	font-weight:normal;
	}

th {
	font-family: "Times New Roman", Times, serif; color:#111111; 
	font-size:14px; 
	font-weight:normal;
	}
	
.titlekiessee {
	color:#0078BE;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 30px;
} 

.titlekiessee2 {
	color:#0078BE;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}

.titletonsee {
	color:#32730A;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 30px;
} 

.titletonsee2 {
	color:#32730A;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}

.titlezimmer {
	color:#C35500;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 30px;
} 

.titlezimmer2 {
	color:#C35500;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}

.titlegelb {
	color:#006666;
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 30px;
}

.titlegelb2 {
	color:#006666;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	line-height: 30px;
}

A:link {
	text-decoration:underline;
	color: #0033cc;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
A:visited {
	text-decoration:underline;
	color: #990099;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
A:active{
	text-decoration:underline;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FF0000;
}
A:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color: #5FAAEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #150185;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #1996D2;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 2px;
line-height: 1.0em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
text-align: center;
line-height: 2.1em;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}