
html, body, div {
	margin: 0; padding: 0;
}
body {
	width: 770px;
	font: 14px/1.6em Verdana,Arial,sans-serif;
  margin: 0 auto;
  color: #ccc;
  background: black;
}

a {
	color: #f90;
}
a:hover {
	color: #fc6;
}

#page {
	position: relative;
}
#page-m {
}

#header{
	position: relative;
	height: 141px;
	background: black url('/images/header-bg.jpg') 0 0 no-repeat;
	overflow: visible;
	z-index: 1;
}
#header h1, h1 span {
	font-size: xx-small;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	width: 562px;
	height: 141px;
	top: 0;
	left: 208px;
	z-index:1;
	overflow: hidden;
}
#header h1 span {
	display: block;
	background: url('/images/logo.gif') 0 0 no-repeat;
	z-index: 2;
	top: 0px;
	left: 0px;
}


#content {
	z-index: -2;
	overflow: hidden;
	margin: 0 0 0 208px;
	padding: 1px .5em 2em 56px;
	background: url('/images/content-bg.gif') 0 0 no-repeat;
	border-top: -1px solid black;
}
#content h1, h2 {
	color: #f90;
	font-weight: normal;
	font-size: 1.6em;
	margin: 3em 0 1em 0;
}
#content h2 {
	margin: 1em 0 .5em 0;
	font-size: 1.2em;
}
#content p {
	margin: 0 30px 1.5em 0;
}
#content-image {
	position: absolute;
	left: 51px;
	top: 116px;
}
#content-image-cover {
	position: absolute;
	left: 50px;
	top: 116px;
}
#content dt {
	margin: 1em 0 0 1em;
}
#content dd {
	margin-left: 2em;
	color: inherit;
}


#footer {
	clear: both;
	position: relative;
	height: 78px;
	overflow: visible;
	background: url('/images/footer-bg.gif') 0 0 no-repeat;
	margin-top: 3em;
	padding-top: 2em;
}

#footer address {
	font: normal 1em/1.5em Verdana,Arial,helvetica,sans-serif;
	text-align: center;
}

#colors-list {
	list-style-type: none;
}
#colors-list li {
	float: left;
	margin: 3px;
	background: #ccc;
	width: 136px;
}
#colors-list li img {
	margin: 5px;
	text-align: center;
	border: 1px solid #888;
}
#colors-list li p {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}
#colors-list a {
	border: 0;
}

#patterns-list {
	list-style-type: none;
}
#patterns-list li {
	float: left;
	margin: 3px;
	background: #ccc;
	width: 204px;
}
#patterns-list li img {
	margin: 5px;
	text-align: center;
	border: 1px solid #888;
}
#patterns-list li p {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}
#patterns-list a {
	border: 0;
}

#realized-list {
	list-style-type: none;
}
#realized-list li {
	float: left;
	margin: 3px;
	background: #ccc;
	width: 143px;
}
#realized-list li img {
	margin: 5px;
	text-align: center;
	border: 1px solid #888;
}
#realized-list li p {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}
#realized-list a {
	border: 0;
}

#openhours {
  position: absolute;
  bottom: 6px;
  left: 1em;
}
#openhours dl {
  margin:0;
  font-size: 110%;
}

#openhours dl dt,dd {
  display: inline;
  color: #963;
  margin: 0
} 

#openhours dl dt {
  margin-left: 3em;
} 

#openhours dl dd {
  font-weight: bold;
  margin-left: 0.5em;
}


#curr-ex {
  float: right;
  width: 120px;
   line-height: 1em;
  padding-left: 1em;
  border-left: 1px solid #963;
  background: #ffc url("/images/curr-ex-bg.gif") 0 0 repeat-y; 
}
#curr-ex h3 {
 margin:  1em 0;
 color: #e63;
 font-size: 90%;
}
#curr-ex p {
 margin:  0.5em 0 1.5em 0;
 color: #630;
line-height: 1.3em;
 font-size: 80%;
}

#menu {
	position: absolute;
	left: 0px;
	width: 208px;
	background: url('/images/menu-bg.jpg') 0 0 no-repeat;
}
#menu ul {
	margin: 60px 0;
	padding: 0 0 0 0.5em;
	list-style-type: none;
}

#menu ul li{
	margin: 0;
	padding: 2px 0;
}
#menu ul a {
	display: block;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	line-height: 2em;
	padding: 0 1em;
}
#menu ul a:hover {
	color: #fff;
	background: url('/images/arrow-dark.gif') right center no-repeat;
}
#menu ul a:active {
	color: #fff;
	background: #000 url('/images/arrow-light.gif') right center no-repeat;
}
#mereni .mereni, #cisteni .cisteni, #vlozkovani .vlozkovani, #frezovani .frezovani, #revize .revize {
	color: #fff;
	background: #000 url('/images/arrow-light.gif') right center no-repeat;
}

