body {
	padding: 0;
	margin: 0;
	font: 13px sans-serif;
	line-height: 1.5em;
 	background: #ccc url('bg.png') repeat-y center top; 
	color: #000;
}

a {	color: #005;	background: inherit;}
a:hover { color: #55a; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 10px 0 10px 0px; margin: 0; }
.dark  { color: #333; background: inherit; font-weight: bold; }
h1 a, h2 a { color: #E0691A; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; color: #000; font: normal 1.3em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { font-size: 1.3em; margin-bottom: 5px; color: #E0691A; background: inherit; }
h3 a, h3 a:hover { color: #E0691A; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search {
	width: 292px;
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px;
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login {
	width: 150px;
	border: none;

	padding: 4px;
}

/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 950px;
	padding: 10px;
	background: #fff;
}

.header {
	height: 70px;
	background: #eee;
	color: #000;
	margin: 3px 0;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

.search_field {
	position: relative;
	width: 400px;
	height: 35px;
	float: right;
	padding-top: 6px;
}

#cse {
      width: 100%;
      float: right;
      text-transform: none;
      padding-top: 10px;
      padding-right: 20px;
}

#cse .gsc-branding, #cse .gsc-clear-button, #cse .gsc-tabsArea {
      display: none;
}
#cse .gsc-wrapper, #cse .gsc-tabsArea, #cse .gsc-adBlock, #cse .gs-spacer {
	line-height: 1em;
      background: #fff;
}


#menu {
	clear: both;
	font-size: 1.1em;
	height: 35px;
	color: #FFF;
	margin: 0 0 6px 0px;
	background: #FF9148;
}

#menu li {
		margin: 0;
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left;
	}

#menu li.selected {
		background: #E0691A url(bar.gif) no-repeat center top;
		color: #fff;
		font-weight: bold;
		padding: 7px 10px 6px 10px;
	}

#menu li a {
		font-weight: bold;
		color: #FFF;
		background: inherit;
		text-decoration: none;
		padding-right: 13px;
		background: url("external_link.png") no-repeat center right;
	}

#menu li a:hover {
		color: #E0691A;
		text-decoration: underline;
	}


.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}


.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

#top-menu {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 12px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
#top-menu a {
	color: #FFF;
	background: none;
	text-decoration: none;
}
#top-menu a:hover {
	color: #555;
	text-decoration: underline;
}
	.left_side {
		float: left;
		width: 270px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}

	.xleft_side a, .xright_side a { color: #414141; background: #FFF; }

	.right_side {
		float: right;
		width: 270px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}

	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }


/* right side
   ---------- */

.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

.right .object hr {
	display: none;
}
.right .object h4 {
	font-size: 120%;
	margin-top: 0;
	color: #E0691A;
}
.right .object h4 a {
	color: #E0691A;
}
.right .object {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;
	height: auto;
	margin: 0 0 3px 0;
	overflow: hidden;
}
a.more {
	display: block;
	text-align: right;
}

.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

#katalog .title {
	font-weight: bold;
}
hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid #ccc;
}
hr.cleaner {
  border: 0;
}
#katalog {
  xborder-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#katalog .top {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
div.disabled {
  display: none;
}
.kontakt {
  margin-bottom: 15px;
}
.kontakt p {
  margin: 0; padding: 0;
}
.kontakt h2 {
  margin-bottom: 0; padding-bottom: 0;
}
.logo {
  float: left;
  padding-left: 10px;
  font-size: 20px;
  width: 100px;
}
.registrace {
  float: right;
  margin-right: 10px;
}
.tag-level-1 { }
.tag-level-2 { font-size: 100%; }
.tag-level-3 { font-size: 120%; }
.tag-level-4 { font-size: 140%; font-weight: bold; }
.tag-level-5 { font-size: 160%; font-weight: bold; }

#tagy a {	color: #E0691A;	background: inherit;}
#tagy a:hover { color: #6C757A; background: inherit; }
.img_left {
  float: left;
  margin: 0 10px 7px 0;
}
#content {
	clear: both;
}
a img {
  border: 0;
}

#registrace_firmy {
  float: right;
  width: 200px;
}

#registrace_firmy a {
  display: block;
  margin: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  background-color: #A9C0CE;
}
#registrace_firmy a:hover {
  text-decoration: underline;
  background-color: #89a0aE;
}
.photo-gallery {
  position: absolute;
  margin-top: -128px;
  
}
.object {
  height: 128px;
  padding-left: 140px;
}