@import url('/potapko.css');

/* styl uvodní stránky */

#skype {
	float: right;
	padding: 2px 10px;
	border: 1px dashed #C9DCEF;
	background-color: #E9F4FF;
	margin-bottom: 5px;
}

#news {
	clear: right;
}

.new {
	padding: 6px 5px;
	margin: 3px 0px;
	border-top: 1px dashed #C9DCEF;
	border-bottom: 1px dashed #C9DCEF;
	background-color: #E9F4FF;
	line-height : 1.2; /*IE hack Peekaboo */
}

.newimgth{
	float:right;	
}

.date {
	/*font-weight: bold;
	color: #FFCC00;	*/
}
.title {
	font-weight: bold;
}

#lbannery{
	margin-top: 10px;
	margin-left: 35px;
}

.lbanner{
	border: 1px dashed #C9DCEF;
	margin-bottom: 5px;
	background-color: #E9F4FF;
	width: 300px;
	height: 64px;
	overflow: hidden; 
}

.lbanner2{
	position: relative;
}

.lbanner2 img{
	position: absolute;
}

.lbanner2 .text{
	position: relative;
	left: 105px;
	top: 6px;
	width: 195px;
	height: 50px;
	text-align: center;
	overflow: hidden; 	
}

.lbanner2 .text a{
	border-bottom: none;
}

