.message, .message:visited
{
	font-size: 19pt;
	font-weight: bold;
	color: red;
	background: yellow;
	text-decoration: none;
}

body
{
	background: url('images/background.jpg');
	margin: 0px;
}

td
{
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
}

a,a:visited
{
	color: blue;
}

#main
{
	border-collapse: collapse;
	width: 100%;
}

#productImageTd
{
	padding: 5px;
	text-align: center;
}

#productImage
{
	border: 1px solid black;
}

#productInfo, #productPrice
{
	background: white;
	padding: 5px;
	height: 250px;
	vertical-align: top;
}

#productPrice
{
	width: 200px;
}

.header
{
	font-size: 15pt;
}

.subheader
{
	font-size: 11pt;
	font-weight: bold;
}

#priceTable
{
	border-collapse: collapse;
}

#priceTable td
{
	padding: 5px;
	border: 1px solid #CDDEB4;
}

#products
{
	width: 800px;
}

#products td
{
	border: 1px solid #0073C6;
	width: 33%;
	padding: 5px;
	text-align: center;
	background: white;
}

#products a, #products a:visited
{
	color: #0073C6;
	font-weight: bold;
	font-size: 11pt;
}

#footer
{
	padding: 0px;
	background-image: url('images/footer-background.gif');
}

#innermain
{
	padding: 5px;
}

#logo
{
	width: 800px;
	padding: 10px;
	padding-bottom: 0px;
}

#productpage
{
	border-collapse: collapse;
	width: 800px;
}

#productInfo .back, #productInfo .back:visited
{
	font-size: 13pt;
	color: #00bd00;
}

#priceTable .label
{
	font-size: 13pt;
	color: black;
}

.smallPriceText
{
	font-family: verdana,arial,helvetica;
	font-size: 7pt;
}

.btnOrder, .btnOrder:visited
{
	font-size: 13pt;
	color:#00bd00;
}

.btnContact, .btnContact:visited
{
	font-size: 13pt;
	color:#007A00;
}

.btnKopinfo, .btnKopinfo:visited
{
	font-size: 13pt;
	color:#003A00;
}

#pages
{
	border-collapse: collapse;
	width: 790px;
}

#pages td
{
	padding: 0px;
	text-align: right;
}

#pages a, #pages a:visited, #pages td
{
	color: white;
	font-size: 11pt;
	font-weight: bold;
}

#indexpage
{
	width: 800px;
	background: white;
	border: 1px solid #0073C6;
}

#picklist
{
	width: 800px;
	background: white;
	border-collapse: collapse;
}

#picklist td
{
	border: 1px solid #cccccc;
	font-family: verdana,arial,helvetcia;
	font-size: 7pt;
	width: 16%;
}

#picklist .subheader
{
	font-family: "trebuchet ms",verdana,arial,helvetica;
	font-size: 13pt;
}

#totalprice
{
	font-family: "trebuchet ms",verdana,arial,helvetica;
	font-size: 15pt;
	color: red;
	border: none;
	width: 200px;
	background: #dddddd;
}

#contents
{
	font-family: "trebuchet ms",verdana,arial,helvetica;
	font-size: 9pt;
	width: 396px;
	height: 100px;
	background: white;
	color: black;
	padding: 5px;
}

#kassa
{
	font-family: "trebuchet ms",verdana,arial,helvetica;
	font-size: 9pt;
	background: #dddddd;
	position: absolute;
	width: 400px;
	height: 100px;
	top: 30px;
	left: 50px;
	visibility: hidden;
	border: 2px solid #177A9F;
	color: #177A9F;
}

#kassa a, #kassa a:visited
{
	color: black;
}

#kassa td
{
	padding: 2px;
}

#leverans
{
	width: 400px;
	background: #DCF0FC;
	border: 1px solid #0F71AF;
}

#menu td
{
	padding: 5px;
	background: #61A8DC;
	border: 1px solid #0073C6;
}

#menu a, #menu a:visited
{
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	text-decoration: none;
}