body {
	font-size: 11px;
	background-color:#D79C5E;
	background: url('../../images/layout/odr.pruh.pozadi.png');
	margin: 0;
}

.light {
	color: #ffc;
}

.indent {
	text-indent: 1%;
}

#mainholder {
	width: 910px;
	padding-top: 1em;	
}

#header {
	height: 126px;
	position: relative;
	background: url('../../images/layout/odr.hlavicka.pozadi.png') no-repeat 200px 70px;	
}

#title {
	margin: 0;
	width: 80px;
	height: 126px;
	position: absolute;
	top: 0;
	left: 25px;
	background: url('../../images/layout/odr.logo.png') no-repeat;
}

#title a {
	text-decoration: none;
}
#menu {
	/*background-color:#ae7918;*/
	padding:.1em .5em;
	width: 267px;
	height: 422px;
	float: left;
	background: transparent url('../../images/layout/odr.menu.pozadi.png') no-repeat;
	position: relative;
}

#menu .menuitem {
	display: block;
	height: 18px;
	width: 180px;
	font-size: 105%;
}

#menu .menuitem a {
	display: block;
	text-decoration: none;
}

#menu span a:hover, #menu span.selected a { background: transparent; }

#home { 
	position: absolute;
	top: -40px;
	left: 220px	;
	background: url("../../images/layout/home_up.png") no-repeat ; 
}
#home a { display: block; background: url("../../images/layout/home.png") no-repeat }

#o-nas { 
	position: absolute;
	top: 58px;
	left: 55px	;
	background:  url("../../images/layout/o-nas_up.png") no-repeat  
}
#o-nas a { display: block; background: url("../../images/layout/o-nas.png") no-repeat  }

#nabidka { 
	position: absolute;
	top: 105px;
	left: 55px	;
	background:  url("../../images/layout/nabidka_up.png") no-repeat  
}
#nabidka a { display: block; background: url("../../images/layout/nabidka.png") no-repeat  }

#velkoobchod { 
	position: absolute;
	top: 148px;
	left: 55px;
	background: url("../../images/layout/velkoobchod_up.png") no-repeat  
}
#velkoobchod a { display: block; background: url("../../images/layout/velkoobchod.png") no-repeat  }

#maloobchod { 
	position: absolute;
	top: 189px;
	left: 55px;
	background: url("../../images/layout/maloobchod_up.png") no-repeat  
}
#maloobchod a { display: block; background: url("../../images/layout/maloobchod.png") no-repeat  }

#fotogalerie { 
	position: absolute;
	top: 230px;
	left: 55px;
	background: url("../../images/layout/fotogalerie_up.png") no-repeat  
}

#fotogalerie a { display: block; background: url("../../images/layout/fotogalerie.png") no-repeat; height: 22px;  }

#kontakt { 
	position: absolute;
	top: 268px;
	left: 55px;
	background: url("../../images/layout/kontakt_up.png") no-repeat  
}
#kontakt a { display: block; background: url("../../images/layout/kontakt.png") no-repeat  }

.caption {
	font-size: 1.2em;
	color: #ffc;
}

.with_margin {
	margin-top: 160px;
}

#doccontent {
	border: 3px solid black;
	padding: 2em;
	margin-left: 267px; 
	min-height: 300px;
	background-color: #dc7a0c;	 
	position: relative;
}

.page_content {
	width:580px;
}

.page_content_moderate {
	width: 450px;
}

.page_content_narrow {
	width: 260px;
}

.gallery {
	width: 590px;
}

.gallery_one_col {
	width: 200px;
	position: absolute;
	top: 30px;
	right: -50px;
}

.gallery_two_cols {
	width: 400px;
	position: absolute;
	top: 30px;
	right: -50px;
}

.gallery_item {
	float: left;
	width: 196px;
	height: 150px;
}	

.gallery_item img {
	width: 180px;
	border: 1px solid black;
}

/*
.pricelist_table {
	border-collapse: separate;
	width: 100%;
}

.pricelist_table td {
	border: 1px solid black;
	border-top-width: 3px;
	background-color: #A4B761;
	
}
*/

.pricelist_table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #C06B0B;
}

.pricelist_table td {
	background-color: #F2CC7A;
	margin: 0;
	padding: .2em;
	vertical-align: top;
	border-top: 1px solid #C06B0B;
}

/*
.even td {
	background-color: #FFEEB4;
}
*/
.marked td {
	background-color: #FFEEB4;
}

.column_2 {
	font-weight: bold;
}


#footer {
	clear: both;
}

