body {
	background-color: #FFFFFF;
	border: solid 1px #9DA9B1;
	padding: 0;
}

#header {
	text-align: right;
	border-bottom: solid 1px #9DA9B1;
	background: url('../images/widget/header_bg.png') repeat-x;
	height: 63px;
}

#header h1 a {
	text-decoration: none;
	font-size: 14px;
}

#header h1 a:hover {
	color: #D71920;
}

#header h1 {
	padding: 10px 0 0 0;
	margin: 0px 10px 0px 10px;
}

#header h2 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #626570;
}

#header h2 {
	padding: 0;
	margin: 2px 10px 0px 10px;
}

#header a img {
	position: absolute;
	top: 10px;
	left: 10px;
}

#novinky {
	overflow: auto;
}

.novinka {
	margin: 10px 10px 0 10px;
	padding: 0 5px 15px 5px;
	border-bottom: solid 1px #9DA9B1;
	text-align: left;
}

.posledni {
	border-bottom: none;
}

.novinka {
	font-size: 12px;
}

.novinka h3 {
	margin-bottom: 5px;
}

.novinka h3 a {
	text-decoration: none;
	font-size: 14px;
	color: #626570;
}

.novinka h3 a:hover {
	color: #626570;
}

.novinka img {
	padding-right: 15px;
	float: left;
}

.novinka .vice {
	padding-right: 10px;
	background: url('../images/widget/arrow_right.gif') no-repeat center right;
}

.novinka .vice:hover {
	background: url('../images/widget/arrow_right_hover.gif') no-repeat center right;
}

#footer {
	height: 28px;
	line-height: 28px;
	background: url('../images/widget/footer_bg.png') repeat-x;
	text-align: center;
	border-top: solid 1px #9DA9B1;
}
