@charset "utf-8";


.inner-content{
	margin: -13px -32px 0px -45px; /*pozn. obsahová třída .content v main.css má nastaven padding, proto záporné hodnoty margin */
}
.top-headline{
	width:688px;
	background-image: url(/1m/img/ppp/top-headline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:98px;
}
.main-inner{
    width:688px;
}
.main-inner-content{
	width:455px;
	padding: 17px 20px 17px 20px;
	float:left;
	overflow:hidden;
}
.main-inner-menu{
	width:193px;
	float:right;
	overflow:hidden;
}
.image-links{
	width:175px;
	margin-left:15px;
}
.image-links a{
	background-repeat: no-repeat;
	background-position: left center;
	display:block;	
	width:175px;
	height:21px;
	margin-bottom:10px;
}
#image-link-1 a{
	background-image: url(/1m/img/ppp/pppm.gif);
}
#image-link-2 a{
	background-image: url(/1m/img/ppp/pppl.gif);
}
#image-link-3 a{
	background-image: url(/1m/img/ppp/pppxl.gif);
}
.nvsbl{
	display:none;
}
.row-links{
	clear:both;
}
.row-links a{
	background-image: url(/1m/img/ppp/link1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
	display:block;	
	color:#006347;
	font-weight:bold;
	font-size:10px;
	margin-bottom:12px;
}

.row-links a.act-link
{
	color: #000;
}

.bottom-line{
	width:688px;
	background-image: url(/1m/img/ppp/bottom-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:89px;
	clear:both;
}


