body {
	color: black;
	background-color: white;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	padding-top: 0;
	background-image: url(../img/back.gif);
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	width: 80%;
	float: right;
	height: 1px;
	border-style: solid none none none;
}
#back {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#backin {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#page {
	width: 100%;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#head {
	width: 100%;
	text-align: left;
	height: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: solid 1px #999;
	height: 30px;
	line-height: 30px;
}
.bottom {
	font-size: 12px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.bottom a {
	color: #999;
	text-decoration: none;
}
.bottom a:hover {
	color: #ff9900;
	text-decoration: none;
}
.bleft {
	width: 25%;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}
.bright {
	width: 70%;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 40px;
}
#hmenu {
	width: 100%;
	float: rigth;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}
.leftmenu {
	font-size: 12px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	line-height: 30px;
	width: 25%;
	padding-top: 30px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.leftmenu a {
	color: #999;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #FF9900;
	text-decoration: none;
}
.text {
	color: #999;
	font-size: 12px;
	font-family: verdana;
	line-height: 18px;
	background-color: #fff;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	width: 70%;
	float: left;
	padding: 30px 0px 30px 40px;
	margin: 0px;
}
.text a {
	color: #999;
	text-decoration: underline;
}
.text a:hover {
	color: #ff9900;
}
.h1 {
	color: #999999;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}
.h2 {
	color: #999999;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
}
.popisky {
	color: #848589;
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	font-style: normal;
	line-height: 9px;
	text-decoration: none;
	vertical-align: top;
	padding-top: 25px;
}
.mymenu {
	color: #ff8c00;
	font-size: 10px;
	font-family: verdana;
	line-height: 13px;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}
.mymenu a {
	color: #808080;
	font-size: 10px;
	font-family: verdana;
	line-height: 13px;
	text-decoration: none;
	text-align: center;
}
.mymenu a:hover {
	color: #ff8c00;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	text-align: center;
}
.footer {
	color: #999;
	font-size: 10px;
	font-family: verdana;
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 1px;
}
.footer a {
	color: #999;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}
.footer a:hover {
	color: #ff9900;
	font-size: 10px;
}
ul { /* all lists */
	color: #fff;
	font-family: verdana;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	list-style: none;
	font-size: 12px;
}
li { /* all list items */
	font-size: 12px;
	position: relative;
	float: right;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-decoration: none;
	font-weight: bold;
}
li a {
	color: #fff;
	display:block;
	text-align:right;
	text-decoration: none;
}
li a:hover {
	color: #fff;
	background-position: 0px;
	text-decoration: none;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li ul { /* druhá úroven */
	font-size: 10px;
	background-color: #ff9900;
	display: none;
	position: absolute;
	top: 20px;
	width: 140px;
	padding: 5px;
	left: -60px;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}
li ul a {
	font-size: 10px;
	color: #333;
	background-color: #ff9900;
	text-decoration: none;
	display: block;
	text-align: right;
	width: 132px;
	padding: 5px;
	font-weight: normal;
}
li ul a:hover {
	font-size: 10px;
	color: #fff;
	background-color: #ff9900;
	background-position: 0px;
	text-decoration: none;
	padding: 5px;
	font-weight: normal;
}
.img {
	float: left;
	border-width: 0px;
}
.imgr {
	float: right;
	border-width: 0px;
	margin: 0px 0px 0px 40px;
}
.preview {
	background-color: #f5f5f5;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #DCDCDC;
	width: 98%;
	margin: 0px;
}
.tab {
}
.tab td {
	color: #808080;
	font-size: 11px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-style: solid;
	border-width: thin;
	border-color: #DCDCDC;
}
.tab th {
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	background-color: #f5f5f5;
	text-align: left;
	padding: 2px;
	border-style: solid;
	border-width: thin;
	border-color: #DCDCDC;
}
.pop {
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	background-color: #f5f5f5;
	width: 150px;
	border: solid 1px #DCDCDC;
}

