 

body, html {
	width: 100%;
	height: 100%;
	background:url(../images/body-bg.gif) repeat-y center;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#wrapper,
#footer {
	width:770px;
	margin:0 auto;
	}

#wrapper {
	min-height: 96%;
	background: url(../images/page-bg.gif) repeat-y;
	}

* html #wrapper {
  height: 96.3%
}

#header, #menuline, #body, #content, #r-side {
	display:block;
	text-align:left;
	position: relative;
	}

/*** SECTIONS ******************************/


#header, #menuline {
	width:100%
	}

#body {
	float:left;
	height: 90%;
	background: url(../images/page-bg.gif) repeat-y;
	}

#content, #r-side {
	float:left;
	}

/*** HEADER ********************************/

#header {
	height:60px;
	}

/*-- Logo --*/
#header #logo {
	width: 256px;
	float: left;
	}

#header #logo a {
	background:url(../images/header-logo.gif) no-repeat;
	width: 100%;
	height: 60px;
	display: block;
	}

#header #logo span {
	display: none;
	visibility: hidden;
	}

/*-- Slogan --*/
#header #slogan {
	width: 236px;
	float: left;
	text-align: right;
	padding: 8px 20px 0 0;
	}

/*-- Navigation --*/
#header #head-navi {
	float: right;
	font-size: 0.9em;
	padding: 8px 0 0 15px;
	position: relative;
	background: url(../images/header-navi-bg.gif) repeat-x;
	width: 241px;
	}

#head-navi a {
	text-transform: uppercase;
	text-decoration: none;
	}

#head-navi a:hover {
	color: #262626;
	}

/*** MENU **********************************/

#menuline {
	height:23px;
	background: #3489aa url(../images/menu-bg.gif) no-repeat;
	}

/*** CONTENT *******************************/

#content {
	width:514px;
	}

#content-navi {
	font-size: 0.9em;
	margin: 0 0 30px 0;
	}

#content-navi span {
	color:#959595;
	}

#content #text {
	margin: 5px 25px 22px 15px;
	position: relative;
	}

/*-- Headers --*/

h1 {
	color: #3489aa;
	font-weight: bold;
	font-size: 1.55em;
	letter-spacing: -1px;
	margin-bottom: 1em;
	}

h2 {
	color: #3489aa;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	}

h3 {
	color: #7fb2c6;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 0.2em;
	}

h4 {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	color: #3489aa;
	}

/*-- Text --*/
p.ul-h {
	margin-bottom: 0.5em;
	font-weight: bold;
	}

span.unit {
	color: #3489aa;
	}

div.dline hr { /* take out the troublemaking HR */
	display:none;
	}
	
div.dline { /* DIV that wraps and replaces the HR */
	background: url(../images/line-dot-01.gif) repeat-x center center;
	height: 20px;
	clear: both;
	}

/*-- List --*/
#text ul,
#text ol,
#text dl {
	position: relative;
	width: 99%;
	}

#text ul,
#text dl {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 1em;
	}

#text li {
	background: url(../images/bullets-01.gif) no-repeat 0 0.65em;
	padding-left: 20px;
	margin-left: 0.5em;
	list-style-type: none;
	}

#text .clear ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#text .clear li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: none;
}

#text .clear a {
	text-decoration: none;

}

#text .item {
	color: #696969;
}

/*** R-SIDE ******************************/

#r-side {
	width:256px;
	min-height: 300px;
	}

* html #r-side {
  height: 100%
}

#r-side #menu {
	display: block;
	}

/* Hides from IE-mac \*/
   * html #r-side #menu { height: 1%; }
/* End hide from IE-mac */

#r-side #image {
	border-top: 1px solid white;
	background: url(../images/side-image-bg.gif) no-repeat;
	display: block;
	}

#r-side #image img {
	display: block;
	}

#r-side #text {
	font-size: 0.9em;
	background: url(../images/side-text-bg.gif) no-repeat;
	padding: 20px 10px 0 15px;
	height: 130px;
	}


/*** FOOTER ******************************/

