html {
	background-color: #fdfbf4;
}

body {
	background: #fdfbf4 url(../images/body.png) repeat-x top;
  position: relative;
}

#page {
	padding: 0;
   margin: 0px auto;
   position: relative;
   width: 1000px;
}

/* Hlavicka */

h1 {
  margin:0;
  padding:0;
}

h1 a, h1 a:hover {
	position: absolute;
	color: White;
	font-size: 27px;
	font-weight: bold;
	left: 20px;
	top: 59px;
	line-height: 1em;
	z-index: 20;
	text-decoration: none;
}

#edit-link {
	position: absolute;
	top: 159px; left: 746px;
	height: 132px;
	z-index: 98;
}

/* Vyhladavanie */

form#search-form {
	position: absolute;
	top: 57px; left: 770px;
	width: 230px;
	z-index: 15;
}

form#search-form input#search {
	margin-right: 1px;
	width: 150px;
}

/* Hlavne menu */


ul.pagemenu {
	position: absolute;
	top: 12px; left: 473px;
	width: 520px;
	list-style: none;
}

ul.pagemenu li {
	float: left; display: inline;
	white-space: nowrap;
	margin-right: 20px;
	background-image: none;
}

ul.pagemenu li a, ul.pagemenu li strong {
	display: block;
	color: White;
	padding-top: 7px;
	background: url(../images/bg-navigation-item.png) no-repeat 50% 0;
	font-weight: normal;
}

ul.pagemenu li strong {
	padding-top: 7px;
}

ul.pagemenu li a:hover, ul.pagemenu li strong {
	background-image: url(../images/bg-navigation-item-hover.png);
	text-decoration: none;
}

/* Drobceky */

#breadcrumb {
	position: absolute;
	top: 92px; left: 270px;
	width: 480px; height: 50px;
	padding-top: 15px;
	font-size: 0.92em;
	background-color: red;
	background: white url(../images/bg-content.png) repeat-x 50% 0px;
	z-index: 60;
}

#breadcrumb p {
	position: absolute;
	margin-left: -14px;
}

#breadcrumb, #breadcrumb a {
	color: #bd9161;
}

#breadcrumb strong, ul.menu li strong, ul.menu li a.active {
	font-weight: normal;
	color: #696969 !important;
}

/* Obsah */

#content-container {
	width: 560px;
	_height: 229px;
	min-height: 229px;
	padding-top: 18px;
	position: relative; top: 134px; left: 230px;
	background: white url(../images/bg-content.png) repeat-x 0 -42px;
	z-index: 60;
	margin-bottom: 124px;
}

.content {
	padding: 0 26px 0px;
	border-bottom: 1px solid #faf7f1;
	clear: both;
}

/* Paticka */

#footer {
	width: 510px;
	padding: 16px 25px 11px;
	margin: 0px 0 0px 230px;
	text-align: center;
	font-size: 90%;
	background-color: white;
	color: #898989;
	border-bottom: 1px solid #faf7f1;
}

/* Postranne panely */

#left-sidebar, #right-sidebar {
	width: 195px;
	_height: 290px;
	min-height: 290px;
	position: absolute;
	top: 92px;
	left: 0px;
	padding: 60px 55px 20px 20px;
	background: transparent url(../images/bg-content-left.png) no-repeat right top;
	z-index: 20;
}

#right-sidebar {
	width: 195px;
	left: 750px;
	padding-left: 55px;
	padding-right: 0;
	background: transparent url(../images/bg-content-right.png) no-repeat left top;
}

#left-sidebar ul, .content ul {
	margin-bottom: 15px;
}

#left-sidebar ul li ul {
	margin-bottom: 3px;
}


