/* Header Areas*/
.headerV2Container{
	margin-top: 10px;
	width: 100%;
	height: 270px; /*background:yellow;*/
}


headerV2ContainerNetPriva
{
  	padding-bottom: 10px;
	margin-top: 20px;
	width: 100%;
	height: 118px; /*background:yellow;*/
}

.headerV2Left{
	width: 640px;
	height: 270px; /*background:gray;*/
	float: left;
}

.headerV2Right{
	width: 210px;
	height: 270px;
	float: left;
	background-image: url(../images/pages/home/header-left-background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* Base Areas */
.baseV2Container{
	margin-top: 10px;
	/*width: 100%;*/
    	width: 950px;
	height: auto; /*background: yellow;*/
}

/* Bullets Etc */
li.home {
	margin-left: 0;
	padding-left: 5px; /* distance between marker and text */
	margin-bottom: 0.4em; /* a little spacing between list items */
}

ul.home {
	margin: 6px 0 0 25px; /* bullet image is in left margin */
	padding-left: 0;
	list-style: square url(../images/pages/home/bullet-home-on-yellow.jpg); /* wide image for the bullet */
}

ul.home a, ul.home a:active, ul.home a:hover, ul.home a:visited {
	color: #015289;
}

/*Base Elements*/
.baseV2Wrapper{
	float: left;
	width: 207px;
	margin-right: 4px;
}

.baseV2Header{
	width: 205px;
	height: 34px;
	float: left;
/*    background-image: url(../images/pages/home/base-head.jpg);*/
    background-image: url(../images/pages/home/v5/header.jpg);
	background-position: bottom;
    background-repeat: no-repeat;
}

.baseV2HeaderLeft{
/*	width: 145px;*/
width:auto;
	float: left;
}

.baseV2HeaderRight{
	width: 56px;
    top: 0px;
	float: right;
	vertical-align: bottom;
}

.rss{
  	width: 56px;
	float: right;
	padding-right: 3px;
}

.newsFlag{
  /*	padding-top: 14px; old version*/
    padding-top: 14px;
	float: left;
    width:40px;
}

.baseV2Mid{
	float: left;
	width: 205px;
	background-image: url(../images/pages/home/base-mid.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	height: 380px;
}
.baseV2MidMini{
	float: left;
	width: 205px;
	background-image: url(../images/pages/home/base-mid2.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	min-height: 90px;
	height:auto !important;
	height: 90px;
	
}

.baseV2Footer{
	width: 205px;
	height: 15px;
	float: left;
	background-image: url(../images/pages/home/base-footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*Padding*/
.padMe5{
	padding: 5px; /*min-height:400px;*/
}

.headerV2RightCopy, .padMe10 {
	padding: 10px;
}

.baseV2HeaderInnerWrapper, .ImageFloatLeft {
	float: left;
}
.homeheader{
  font-size:13px;
  font-weight:bold;
  color:white;
  margin-top:10px;
  margin-left:5px;
  margin-right:3px;

}
.divider{
  float:left;
  width:1px;
  height:600px;
  margin-right:4px;
  	background-image: url(../images/pages/home/v5/divider.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


