body {
  width: 776px;
	margin: 0 auto;
	font-family: "Segoe UI", "Tahoma", "Trebuchet MS", "Verdana";
	font-size: 0.8em;
	/*behavior: url("csshover.htc");*/
}

li {
	list-style-position: inside;
}

a {
	color: #0088D1;
	text-decoration: none;
}

a:hover {
  color: #0088D1;
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	font-style: italic;
}
h4 {
	color: #0088D1;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
fieldset {
	background-color: #EFEFEF;
	border: #CFCFCF 4px solid;
	padding: 8px;
	line-height: 35px;
	margin-bottom: 10px;
}
fieldset legend {
	line-height: 10px;
	color: #606060;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding: 8px;
}

input.border {
	border: #CFCFCF 2px solid;
}

input.button {
	/*
	border: #FFFFFF 2px solid;
	border: 0px;
	padding: 6px;
	background-color: #0088D1;
	color: #FFFFFF;
	font-family: "Verdana";
	letter-spacing: 1px;
	*/
	font-weight: bold;
	cursor: pointer;
}

#logo {
	background: white url('../img/logo.gif') no-repeat center left;
	height: 83px;
	text-align: right;
	text-transform: uppercase;
}

#main-menu {
  vertical-align: bottom;
  position: relative;
	top: 33px;
	color: black;
	font-weight: bold;
}

#main-menu a {
	color: #666;
}

#head-line {
	background: white url('../img/head-line.gif') no-repeat top center;
	height: 3px;
	margin-bottom: 8px;
}

#heading {
	background: white url('../img/heading.gif') no-repeat top center;
	height: 239px;
}

#lower-line {
	background-color: #707070;
	height: 3px;
	margin: 8px 0;
}

#main-page {
	font-size: 1em;
}

#left-side {
	width: 234px;
	float: left;
}

.left-menu {
	background-color: #EFEFEF;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 8px;
}

.left-menu a {
	color: #00A5DB;
}

.left-menu h2 {
	font-size: 1.2em;
	/*color: #00A5DB;*/
	color: #82a233;
	margin: 0;
	margin-bottom: 3px;
}

.left-menu a.selected {
	color: black;
	font-weight: bold;
}

.left-menu ul.navigace li {
	list-style-position: outside;
	margin-left: -25px;
}

.main_cat_name {
	margin-top: 0;
	text-align: center;
	color: #A0A0A0;
	font-weight: bold;
}

.main_cat_img {
	padding: 3px;
	border: #E8E8E8 3px solid;
}

.main_cat_img:hover {
	border: #C0C0C0 3px solid;
}

a.last_cat {
	font-weight: bold;
}

#certifikat {
	background-image: url('../img/certifikat.gif');
	height: 91px;
}

#content {
	margin-left: 240px;
	margin-right: 10px;
	min-height: 300px; 
}

#footer {
	clear: both;
	background-color: #C9C9C9;
	color: #686868;
	margin-top: 5px;
	padding: 18px 18px; 
}

#footer-menu {
	width: 400px;
	float: left;
}

#footer-menu a {
	color: #686868;
}

#footer-text {
	text-align: right;
}

.left_side_form {
	padding-right: 5px;
	text-align: right;
	width: 170px;
}

.small {
	font-size: 0.8em;
}

.right_margin
{
}

.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.pic {
	margin: 10px;
}
.error_msg {
	color: red;
	font-weight: bold;
}
