@charset "utf-8";
body {
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	text-align: center;
}
.firma{
	margin: auto;
	display: none;
}
#main {
	width: 960px;
	height: auto;
	margin: auto;
	text-align: left;
}
#main #menu{
	height: 63px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	margin-top: 10px;
	padding-left: 3px;
	width: auto;
}
#main #menu ul{
	margin: 0px;
	margin-left: -1px;
	padding-top: 5px;
	float: left;!important;
}
#main #menu li{
	background-image: url(../images/bg_menu_button.png) !important;
	background-repeat: repeat-x;
	float: left; !important;
	margin-left: -38px;
	padding-top: 0px;
	padding-left: 44px;
	padding-right: 44px;
	list-style: none;
	cursor: pointer;
}
#main #menu .end{
	background-image: url(../images/bg_menu_button.png) !important;
	background-repeat: repeat-x;
	float: left;
	margin-left: -38px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 17px;
}
#main #menu img{
	float: left;
	margin-left: 1px;
	margin-top: 0px;
	padding-left: 0px;
	margin-right: 0px;
	width: auto;
	height: auto;
}
#main #menu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	float: left;
	padding-top: 18px;
	padding-bottom: 28px;
}
#main #menu ul li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A3D01A;
	text-decoration: underline;
	font-weight: normal;
	float: left;
}
/*--------------------------------------------------------------*/
/* sub levels hover */
#main #menu ul li ul li {
	float: none;
	clear: both;
	list-style: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-image: none;
	color: #FFFFFF;
}
#main #menu ul li ul li:hover a, #main #menu ul li:hover li a {
	background: none;
	border: none;
	color: #FFFFFF !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 90%;
}
#main #menu ul li ul li a:hover {
	color: #000000 !important;
	font-family: Tahoma !important;
	font-size: 12px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0px;
	background-color: #009900;
}
#main #menu ul li ul {
	padding: 0;
	display: none;
	width: 185px;
	top: 65px;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(255,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(255,0,0, .3);
	box-shadow: 0 1px 3px rgba(255,0,0, .3);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10;
	float: none;
	cursor: pointer;
	clear: left;
	position: absolute;
	z-index: 100;
	height: auto;
	background-color: #006600;
}
/*#main #menu ul li ul li{
	padding: 0;
	display: none;
	width: 185px;
	position: absolute;
	top: 55px;
	background: #d0d1d2;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	z-index: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}*/
#main #menu ul li ul {
	float: none;
	margin: 0;
	padding: 0;
}
/* rounded corners of first and last link */
#main #menu ul li ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF !important;
}
#main #menu ul li ul li:first-child > a:hover {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000 !important;
}
#main #menu ul li ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF !important;
}
#main #menu ul li ul li:last-child > a:hover {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000 !important;
}
.clear/*--------------------------------------------------------------*/
 {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
#main #middle{
	width: 100%;
	float: none;
	margin-top: 10px;
}
#main #middle #left{
	float: left;
	width: 220px;
	height: auto;
	padding: 0px;
}
#main #middle #left img{
	border: 0px;
}
#main #middle #left a {
	text-decoration: none;
	font-size: 12px;
}
.h1_sipka    {
	float: left;
	vertical-align: middle;
	margin-right: 12px;
}
.info    {
	float: left;
	margin-right: 12px;
	margin-left: 8px;
}
.h2    {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003300;
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: none;
}
h2    {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003300;
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: none;
}
.aktualita    {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-left: -40px;
	padding-top: 30px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-bottom: 30px;
	display: block;
}
.aktualita  .sipecka    {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}
.aktualita  a    {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3A650C;
	text-decoration: underline;
}
h1,
.nadpis1    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #009900;
	text-decoration: none;
	letter-spacing: 3px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #middle #right #text_obsah hr {
	height: 1pc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-top: 30px;
	margin-left: 0px;
	padding: 0px;
}
#main #middle #left .random {
	border: 5px solid #66FF00;
}
#main #middle #right {
	height: auto;
	width: 700px;
	float: left;
	margin-left: 40px;
}
#main #middle #right #levy_roh {
	background-image: url(../images/top_left.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 17px;
	float: left;
}
#main #middle #right .mezi_pruh {
	background-color: #CCCCCC;
	float: left;
	height: 19px;
	width: 662px;
}
#main #middle #right #pravy_roh {
	background-image: url(../images/top_right.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 17px;
	float: left;
}
#main #middle #right #text_obsah {
	background-image: url(../images/bg_obsah.png);
	background-repeat: repeat-x;
	height: auto;
	width: 670px;
	min-height: 700px;
	clear: both;
	float: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	display: inline-block;
	margin: 0px;
}
#main #middle #right #text_obsah a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
	text-decoration: underline;
}
#main #middle #right #text_obsah a:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
#main #middle #right #text_obsah .h1_sipka {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
#main #middle #right #text_obsah #left_obsah .popisek {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: justify;
	width: 220px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	word-spacing: normal;
}
#main #middle #right #text_obsah .popisek a {
	margin-left: 50px;
}
#main #middle #right #text_obsah .h1_sipka2 {
	float: left;
	margin-left: 1%;
	margin-right: 10px;
}

