#page {
	background-image:url("../images/hp-page-bg.png");
}

#header {
	height:309px;
	background-image:url("../images/hp-header-bg.jpg");
}

#main-nav {
	top:246px;
}

#content {
	width:605px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 15px 0px 25px;
}

#sidebar {
	width:218px;
	padding:0px 30px 20px 10px;
}

#footer {
	background-image:url("../images/hp-footer-bg.png");
}

#scrolling-pictures {
	padding:8px;
	background-color:#DDD;
	border:1px solid #535353;
	margin-right:20px;
	margin-bottom:15px;
	width:500px;
	height:250px;
	float:none;
}

#novinky {
	width:192px;
	min-height:100px;
	background-image:url(../images/novinky-spodok.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:45px 15px 35px 15px;
}

#novinky h2 {
	background-image:url(../images/novinky-vrch.jpg);
	background-repeat:no-repeat;
	width:222px;
	margin:-45px -15px 5px -15px;
	padding:0;
	display:block;
	padding-top:34px;
	height:0px !important; /* for most browsers */
	height /**/:34px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#novinky .date {
	color:#CE6B1A;
}

#novinky .title {
	font-size:120%;
	font-weight:bold;
}

#novinky .title a {
	color:#222226;
	text-decoration:none;
}

#novinky p.more {
	text-align:right;
}
	
#novinky p.more a {

}

