﻿body 
{
	font-family: "Verdana";
	font-size: small;
	color: #000000;
}
.InfoTextLabel
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: #AAAAAA;
}
.InfoTextSmall
{
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.ContentText
{
    font-family: "Verdana";
    font-size: small;
    color: #666666;
}
.ProductDescriptionTitle
{
    font-family: "Verdana";
    font-size: small;
    font-weight:bold;
    color: #555555;
}
#header {
    width: 100%;
    text-align: center;            
}
h1 {
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #D3515D;    
}
h2 {
    font-family: "Verdana";
    font-size: small;
    color: #666666;
	font-weight: bold;
}
#footer {
    font-size: 80%;
    text-align: center;
}

.mainBackground
{
    background-image: url(Graphics/background-body.gif);
    background-repeat: no-repeat;
    background-color: #C3EEA6;
    width: 100%;
    height: 100%;
}
.logoHeader
{
    background-image: url(Graphics/background-header.gif);
    background-repeat: no-repeat;
}
.formBackground
{
    background-repeat: no-repeat;
	width: 1024px;
}
.footerBackground
{
    background-image: url(Graphics/background-footer.gif);
    background-repeat: no-repeat;
}
.PageLabel
{
	font-family: "Verdana";
	font-size: 14px;
	font-weight: bold;
	color: #D3515D;
}

.BoldHyperlink
{
    font-family: "Verdana";
    font-size: 12px;
    font-weight:bold;
    color: #990000;
    text-decoration:none;	
}
.BoldHyperlink:Hover
{
    font-family: "Verdana";
    font-size: 12px;
    font-weight:bold;
    background-color: #CCCCCC;
    color: #990000;
    text-decoration:none;	
}
.BoldHyperlink:Visited
{
    font-family: "Verdana";
    font-size: 12px;
    font-weight:bold;
    color: #990000;
    text-decoration:none;	
}

.BoldHyperlinkGray
{
    font-family: "Verdana";
    font-size: 12px;
    font-weight:bold;
    color: #555555;
    text-decoration:none;	
}
.BoldHyperlinkGray:Hover
{
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;
    background-color: #E7F1FC;
    color: #555555;
    text-decoration:none;	
}
.BoldHyperlinkGray:Visited
{
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;
    color: #555555;
    text-decoration:none;	
}
.ProductName
{
    font-family: "Verdana";
    font-size: 11px;
    font-weight: bold;
    color: #942929;
}
.ProductNameSmall
{
	font-family: "Verdana";
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
.ProductPrice
{
    font-family: "Verdana";
    font-size: 10px;
    font-weight: bold;
    color: #444444;
}
.ProductPriceEUR
{
    font-family: "Verdana";
    font-size: 9px;
    font-weight: lighter;
    color: #444444;
}
.ErrorMessage
{
	font-family:Verdana;
	font-size: 10px;
}

.MenuShopping
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-image:url(Graphics/menu-kosik.gif);
    background-repeat:no-repeat;
    width:150px;
    height:54px;
}

.MenuEmpty
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-image:url(Graphics/menu-empty.gif);
    background-repeat:no-repeat;
    width:150px;
    height:54px;    
}

.MenuEmptyLight
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-image:url(Graphics/menu-empty-light.gif);
    background-repeat:no-repeat;
    width:150px;
    height:54px;    
}

.MenuLabel
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration:none;	
}
.MenuLabel:Hover
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration:none;	
}
.MenuLabel:Visited
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration:none;	
}

.MenuSearch
{
    font-family: "Verdana";
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-image:url(Graphics/menu-search.gif);
    background-repeat:no-repeat;
    width:150px;
    height:54px;
}



