@charset "utf-8";
/* CSS Document */

A:link, A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 13px;
	font-weight: bold;
}

A:hover, A:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c8c8c8;
	font-size: 13px;
	font-weight: bold;
}


.menu_button, .menu_button_active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.menu_button:link, .menu_button:visited
{
	color: #c8c8c8;
	text-decoration: none;
}

.menu_button_active:link, .menu_button_active:visited
{
	color: #FFFF99;
	text-decoration: none;
}

.menu_button:hover, .menu_button:active, .menu_button_active:hover, .menu_button_active:active
{
	color: #FFFF99;
	text-decoration: underline;
}

.booking_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	border: 0px solid #FFFF99;
	background-repeat: no-repeat;
}

.booking_link:link, .booking_link:visited
{
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}

.booking_link:hover, .booking_link:active
{
	color: #C8C8C8;
	text-decoration: none;
	border: 0px solid #C8C8C8;
}

.link_frontpage:link, .link_frontpage:visited
{
	text-decoration: none;
}

.link_frontpage:hover, .link_frontpage:active
{
	text-decoration: underline;
}

.no_hover:link, .no_hover:visited, .no_hover:hover, .no_hover:active
{
}
