.Gastbuch_tb_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0px;
	border: 1px none #CCCCCC;
}

.Gastbuch_tb_foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	border: 1px none #CCCCCC;

}

.div_untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
}
.Div_Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
.header_Tbl {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.footer_Tbl {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width:2px;
	border-left-width: 2px;
	border-bottom-style:none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
}

/* Links */
a:link {
	color: #795C85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	letter-spacing: 0px;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	letter-spacing: 0px;
}

