/*=====================Frontpage=====================*/
.main-holder{
	height:600px;
	overflow:hidden;
}

.avg-holder{
	width:147px;
	padding:10px 0 0 838px;
}
.avg{
	display:block;
	height:85px;
	width:147px;
}
.flags a{
	width:19px;
}

.left-part{
	width:550px;
	float:left;
}
.text-picture{
	margin:10px 0 0 15px;
}
.right-part{
	width:448px;
	float:left;
}
.picture-frame{
	width:526px;
	height:380px;
	overflow:hidden;
	position:relative;
}
.picture-frame .cover{
	width:526px;
	height:380px;
	background:url(../images/home-pic-frame-triang.gif) no-repeat 100% 100%;
	position:absolute;
	top:0;
	left:0;
}
.news{
	background:#B8ADA1 url(../images/home-news-bg.gif) no-repeat 0 0;
	height:210px;
	width:370px;
	margin:265px 0 30px 78px;
}
.news div{
	xbackground:#FF0000;
	overflow:auto;
	padding:20px 20px 20px 110px;
	height:170px;
	width:240px;
	scrollbar-face-color:#B8ADA1;
	scrollbar-highlight-color:#B8ADA1;
	scrollbar-shadow-color:#B8ADA1;
	scrollbar-3dlight-colo:#B8ADA1;
	overflow:auto;
	overflow-x:hidden;
}
.right-part a.newsFront,.right-part a.newsFront:hover{
	color:#FeFeFe !important;
	text-decoration:none;
}
