﻿body {
	background-color: #e0ede9;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #564b47;
}
#container {
	width: 80%;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	border: 2px #d1e3db solid;
}
#masthead {
	width: 100%;
	height: 155px;
	overflow: auto;
	text-align: center;
	background-color: #fff;
	border-bottom: 2px solid #e0ede9;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 158px;
	font-size: 0.8em;
}
#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #fff;
	border-top: 2px solid #e0ede9;
	text-align: center;
}
.img_left {
	float: left;
	vertical-align: bottom;
	margin: 3px;
	border: 0px;
}
.img_right {
	float: right;
	vertical-align: bottom;
	margin: 3px;
	border: 0px;
}
p {
	margin: 0;
	padding: 5px 10px;
}
h1 {
	font-size: 14px;
	padding: 5px 10px;
	margin: 0px;
	color: #95bbae;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	color: #95bbae;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
	color: #95bbae;
}
ol li {
	font-size: 11px;
}
.odrazka {
	padding: 0px 10px;
}
.cervene {
	color: red;
}
.table_header {
	background-color: #e0ede9;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	font-size: 1.2em;
	display: block;
	margin-left: 5px;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #e0ede9;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	background-color: #eef4f1;
	color: #95bbae;
	padding: 4%;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #74a893;
	background-color: #deebe5;
}
#active {
	color: #95bbae;
	background-color: #deebe5;
	border: 1px solid #95bbae;
}
#current {
	color: #95bbae;
	background-color: #deebe5;
	border: 1px #FF0000 solid;
}
.dotted_border {
	border: 1px #95bbae dotted;
}
/* Styles for Footer */
#footer p {
	font-size: 9px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
