html { 
    height: 100% 
} 
body { 
    min-height: 101%;	
    font-size: 100.01%; 
    background-color: #464646;
}
img{
    border: none;
}

.centerDown {
    background-color: #000000;
    width: 630px;
    position: relative;
    margin: auto auto;
    padding-top: 20px;
    height: 100%;
    text-align: center;
}

.headerTop {
    position: relative;
    background: #464646 url("img/header.png") no-repeat top left;
    margin: auto auto;
    height: 90px;
    width: 587px;
}

.headerText{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    color: #B3B0B2;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.contentBox_RO {
	background:url("img/contentBox_ro.png") top right no-repeat;
}

.contentBox_LO {
	background:url("img/contentBox_lo.png") top left no-repeat;
}

.contentBox_RU {
	background:url("img/contentBox_ru.png") bottom right no-repeat;
}

.contentBox_LU {
	background:url("img/contentBox_lu.png") bottom left no-repeat;
}

.contentBox_Content {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.contentBox_Content p {
	margin:0;
	padding:0;
}

.boxedHeadline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #827F80;
    text-align: center;
    background:url("img/bg_Headline.png") bottom left no-repeat;
    width: 195px;
    position: relative;
    margin: auto 20px;
    height: 36px;
    line-height: 36px;
}

.shopImage{
    border: 1px solid black;
}
.shopImage:hover{
    border: 1px solid white;
}

highlite{
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	color: #FBAF3A;
}

a.plainLinkSmall{
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #827F80;
}
a:visited.plainLinkSmall  { color: #827F80; }
a:focus.plainLinkSmall  { color: #F7931B; }
a:hover.plainLinkSmall  { color: #F7931B; }
a:active.plainLinkSmall  { color: #F7931B; }

.smallGreyLink{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px; 
    color:#B3B0B2;
}
    
h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color:#B3B0B2;
    text-align: left;
}

