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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #5F94EB;
	background-attachment: fixed;
}
.mainimage {
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
}
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	padding: 0px;
	position: relative;
	background-color: #EFEFEF;
}
.pricelist {
	border: thin solid #5F94EB;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.pricelist td {
	padding-top: 0.05em;
	padding-right: 0.1em;
	padding-bottom: 0.05em;
	padding-left: 0.1em;
	margin: 0px;

}
.header {
	font-weight: bold;
	background-color: #3399FF;
}



.navbar {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:active {
	color: #00FFFF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {color: #ff0000; text-decoration: none; }
/*
.navbar a:link {
	color: #FFFFFF;
	background-color: #0000FF;
}
.navbar a:active {
	color: #00FFFF;
	text-decoration: underline;
}
.navbar a:visited {
	color: #FFFFFF;
	background-color: #0066FF;
}
.navbar a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
*/
.maintext {
	text-align: center;
	padding: 5px;
	width: 790px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

