body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/body_bg.gif);
	background-attachment: fixed;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.cenik, .cenik th, .cenik td {
	border: 1px solid #008000;
}
.cenik th {
	background-color: #A5CC83;
	color:#008000;
	text-align: center;
}

hr {
	height: 1px;
	color: #008000;
}
#container {
	width: 841px;
	margin: 0px auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	font-size:14px;
	text-align: left;
}
#header {
	background-image: url(images/header.jpg);
	height: 150px;
}
#headertext {
	font-size:18px;
	font-family:Tahoma;
	color:#ffffff;
	padding:12px 7px 0px 25px;
	text-align: right;
	background-color:Transparent;
}
#header h1
{
	font-weight: normal;
	font-size:55px;
	font-family:Tahoma;
	color:#ffffff;
	margin:0px;
	padding:20px 18px 0px 10px;
	text-align: right;
	background-color:Transparent;
}
#Title
{
	font-weight: normal;
	font-size:55px;
	font-family:Tahoma;
	color:#228802;
	margin:-70px 0px 0px 0px;
	padding:0px 23px 0px 0px;
	background-color:Transparent;
	text-align: right;
}

#left {
	width: 200px;
	float: left;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-top: 114px;
}
#webinfo {
	height: 180px;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-left: 95px;
	padding-right: 15px;
}
#odraz{
	height: 80px;
}
#content {
	margin-right: 60px;
	margin-left: 270px;
}
#footer {
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer.jpg);
	height: 229px;
}
.menu {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	position:relative;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	width:175px;
}
/* style the list items */
.menu li {
	padding: 5px 10px;
	width: 175px;
	color: #000000;
	background-color: #ADC1AD;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	font-size:14px;
	background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* for IE7 */
	float:left;
}
.menu li a {color: #000000;}
.sub li, .sub li a {width: 270px; color: #000000;}
.menu li.sub {
	z-index:500;
	padding: 5px 10px;
	width: 175px;
	color: #000000;
	background-color: #ADC1AD;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	font-size:14px;
	background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0px; left:0px; z-index:100; font-size:14px; color: #000000;}
/* style the links */
.menu a, .menu a:visited {
	display:block; 
	color: #000000;
	text-decoration: none;
	z-index:500;
}
.menu li:hover, #current, #blik:hover{
	color: #000000;
	z-index:100;
	position:relative;
	background-color: #889E88;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-position: right;
}
#current{z-index:1;}
#blik {
	padding: 5px 10px;
	width: 175px;
	background-color: #ADC1AD;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	font-size:14px;
	background-image: url(images/blik.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#blik a {color: #000000;font-size:14px;}

.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
	left:100px;
	/* set up the overrun area */
	padding:30px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:175px; w\idth:175px;}
* html .sub li a, * html .sub li a:visited {width:270px; w\idth:270px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#aa7;position:relative;}
.menu li:hover {position:relative;}
/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {}
/* hide the sub levels and give them a positon absolute so that they take up no room */
/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}
/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
h2 {
	font-size:20px;
	clear: right;
	margin-top: 20px;
	margin-bottom: 15px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 10px;
	padding-left: 35px;
	font-variant: small-caps;
	text-align: left;
}
h3 {
	font-size:16px;
	color: #228802;
}
h4 { font-size:15px; }

.Tiny {
	font-size:10px;
}
.footertext {
	padding-top: 10px;
	vertical-align: top;
	font-size:12px;
	padding-right: 10px;
	color: #228802;
	text-align: center;
}
#copy {
	width: 841px;
	margin: 0px auto;
	font-size:10px;
	color: #808080;
	text-align: right;
}
.images {
	float: right;
	margin-left: 20px;
	margin-bottom: 2px;
}

.imagesL {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
}

a:link {
	color: #1e7a02
}
a:visited {
	color: #1e7a02
}
a:hover {
	color: #59ad3f
}
a:active {
	color: #1e7a02
}
ul.linkList {
	margin-left: 40px;
}
.vycpavka {height: 100px;}
#sending {
	background-color: #FFFFFF; 
	color: #000000;
	text-align: center; 
	width: 320px; 
	border: 3px solid #000000; 
	left: 33%; top: 45%; 
	position: absolute; 
	display: none;
}
.ram {
	border: 1px solid #000000;
}
.noram {
	border: 0px;
}
.nahled { /* NAHLED OBRAZKU - BOX (>XBO<)*/
	position: absolute; 
	border: 0px solid #ffffff;
	padding: 5px; 
	font-size: 100%; 
	font-family: Verdana;
	width: 500px;
	min-height: 350px;
	min-width: 600px;
	text-align: left;
	z-index: 5;
}
#vzp {
	border: 2px solid #EF3F22;
	padding:10px;
}
#vzp img {
margin-right: -11px;
}
#FB {
	vertical-align: bottom;
	text-align: right;
	width: 610px;
	height: 180px;
	padding: 0;
	margin: 0;
	border: 0;
}
@media print {
	#header, #footer, #left, #copy {display: none;}
	#content  {display: block; padding:0; margin:0;width: 100%;}
}
.platnost {
	font-size: 75%;
	color: black;
}
