/* Body */
body {
	margin: 0px;
	font-family: Verdana, Arial, Arial CE, Helvetica, sans-serif;
	color: white;
	background: #BDCE48;
}

/* TABULKY */ /* zakladna tabulka */
.tabulka {
	height: 100%;
	width: 100%;
	border: 0px solid;
	background-color: none;
/*
	background: url(images/logo.jpg);
    background-repeat: no-repeat;
*/
}

.tabulka_1 {
	width: 751px;
	border: 0px solid;
	background-color: none;
/*
	background: url(images/logo.jpg);
    background-repeat: no-repeat;
*/
}

.tabulka_2 {
	width: 650px;
	border: 0px solid;
	background-color: none;
}

.text {
   text-align: justify;
   line-height: 20px;
}

.articel {
	font-size: 18px;
	font-weight: bold;
}

/* TD */
td {
	background-color: none;
	font-size: 14px;
}

th, h2 {
	font-size:14px;
	font-weight:bold;
	background-color:#96B831;
	padding:5px;
}

td.title {
	font-size: 20px;
	vertical-align: top;
	font-weight: bold;
}

A.link {
	color: white;
	text-decoration: none;
}

A.link:Visited {
	color: white;
	text-decoration: none;
}

A.link:Active {
	color: white;
	text-decoration: none;
}

A.link:Hover {
	color: brown;
	text-decoration: none;
}

td.td_menu {
	border-right: 0px solid;
	border-right-color: silver;
	border-left: 0px solid;
	border-left-color: silver;
	border-top: 1px solid;
	border-top-color: #96B831;
	border-bottom: 1px solid;
	border-bottom-color: #96B831;
}

td.td_logo {
	text-align: center;
	height: 100px;
}

td.td_gallery {
	background-color: #96B831;
	text-align: center;
/*
	border-right: 1px solid;
	border-right-color: #BDCE48;
	border-left: 1px solid;
	border-left-color: #BDCE48;
	border-top: 1px solid;
	border-top-color: #BDCE48;
	border-bottom: 1px solid;
	border-bottom-color: #BDCE48;
*/
}

/* stredny frame */
.stredframe {
	width: 750px;
	background-color: #859D30; 
/*	background-color: #96B831; */
	vertical-align: top;
	text-align: center;
	border-right: 0px solid;
	border-right-color: silver;
	border-left: 0px solid;
	border-left-color: silver;
	border-top: 0px solid;
	border-top-color: silver;
	border-bottom: 0px solid;
	border-bottom-color: silver;
}

/* lavy okraj */
.lavyokraj {
	background-color: none;
}

/* pravy okraj */
.pravyokraj {
	background-color: none;
}

/* footer */
.footer {
	border-top: 1px solid;
	border-top-color: #96B831;
	background-color: #859D30;
	text-align: center;
	font-size: 10px;
	height: 30px;
}

/*Nove menu*/
#menubv {
	width: 150px;
	padding: 0;
	margin: 0em 0;
	color: #000;
}

#menubv ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menubv li {
/*	border-bottom: 1px solid #003066;*/
	margin: 0px;
}

#menubv li a {
	text-align: center;
	display: block;
	padding: 5px 5px 5px 0.5em;
	font-weight: bold;
	border-left: 10px solid #96B831;
	border-right: 2px solid #859D30;
	background-color: #96B831;
	color: white;
	font-size: 12px;
	text-decoration: none;
	width: 150px;

}

html>body #menubv li a {
	width: auto;
}

#menubv li a:hover {
	border-left: 10px solid yellow;
	border-right: 2px solid #FC4F00;
	background-color: #BDCE48;
	color: brown;
}
/*Nove menu END*/

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 530px;
	height: 250px;
}

input.text {
	width: 200px;
	height: 20px;
}

img.float {
	margin: 0.2em 0.5em 0.2em 0;
	float: left;
	clear: left;
	border: 0px;
}

.store {
	color:#fff;
	text-decoration:none;
}

.store a {
	color:#fff;
	text-decoration:none;
}

.store a:hover {
	color:brown;
	text-decoration:underline;
}

.shopcartsmall {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

.text a {
	color:#fff;
	text-decoration:underline;
}

.text a:hover {
	color:brown;
	text-decoration:underline;
}

.title_cms {
	font-size: 20px;
	vertical-align: top;
	font-weight: bold;
}

.title_cms a {
	color:#fff;
	text-decoration:none;
}

.title_cms a:hover {
	color:brown;
	text-decoration:underline;
}

