﻿body
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	background-color: White;
}
h1
{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: White;
}
#divTop
{
	background: url(grafik/topbar.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-left: 40px;
}
td.topContact
{
	white-space: nowrap;
	color: White;
	font-weight: bold;
}
td.topContact a
{
	color: White;
}
#tblTop
{
	background: url(grafik/topbar.png);
	background-position: top;
	background-repeat: repeat-x;
}
#divNav
{
	float: left;
	display: inline;
	width: 241px; /*height: 486px;*/
}
#divNavTop
{
	background: url(grafik/nav-top.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
}
#divNavMiddle
{
	background-image: url(grafik/nav-middle.png);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
}
#divNavBottom
{
	background: url(grafik/nav-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100%;
}
#divNavSpacer
{
	display: inline;
	float: left;
	width: 1px;
	height: 486px;
}

#divContent
{
	float: left;
	margin-left: 5px;
}
#divContentTopMiddle
{
	background: url(grafik/content-top-middle.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
#divContentBottomMiddle
{
	background: url(grafik/content-bottom-middle.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
}
#divContentMiddleLeft
{
	background: url(grafik/content-middle-left.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 100%;
}
#divContentMiddleRight
{
	background: url(grafik/content-middle-right.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}
#divContentTopLeft
{
	background: url(grafik/content-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
}
#divContentTopRight
{
	background: url(grafik/content-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
}
#divContentBottomLeft
{
	background: url(grafik/content-bottom-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
}
#divContentBottomRight
{
	background: url(grafik/content-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
}

.menuTopOffParent
{
	color: White;
	text-decoration: none;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.menuTopOff
{
	color: White;
	text-decoration: none; /*padding-left: 5px;*/
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px; /*margin-left: 5px;*/
	line-height: 18px;
}
.menuTopOn
{
	color: White;
	text-decoration: none;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.menuOff
{
	color: White;
	background-repeat: repeat-x;
	background-image: url(grafik/menuItem.png);
	text-decoration: none;
	padding: 2px;
	font-size: 12px;
	min-width: 125px;
}
.menuOn
{
	color: White;
	background-color: #a53f3f;
	text-decoration: none;
	padding: 2px;
	font-size: 12px;
	min-width: 125px;
}

.BasketHeader
{
	color: White;
	background-repeat: repeat-x;
	background-image: url(grafik/menuItem.png);
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	height: 24px;
	font-weight: normal;
}
.txtContactDetails
{
	width: 200px;
	border: 1px solid #7f9db9;
}
.txtContactDetailsRequired
{
	width: 200px;
	background-color: #FFFD33;
	border: 1px solid #7f9db9;
}
div.roundedbox
{
	float: left;
	border: 1px solid #cccccc;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
}
.divProduct
{
	float: left;
	text-align: center;
	margin: 15px;
	width: 150px;
	min-height: 180px;
}

