body {

	background: black url("../images/bg.jpg") 50% 0% no-repeat;

	width: 992px;

	margin: auto;

	font-family: calibri, tahoma, sans-serif;

	font-size: 80%;

	line-height: 1.3;

	padding: 1em 0;

	position: relative;

}

/* Hlavička */

#header {

	background: transparent url("../images/header.jpg") 50% 0% no-repeat;

	height: 284px;

	position: relative;

}

h1 {

	margin: 0px;

	padding: 0px;

	text-indent: -9999px;

}

h1 a {

	margin: 0px;

	position: absolute;

	left: 10px;

	top: 10px;

	background: transparent url("../images/header.jpg") -10px -10px no-repeat;

	width: 250px;

	height: 50px;

}

/* Menu */

#menu {

	background: #fc0;

	border-color: white;

	border-width: 1px 6px;

	border-style: solid;

	margin: 0px;

	padding: 4px 0;

	list-style: none;

	padding-left: 282px;

	position: absolute;

	top: 271px;

	left: 0px;

	width: 900px;

	width: 698px;

}

#menu li {

	margin: 0px;

	padding: 0px 20px;

	display: inline;

}

#menu li a {

	text-decoration: none;

	font-weight: bolder;

	color: black;

}

#menu li a:hover {

	text-decoration: underline;

}


/* Obsah */

#content {

	background: white url("../images/whiteOrangeBg.png") repeat-y;

}

#left {

	width: 222px;

	padding: 0 14px;

	float: left;

	background: white;

}

#main {

	background: #ff7800;

	color: #fff;

	margin-left: 251px;

	padding: 1px 55px;

	border-right: 6px white solid;
	
	padding-bottom: 12em;

}

/*Patička*/

#footer {

	clear: both;

	background: transparent url("../images/footer.png") 50% 0% no-repeat;

	text-align: right;

	padding: 0 20px;

	font-size: 90%;

	line-height: 2;

	border-top: 1px white solid;

	height: 30px;

}

/* Úprava typografie a barev prvků */

h2 {

	margin: 0px;

	font-size: 140%;

	padding: 1.5em 0 0em;

}

a:hover{
  border-bottom: 1px solid;
}

a, #footer a:visited{
  color: #f70;
}
a:visited {
  color: #fc0;
}

#main a {

	color: #fef;

}

#left h2 {

	color: #ff7800;

}

#left p {

	text-indent: 20px;

}






/* Pruh dekorativních obrázků */

#decoration {

	margin: 0px;

	padding: 0px;

	border-top: 1px white solid;

  position: absolute;

  bottom: 44px;

  right: 6px

}

#decoration img {

	float: left;

	border-left: 1px white solid;

}










/* Formuláře */

fieldset {

	padding: .7em;

}

label {

	display: block;

	padding-bottom: .3em;

}

label textarea, label select, label input {

	display: block;

	margin: .3em .3em .5em 1em;

}

label input[type=checkbox], label input[type=radio], label input[type=submit] {

	display: inline;

}




.virtual {
	margin: 1em 0;
	text-align: center;
}

.virtual a {
	border: none;
	text-decoration: none;
}

.virtual img {
	border: 1px solid #fff;
}

.virtual a:hover img {
	border-color: #000;
}

.vyroba {
	margin: 1em 0;
	border-collapse: collapse;
}

.vyroba td {
	padding: 3px;
	border: none;
}

.vyroba img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
}

.kontakt p {
	margin: 0.5em 0;
}

.kontakt img {
	float: right;
	border: 1px solid #fff;
}

.kontakt strong {
	color: #444;
}