/* rozvrzeni stranky *********************************/
#homepage-news {
    float:left;
	border:1px solid #ddd;
	margin:5px;
	margin-top:15px;
	font-size:11px;
	padding:10;
}
#homepage-news-title {
    background-color:#c4c8c7;
	padding:2px;
	padding-left:10px;
	font-weight:bold;
	color:#a20d11;
	margin:0;
	margin-bottom:4px;
	_width:178px;
}
#homepage-body {
	margin:10px;
	margin-top:15px;
}


#homepage-body table {
    margin:20px;
}

/* ruzne ***********************************************/
hr.main-page-body {
	color: #CCCCCC;
	height: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}


/* novinky *****************************************/
#news {
  display:block;
  width:380px;
  padding:10px;
}
#news-navigace {
	margin: 0.2em;
	text-align:right;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.news-navigace-text {
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #666666;
    text-decoration: none;
	font-weight:inherit;
}
.news-navigace-aktivni {
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
	font-weight:inherit;
}
.news-navigace-href, .news-navigace-href:hover {
    font-weight: normal;
    text-decoration: none;
    color: #CC9966;
    font-size: 1em;
	background-color: transparent;
	font-weight:inherit;
}
.news-navigace-href:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #CC9966;
	cursor:pointer;
}