body
{
	background-image: url("images/bg_site.png");
	background-repeat: repeat-x;
}

#divContentBg
{
	background-color: #FFFFFF;
	position: absolute;
	left: 182px;
	height: 100%;
	top: 0px;
}

#divContent
{
	position: absolute;
	left: 195px;
	top: 280px;
	width: 650px;
}

#divMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 182px;
}

#divTopNavi
{
	position: absolute;
	left: 190px;
	top: 235px;
}

#divCoolCash
{
	position: absolute;
	left: 772px;
	top: 238px;
}

#divCopyright
{
	position: absolute;
	text-align: right;
	width: 100%;
	top: 285px;
}

#divCopyright span
{
	width: 950px;
	padding-right: 10px;
}

#divCopyright a
{
	text-decoration: none;
	font-size: 9px;
	color: #62798E;
}

#divCopyright a:hover
{
	text-decoration: underline;
}

#divSearchField
{
	position: absolute;
	left: 20px;
	top: 300px;
}
/* MENU */

div#divMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#divMenu li
{
	margin: 0;
	padding: 0;
}

.MenuLineLevel0, .MenuLineLevel0Selected
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 26px;
	padding-right: 2px;
	margin: 0px;

	line-height: 13px;
	color: white;
	font-size: 10px;
	text-decoration: none;
}

.MenuLineLevel0
{
	background-image: url("images/MenuLineLevel0.png");
}

.MenuLineLevel0Selected
{
	background-image: url("images/MenuLineLevel0Selected.png");
}

a:hover .MenuLineLevel0
{
	background-image: url("images/MenuLineLevel0Over.png");
}


.MenuLineLevel1, .MenuLineLevel1Selected
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 36px;
	padding-right: 2px;
	margin: 0px;

	line-height: 13px;
	color: white;
	font-size: 10px;
	text-decoration: none;
}

.MenuLineLevel1
{
	background-image: url("images/MenuLineLevel1.png");
}

.MenuLineLevel1Selected, a:hover .MenuLineLevel1
{
	background-image: url("images/MenuLineLevel1Over.png");
}




td.ProductGroup
{
	font-weight: bold;
	color: #232A4C;
	padding-bottom: 2px;
	border-bottom: 1px solid #9599B0;
	padding-left: 2px;
}

td.ProductGroup a
{
	font-weight: bold;
	color: #232A4C;
}

td.ProductGroup a:hover
{
	font-weight: bold;
}

td.ProductSubGroup
{
	padding-left: 12px;
	padding-bottom: 2px;

	background-image: url("images/product_subgroup_indicator.png");
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #717070;
}

td.ProductSubGroup a
{
	color: #717070;
}

td.TopNaviProductGroup, td.TopNaviProductGroup a
{
	font-weight: bold;
	color: #232A4C;
}

td.TopNaviProductSubGroup, td.TopNaviProductSubGroup a
{
	font-weight: bold;
	color: #DCA631;
}

td.TopNaviProductSubGroup a:hover
{
	font-weight: bold;
}

td.ProductDetailName
{
	padding-left: 50px;
}

td.ProductDetailName p
{
	font-weight: bold;
	color: #232A4C;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #9599B0;
}

td.ProductDetailNameZusatz
{
	font-weight: bold;
	color: #DCA631;
	padding-top: 1px;
	padding-left: 150px;
	padding-bottom: 2px;
}

td.ProductDetailExtraHeader
{
	font-weight: bold;
	color: #232A4C;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #9599B0;
}

td.ProductDetailExtraText
{
	padding-right: 1px;
	padding-left: 2px;
	padding-top: 2px;
}

td.ProductDetailExtraButton
{
	background-image: url("images/indicator_grey.png");
	background-repeat: no-repeat;
	background-position: 4px 8px;

	padding-right: 1px;
	padding-left: 12px;
	padding-top: 4px;
}