#main #middle #right #text_obsah p {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: normal;
	line-height: 15px;
	word-spacing: 1pt;
	margin-left: 6px;
}

#main #middle #right #text_obsah .kontakt_form {
	height: auto;
	width: 94%;
	margin-left: 10px;
	background-color: #B8F00F;
	border: thin solid #000000;
	padding: 10px;
}
#main #middle #right #text_obsah .kontakt_form .kontakt_input {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 190px;
	border: thin solid #006699;
	vertical-align: text-bottom;
}
#main #middle #right #text_obsah .kontakt_form .kontakt_input2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 515px;
	border: thin solid #006699;
	vertical-align: text-bottom;
}
#main #middle #right #text_obsah .kontakt_form .textarea_kontakt {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: 130px;
	width: 515px;
	border: thin solid #006699;
}
#main #middle #right #text_obsah .kontakt_form .kontakt_sender {
	background-color: #CCCCCC;
	height: 30px;
	width: 200px;
	border: thin solid #006699;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#main #middle #right #text_obsah .kontakt_form .kontakt_sender:hover {
	background-color: #E4FFA8;
	height: 30px;
	width: 200px;
	border: thin solid #006699;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#main #middle #right #text_obsah .kontakt_form .left_kontakt {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: 88%;
}

#main #middle #right #text_obsah h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main #middle #right #levy_roh_bottom {
	background-image: url(../images/bottom_left.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 17px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#main #middle #right #pravy_roh_bottom {
	background-image: url(../images/bottom_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 17px;
	margin: 0px;
	padding: 0px;
}
#main #middle #right .mezi_pruh2 {
	background-color: #FFFFFF;
	float: left;
	height: 19px;
	width: 662px;
	margin: 0px;
	padding: 0px;
}
#main #copyright {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	clear: both;
	float: none;
	height: 40px;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	padding-top: 20px;
}
#main #copyright a {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	margin-right: 10px;
}
#main #copyright a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 10px;
}
#main #menu .li2 {
	background-image: url(../images/bg_menu_button.png) !important;
	background-repeat: repeat-x;
	float: left; !important;
	margin-left: -38px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	cursor: pointer;
	width: 550px;
	height: 60px;
}
.navigace{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: block;
	margin-top: 20px;
	height: auto;
	width: 100%;
}
.navigace a{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.navigace a:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.aktualita2    {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-left: -40px;
	padding-top: 30px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-bottom: 30px;
	display: block;
}
.aktualita2  .sipecka    {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
}
.aktualita2  a    {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3A650C;
	text-decoration: underline;
}
