﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	font-family: Trebuchet MS, Verdana, Arial, Times New Roman, Sans-Serif;
	font-size: 14px;
	background-color: White;
	color: White;
}

a.SiteMapItems:link
{
	color: #853232;
	text-decoration: none;
}

a.SiteMapItems:visited
{
	color: #853232;
	text-decoration: none;
}

a.SiteMapItems:hover
{
	color: #853232;
	text-decoration: underline;
}

a:link
{
	color: White;
	text-decoration: underline;
}

a:visited
{
	color: White;
	text-decoration: underline;
}

a:hover
{
	color: White;
	text-decoration: none;
}

a:active
{
	color: White;
	text-decoration: underline;
}

img
{
 border-style: none;
 border-width: 0px;
}

.mainDiv
{
	width: 960px;
	padding: 10px;
	margin: 0px auto;
}

.header
{
	text-align: left;
	height: 140px;
}

.headerImage
{
	height: 77px;
  float: left;
}

.headerText
{
	height: 77px;
	float: right;
}

.banner
{
	height: 131px;
}

.bannerImage
{
	width: 621px;
	height: 121px;
	float: left;
}

.bannerAdres
{
	width: 330px;
	height: 121px;
	float: right;
	background-image: url(images/adresbanner.png);
	background-repeat: no-repeat;
	line-height: 18px;
	text-align: left;
	color: White;
}

.adresText
{
	padding-left: 10px;
	margin-top: 5px;
}

.content
{
	background-image: url(images/content_top.png);
	background-color: #8F3636;
	background-repeat: no-repeat;
	text-align: left;
	height: 850px;
	padding-left: 40px;
	padding-right: 40px;
}

.contentBottom
{
	background-image: url(images/content_bottom.png);
	height: 15px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.footer
{
	height: 50px;
	color: #2F2F2F;
	text-align: left;
	padding-left: 40px;
}

a.footerLink:link
{
	color: #853232;
	text-decoration: underline;
}

a.footerLink:visited
{
	color: #853232;
	text-decoration: underline;
}

a.footerLink:hover
{
	color: #853232;
	text-decoration: none;
}

a.footerLink:active
{
	color: #853232;
	text-decoration: underline;
}

.readMore
{
	text-align: right;
}

.title
{
	font-size: 30px;
}

.mainText
{
	width: 590px;
	float: right;
	font-size: 14px;
}

.menu
{
  width: 250px;
  float: left;
}

.columnLeft
{
	background-image: url(images/v_line.gif);
	background-repeat: repeat-y;
	width: 255px;
  float: left;	
}

.columnRight
{
	width: 255px;
  float: right;	
}

.tracePath
{
	color: #853232;
	font-size: 14px;
	padding-bottom: 7px;	
	text-align: left;
}

.smallImage
{
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

.productBox
{
	background-image: url(images/product_back.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 390px;
	padding-left: 200px;
}
