body {
	background-color: #EAF1DD;
	color: #000;
	font-family: "verdana ce", "helvetica ce", verdana, sans-serif;
	font-size: 12px;

}
#outer {
	border: 1px #000 solid;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}

#header {
	background: url('images/banner.jpg') top left no-repeat;
	position: relative;
	height: 215px;
}
#header p.nad {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 300px;
	color: #E26900;
}

a:active {
	color: #fff;
	background-color: #000;
}

h1+h2 {
	margin-bottom: 10px;
}
img {
	border: 0px #000 solid;
}
#content img {
	margin: 10px;
	border: 1px #000 solid;
}
#content table {
	margin: 10px;
}
p {
	margin-bottom: 5px;
}
hr {
	border: 0px #E26900 solid;
	height: 1px;
}
#content {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #fff;	
	border-left: 1px #999 solid;
	border-right: 0px #ccc solid;
}
#content p {
	text-align: justify;
	margin-top: 10px;
}
#content p.nad {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	font-size: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
}

td, th {
	border: 1px #999 solid;
	padding-left: 5px;
	padding-right: 5px;
}
th {
	padding-left: 10px;
	font-weight: bold;
	background-color: #649400;
	color: #fff;
}
th a {
	color: #fff;
}

th.nowrap {
	white-space: nowrap;
}

table.technicke {
	font-size: 11px;
	width: 250px;
}

table.des td {
	border: 0px #999 solid;

}
.r0 {
	background-color: #EAF1DD;
}
#left {
	padding-top: 0px;
	padding-left: 6px;	
	padding-right: 6px;
	padding-bottom: 20px;
	margin: 0px;
}

#left a, #right a {
	text-decoration: none;
}
#left a:hover, #right a:hover {
	text-decoration: underline;
	background-color: #CADAA8;	
}
#left h3 {
	margin: 0px;
}
#left p.nad a, #right p.nad a, #left p.nad1 a {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	background-color: #649400;
	left-align: right;
}
#left p.nad1 a {
	background-color: #E26900;

}
#left p {
	color: #666;
	margin-top: 10px;
	font-size: 80%;
	margin-right: 9px;
}

#logo {
	position: absolute;
	bottom: 50px;
	left: 0px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.tucne {
	font-weight: bold;
}
#vyhledavani {
	margin-bottom: 10px;

}
input, select {
	border: 1px #000 solid;

}
.text {
	width: 105px;
	font-size: 10px;
}
.submit {
	background-color: #E26900;
	color: #fff;
}
.submit:hover {
	background-color: #fff;
	color: #E26900;
}
#kde_jsem {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 80%;
}
#kde_jsem a {
	text-decoration: none;
}
#kde_jsem a:hover {
	text-decoration: underline;
}
.zprava {
	color: red;
	border: 1px solid #333;
	background-color: #E26900;
	padding: 10px;
	text-align: center;
	margin: 10px;
	margin-top: 0px;
}
.dno {
	display: none;
}


#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1.4;
	z-index: 10;
	background-color: #E26900;
	background: url('images/pozadi-nav.jpg') top left repeat-x;
}
#nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 22px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav li:hover, #nav li.hover {
    position: static;

}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	font-size: 10px;

}
#nav a:hover {
	color: #E26900;
	background-color: #fff;
	border-left: 1px #E26900 solid;
	border-right: 1px #E26900 solid;
}


#nav li { /* all list items */
	float: left;
	width: 13em;
	font-size: 10px;
	border: 1px #E26900 solid;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -1px;
	text-align: left;
}
#nav li a {
	text-align: center;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	margin-left: -1px;
	margin-top: 1px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	border: 1px #fff solid;
	text-align: left;
	width: 14em;
	background-color: #E26900;
}
#nav li ul li a { /* second-level lists a */
	text-transform: none;
	font-weight: normal;
	text-align: left;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#nav li ul ul li{ /* third-and-above-level lists */
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


a {
	color: #3e5d00;
}

a:hover {
	background-color: #649400;
	color: #fff;
}
strong {
	font-weight: bold;
}

.pozadi a {
	background-color: #E26900;
	color: #fff;
}

code {
	font-size: 100%;
}
hr {
	height: 1px;
	color: #649400;
}
h1 {
	font-size: 150%;
	width: 100%;
	color: #E26900;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #E26900;

}
h3 {
	font-size: 100%;
	margin: 0px;
	color: #E26900;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%;
	color: #e26900;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h5 {
	font-size: 100%;
	color: #000;
	margin: 0px;
}
p {
	text-indent: 0px;
	margin: 2px;
	color: #000;
}
blink {
	display: block;
	width: 150px;
	padding: 10px;
	font-weight: bold;
	background-color: #649400;
	color: #fff;

}
a blink {
	text-align: center;

}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: small;
}

td {
	border: 1px #000 solid;
	padding-left: 4px;
	padding-right: 4px;

}
th {
	background-color: #649400;
	color: #fff;
	border: 1px #000 solid;
}
td.cena {
	text-align: right;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;

}

.nowrap {
	white-space: nowrap;
}
input {
	border: 1px #000 solid;
}

input.submit  {
	height: 20px;
	background-color: #E26900;
	border: 1px #E26900 solid;
	color: #fff;
	cursor: hand;
}

#vondrak {
	display: none;
	text-align: right;
	z-index: 3;
	color: #f93;
}
#vondrak a {
	color: #f93;
}
#vondrak a:hover {
	text-decoration: underline;
}
.design1 {
	border: 0px #f0f solid;
	width: 230px;
	vertical-align: top;
	padding-left: 10px;
}
.design1 a {
	font-weight: bold;
}

.design {
	border: 0px #f0f solid;
	padding: 10px;
	vertical-align: top;
}
.design td {
	border: 0px #000 solid;	
}
table.produkty {
	border: 1px #000 solid;	

}
.produkty td {
	border: 0px #000 solid;	
}
table.produkty p {
	font-size: 80%;
}
table.produkty h2 {
	font-size: 90%;
	margin: 0px;
}

dl {
	border: 1px #e26900 solid;
	color: #fff;
	margin: 5px;
	padding: 5px;
	font-size: 90%;
}
dt {
	font-weight: normal;
	color: #e26900;
	padding: 3px;
}
dd {
	font-weight: bold;
	color: #333;
	padding: 3px;
	background-color: #FFE9D2;
}
#content .cervena {
	background-color: #c00;
	color: #fff;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
	
}
#left .podtrzeni {
	text-decoration: underline;
}
#submenu {
	margin-bottom: 20px;
}
