* {
	font-family: Trebuchet MS, Trebuchet, "Arial CE", Arial, "Verdana CE", Verdana,  "Helvetica CE", lucida, monospaced;
}
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: White;
	color: #3C3C3C;
	font-size: 12px;
}
h1, .nadpis {
	color: #383838;
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-shadow: 1px 1px 1px #ffffff;
}
h2.top {
	color: #D02730;
	font-weight: normal;
	font-size: 28px;
}
h2,.nadpis2 {
	color: #D02730;
	font-weight: normal;
	font-size: 20px;
}
h3, .nadpis3 {
	color: #6B8836;
	font-weight: bold;
	font-size: 18px;
}
.menu_hlavni {
	width: 950px;
	height: 50px;
	color: White;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
a.menu_hl {
	font-size: 16px;
	font-weight: normal;
	color: #ADBBC1;
	text-decoration: none;
}
a.menu_hl:hover {
	text-decoration: underline;
	color: #B0D85D;
}
a.menu_hl_on {
	font-size: 18px;
	text-decoration: none;
	color: White;
}
.view {
	font-size: 14px;
	color: #273940;
	line-height: 18px;
	text-align: left;
}
.obr {
	border: 1px solid #CA2229;
	margin-bottom: 10;
	margin-left: 10;
}
.poznamka {
	font-size: 11px;
}
a {
	text-decoration: underline;
	color: #BE3515;
}
a:hover {
	text-decoration: none;
	color: #3A3A3A;
}
input {
	background-color: #EAF3D4;
	border: 1px solid #007345;
	font-size: 12px;
	color: #007345;
	font-weight: bold;
}
textarea {
	background-color: #EAF3D4;
	border: 1px solid #007345;
	font-size: 12px;
	color: #007345;
	font-weight: bold;
}
select
{
	background-color: #EAF3D4;
	border: 1px solid #007345;
	font-size: 12px;
	color: #007345;
	font-weight: bold;
}
option {
	background-color: #EAF3D4;
	border: 1px solid #007345;
	font-size: 12px;
	color: #007345;
	font-weight: bold;
}
.tabulka {
	border: 1px solid #BBC0C3;
	background-color: #F0F1F2;
	font-size: 14px;
}