body {
	background: #dde6ea url(images/bg.png) repeat-y center;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	background: url(images/page.jpg) no-repeat center top;
}

#wrapper {
	width: 964px;
	margin: 0 auto;
	text-align: justify;
}

#logo {
	float: left;
	width: 550px;
	height: 150px;
	display: block;
}
#logo span {
	display: none;
}

#menu {
	background: url(images/menu.png) no-repeat;
	height: 53px;
	width: 100%;
	line-height: 50px;
	clear: both;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: #003ADD 0px 2px 2px;
}

#menu img {
	padding-top: 14px;
	margin-bottom: -9px;
}

#menu #prvni {
	background: none;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	background: url(images/odrazka.png) no-repeat right top;
}
#menu ul li ul {
	display: none;
}

#menu a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#slider {
	display: block;
	height: 252px;
	background: url(images/slide.jpg) no-repeat top left;
	overflow: hidden;
}

#slider-content {
	padding: 30px 30px 30px 460px;
}

#slider h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 22px;
	text-transform: uppercase;
}

#slider .more {
	float: left;
}

#slider_menu {
	background: url(images/slider_menu.png) repeat-x;
	height: 59px;
	width: 100%;
	border-bottom: solid 3px #d2d2d2;
	line-height: 59px;
	text-decoration: none;
}
#slider_menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#slider_menu ul li {
	margin: 0; padding: 0;
	display: block;
	float: left;
	list-style-type: none;
}
#slider_menu ul li ul {
	display: none;
}
#slider_menu ul li a {
	display: block;
	padding: 0 30px;
	float: left;
	font-weight: bold;
	text-align: center;
	background: url(images/odrazka1.png) no-repeat right top;
}

.odrazka {
	background: url(images/odrazka1.png) no-repeat;
	width: 2px;
	height: 59px;
	float: left;
}

#obsah {
	background: #FFFDED url(images/content.png) repeat-x left top;
	width: 964px;
	float: left;
}

#content {
	padding: 30px;
}

#content-news {
	display: none;
}
#page.home #content-news {
	float: right;
	display: block;
	width: 430px;
	margin: 30px;
}
#content-news hr {
	border: 0;
}
#content-news .object {
	background: #eaeff3;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#content-news .more {
	margin-left: 262px;
	float: none;
}
#reference {
	position: relative;
}

.ref {
	width: 269px;
	height: 168px;
	background: url(images/ref.png) no-repeat;
	padding: 8px;
	float: left;
	margin: 0 8px 20px 8px;
}

.ref img {
	margin-top: 8px;
}

#arrow_l {
	background: url(images/arrow_l.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 76px;
	left: 0;	
}

#arrow_r {
	background: url(images/arrow_r.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 76px;
	right: 0;	
}

#about {
	float: left;
	width: 48%;
	margin-right: 10px;
}

#novinky {
	float: right;
	width: 48%;
	margin-left: 10px;
}

.novinka {
	background: #e9eff2;
	padding:10px;
	margin-top: 10px;
}

.novinka p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
}

#odkazy {
	padding: 20px 0 20px 50px;
	clear: both;
}

#odkazy ul {
	margin: 0px;
	padding:0;
	float: left;
	margin-right: 50px;
}

#odkazy li {
	background: url(images/sipka.png) 0 5px no-repeat;
	list-style-type: none;
	padding: 3px 0 3px 16px;
	display: block;
	float: left;
	width: 200px;
}

#footer {
	border-top: #d9e5e9 1px solid;
	clear: both;
	padding: 20px 0;
	margin-top: 20px;
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	clear: both;
}
