.bg1 {
	background-attachment: fixed;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
a.mainfont:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A92E40;
	line-height: 17px;
}
.bord {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #323232;
	border-right-color: #323232;
	border-bottom-color: #323232;
	border-left-color: #323232;
}

#online-shop {
		padding: 5px;
		background-color: #A9B9D3;
		text-align: center;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 30px;
		border: 2px solid #3A4A64;
}

#online-shop a {
		color: #000;
		text-decoration: none;
}

#online-shop a:hover {
		color: #ff0000;
		text-decoration: underline;
}