#divBody {
	width: 780px;
	margin: 0 auto 0 auto;
	padding-left: 100px;
	background: white url("../images/layout/sledovanizamestnancu.jpg") no-repeat 0 0;	
}

/* Zahlavi */
#divHeader {
	margin-bottom: 5px;
	text-align: right;
}
#divHeader a {
	color: #242526;
	text-decoration: none;
}
#divHeader a:hover {
	color: #C52F48;
}

/* Obsah */
#divContent {
	/*position: relative;*/
	width: 440px;
	margin: 218px 0 0 90px;
/*	margin-bottom: 330px; */
}

/* Menu */
#divMenu {
	position: relative;
	height: 173px;
	padding: 104px 0px 0px 55px;
}
#divContent.small #divMenu {
	height: 79px;
	padding: 8px 0px 0px 415px
}

#divMenu a.logo {
	display: block;
	position: absolute;
	top: 25px;
	left: -12px;
	width: 161px;
	height: 47px;
	z-index: 10;
}

#divMenu a.menu {
	display: block;
	width: 100px;
	height: 24px;
	margin: 2px 0px;
	padding: 0px;
	background: transparent url("../images/layout/menu-odrazka.gif") no-repeat right center;
	color: #242526;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
}
#divMenu a.menu:hover {
	color: #056CB6;
}
#divMenu a.selected {
	color: #999999;
}

/* Kolekce */
#divCollection {
	/*position: absolute;
	right: 4px;
	top: 280px;*/
	float: right;
	width: 200px;
	height: 30px;
	padding: 5px 4px 0px 0px;
	color: #056CB6;
	font-size: 13pt;
	font-weight: bold;
	text-align: right;
}
#divCollection span.year {
	color: white;
	font-size: 13pt;
	font-weight: bold;
}
#divContent.small #divCollection {
	width: 51px;
	height: 25px;
	margin-top: 0px;
	background-color: #e3a1ab;
}
/* Sloupce */
div.leftColumn {
	float: left;
	width: 198px;
	padding: 86px 5px 10px 15px;
}
div.rightColumn {
	float: right;
	width: 392px;
	margin-top: 30px;
	padding: 0px 15px;
}

/* Novinky */
div.news div.title {
	margin-bottom: 14px;
	color: #056CB6;
	font-size: 13pt;
	font-weight: bold;
}
div.news div.date {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url("../images/layout/odrazka-sipka.jpg") no-repeat left center;
}
div.news a.title, div.news span.title {
	color: #658226;
	font-weight: bold;
}
div.news a.title:hover {
	color: #C52F48;
	text-decoration: none;
}
div.news p {
	margin: 8px 0px;
	text-align: left;
}

/* siroky obsah */
div.content {
	padding: 0px 10px;
}

/* Zapati */
#divFooter {
	margin-top: 6px;
	text-align: right;
}
#divFooter a, #divFooter a:hover {
	color: #666666;
	text-decoration: none;
}
span.pst {
	display: none;
}

#ctl00_contentMain_pnlError {
	background-color: Red;
	color: White;
	width: 100%;
	
}

#ctl00_contentMain_lbError 
{
	font-weight: bold;
	color: White;
}

div.objednOk 
{
	background-color: Green;
	text-align:center;
	width: 100%;
	vertical-align: middle;
}

div.objednOk span 
{
	font-weight: bold;
	color: White;
}
