/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/* --- Divs used for page structure ---*/
.normalpage
{
	background-color:#ffffff;
}
#ContentDiv
{
	text-align:center;
}
#Page
{
	margin: 0 auto;
	width: 940px;
}
#PageContentBorderColor
{

}


#HeaderArea
{
    text-align: left;
	padding-bottom:20px;
}

#TitelArea
{
	border-top:solid 1px #CBCBCB;
	text-align:left;
	
}
.TitelAreaLeft
{
	float:left;
	border-right:solid 1px #CBCBCB;
}
.TitelAreaRight
{
	float:left;
	padding:5px 0px 0px 30px;
	
	
}

#MainAreaDiv
{

	text-align:left;
	
}
#MainAreaPaddingDiv
{
	text-align:left;
}

.topLeft
{
	width:704px;
	float:left; 
	border-right:solid 1px #CBCBCB;
}
.topRight
{
	float:left; 
	width:236px;
}
.topPaddingRight
{
	padding:10px 0px 0px 15px;
}
.MainContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;
	border-right:solid 1px #CBCBCB;

}
.MainContentAreaPaddingDiv
{
    padding: 0px 14px 0px 0px;
    
}
.innerMainAreaContent
{
	padding:65px 0px 0px 20px;
}
.RightContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;
}
.RightContentAreaPaddingDiv
{
	padding:10px 0px 0px 25px
}
#FooterDiv
{
	text-align:center;
	color:#818181;
	padding:17px 0px 15px 0px;
	margin:0px 0px 0px 3px; 
	text-transform:uppercase;
	border-top:solid 1px #CBCBCB;
	
}



/*Vinranka*/
.vinRankaImgTop
{
	position:relative;
	left:4px;
}
td.vinRankaTdTop
{
	vertical-align:top;
	width:129px;
}
.vinRankaImgBottom
{
	position:relative;
	left:-45px;
}
.vinRankaTdBottom
{
	vertical-align:bottom;	
	width:159px;
}
.structTable
{
	border-collapse:collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px -70px;
}