/* ===================== News Class =====================*/

#news {
	margin: 10px 5px 5px 10px;
}

#news td.newsHeader {
	font-family: Verdana;
	font-size: 17px;
	color: #401914;
	padding: 0px 0px 10px 0px;
}

#news td.newsDate {
	font-family: Tahoma;
	font-size: 10px;
	color: #401914;
	background-color: #EEE6C3;
	padding-left: 5px;
	width: 209px;
}

#news td.news {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	padding: 3px 0px 10px 0px;
}
#news td.news a {
	color: #000;
	text-decoration: none;
}

#news td.news a:hover {
	color: #AC9859;
}

/* ===================== Services Class =====================*/

#services {
	background-color: #EFE7C4;
	margin-top: 25px;
}

table.services {
	background: #F8F5E4 url(../images/services_bg.gif) repeat-x top left;
	margin: 3px 5px 3px 5px;
	height: 179px;
	width: 215px;
}

td.servTable {
	padding-top: 8px;
	vertical-align: top;
}

td.servHeader {
	font-family: Verdana;
	font-size: 12px;
	color: #401914;
	font-weight: bold;
}

td.servLink, td.servLink a{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 2px 0px 2px 10px;
}

/* ===================== Akcii Class =====================*/

#akcii {
	background-color: #EFE7C4;
	margin-top: 15px;
}

#akcii td.actions {
	text-align: left;
	vertical-align: top;
	padding: 6px 5px 5px 15px;
}

#akcii td.lastAction {
	font-family: Tahoma;
	font-size: 11px;
	color: #401914;
	padding-left: 8px;
}

#akcii td.lastAction a{
	font-weight: bold;
	font-size: 13px;
	color: #401914;
	text-decoration: none;
}

#akcii td.lastAction a:hover {
	text-decoration: underline;
}

#akcii td.break {
	background: url(../images/doted_line.gif) repeat-x left 70%;
	padding-top: 6px;
	padding-bottom: 6px;
}