#footer {
	height:27px;
	background: white url(../images/footer-bg.gif) no-repeat;
	clear: both;
	text-align: left;
	}

#footer #margin {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	}

#footer #copyright {
	color: #5f5f5f;
	font-size: 0.9em;
	padding: 0 0 0 15px;
	width: 500px;
	float: left;
	}

#footer #naj {
	padding: 0 1px 0 0;
	width: 14px;
	float: left;
	text-align: right;
	}

#footer #design {
	color: #5f5f5f;
	font-size: 0.8em;
	padding: 0 1px 0 0;
	width: 151px;
	float: right;
	text-align: right;
	}

#footer #smarthost {
	padding: 0 1px 0 0;
	width: 80px;
	float: right;
	text-align: left;
	}

#footer #design a {
	text-decoration: none;
	}

/*** MENU **********************/

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #3896ba;
	height: 141px;
}

#menu li {
	width: 256px; /* width needed or else Opera goes nuts */
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	color: #f3f8fa;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	font-size: 11px;
	width: 241px;
}

#menu li a:hover {
	background: #328fb2 url(../images/bullets-simple_arrow.gif) 99% 50% no-repeat;
}

/*-- Navigation Header --*/

#menu-header {
	float: right;
	width: 256px;
	margin-top: 2px;
	}

#menu-header a {
	text-transform: uppercase;
	text-decoration: none;
	color: #f3f8fa;
	font-size: 11px;
	letter-spacing: 0.15em;
	padding-left: 15px;
	}

#menu-header a:hover {
	background: none;
	}

/*** GALLERY *****************************/

#gallery {
	float:left;
	width: 100%;
	}
	
#gallery div {
	float:left;
	margin: 0 12px 10px 0;
	}

#gallery .last {
	margin: 0 0 10px 0;
	float: left;
	clear: right;
	}

#gallery div.break {
	clear:both;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 1px;
	width: 1%;
	}

#gallery a {
	border: 1px solid #cfd3d4;
	display: block;
	padding: 4px;
	background: #f3f8fa;
	}

#gallery a:hover {
	border: 1px solid #99c4d4;
	}

/*** PRODUCTION **************************/

div.box-products {
	border: 1px solid #e3e8ea;
	position: relative;
	width: 99%;
	float: left;
	margin-bottom: 10px;
	background: url(../images/products-bg.gif) no-repeat;
	}
	
div.box-products .text {
	float: left;
	width: 240px;
	padding: 6px 0 0 10px;
	}

div.box-products .pic {
	float: right;
	width: 202px;
	margin: 3px;
	}

div.box-products img {
	border: 1px solid #7a7a7a;
	}

/*** MAP *********************************/

#map {
	float:left;
	width: 100%;
	border-top: 1px solid #cfd3d4;
	background-image: url(../images/line-dot-01.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	height: auto;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

/*** menuBox Conveyors *******************/

#bMenu-conveyor {
	float:left;
	width: 100%;
	}
	
#bMenu-conveyor div {
	float:left;
	margin: 0 12px 10px 0;
	}

#bMenu-conveyor .last {
	margin: 0 0 10px 0;
	float: left;
	clear: right;
	}

#bMenu-conveyor div.break {
	clear:both;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 1px;
	width: 1%;
	}

#bMenu-conveyor a {
	border: 1px solid #e3e8ea;
	display: block;
	padding: 0px;
	}

#bMenu-conveyor a:hover {
	border: 1px solid #99c4d4;
	}

/*** INLINE IMAGES ***********************/

/* SK */
img#paternoster_sk {
	position:absolute;
	left: 258px; 
	top: 240px;
	}

img#dopravnik_valcekovy {
	position:absolute;
	left: 185px; 
	top: 323px;
	}

/* EN */
img#conveyor_roller {
	position:absolute;
	left: 185px; 
	top: 305px;
	}
	
img#paternoster_en {
	position:absolute;
	left: 258px; 
	top: 279px;
	}

/* DE */
img#paternoster_de {
	position:absolute;
	left: 258px; 
	top: 251px;
	}

