@charset "utf-8";
@import "reset.css";
@import "base.css";
html{
	font-size:100.01%;
	}

body{
	color:#333;
	font-size:11px;
	font-family:Tahoma;
	background:#ffffff;
	}
a{
	color:#333;
	text-decoration: none;
}
.blue a, .gray a{color: #fff;}
.green{background:#84b92c url(/images/news/backgrounds/green.jpg) no-repeat;}
.yellow{background:#eaab0d url(/images/news/backgrounds/yellow.jpg) no-repeat;}
.gray{background:#4d4d4d url(/images/news/backgrounds/gray.jpg) no-repeat;	color: #fff;}
.blue{background:#0766a6 url(/images/news/backgrounds/blue.jpg) no-repeat;	color: #fff;}
.no-marker{margin:0;}
.no-marker li{list-style: none;}

.bone{border:1px solid #333333;}
.sign{
	min-height:180px;
	padding:4px;
	background:url(/images/news/backgrounds/euro.png) no-repeat 0 20px;
}
.box{margin-bottom:2px;}
.b-top, .b-bottom{
	height:5px;
	margin:0 5px;
	position: relative;
	background:url(/images/news/backgrounds/content.png);
}
.b-top div, .b-bottom div{
	position: absolute;
	top:0;
	width:5px;
	height:5px;
	overflow: hidden;
	background-image: url(/images/news/backgrounds/corners.png);
	background-repeat:no-repeat;
}
.bt-l{
	left: -5px;
	background-position: 0 0;
}
.bt-r{
	right: -5px;
	background-position: -5px 0;
}
.bb-l{
	left: -5px;
	background-position: 0 -5px;
}
.bb-r{
	right: -5px;
	background-position: -5px -5px;
}
.b-content{background:url(/images/news/backgrounds/content.png);}
.lists li{
	padding:5px;
	background-image:url(/images/news/backgrounds/li.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}
.lists li:first-child{background:none;}
.footer{padding:10px 0 2px;}
.logo{
	float: left;
	width:69px;
	height:22px;
	background:url(/images/news/icons/icons.png) no-repeat -14px 0;
}
.logo span{display: none;}
.footer a{
	color: #fff;
	text-decoration: underline;
}
.footer p{
	color: #fff;
	float: right;
	margin:0;
	padding-top:4px;
}
/* UTIL */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
