/* CSS Document */

/**************** BASIC ELEMENTS ****************/

body, h1, h2, h3, h4, h5, h6, ul, li, ol, p, input, fieldset, legend {
	padding: 0;
	margin: 0; 
}

body {
  	background: #e6e6e7 url(../images/bg_body.gif) repeat-x left top;
  	padding: 0;
  	margin: 0;
  	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
  	font-size: 10pt;
}

input {
  	font-size: 12px;
  	color: black;
} 

input:focus, textarea:focus {
  	/*border: 2px #F5A302 solid;*/
  	background: #FFFFDD;
} 

a img {
  	/* border: 0; */
}

ul, li {
  	margin: 0;
  	padding: 0;
}

img, div, a {
  	/*behavior: url(styles/iepngfix.htc);*/ /* IE PNG Fix v1.0, (c) 2004-2008 Angus Turnbull http://www.twinhelix.com */
}





/**************** FRAMEHOLDER ****************/

div#frameholder {
	width: 993px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}

/**************** HEADER ****************/

div#header {
	width: 993px;
	height: 165px;
	position: relative;
}

div#header h1 {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

div#header h1 a {
	width: 309px;
	height: 165px;
	display: block;
	background: url(../images/bg_logo.jpg) no-repeat left top;
	text-indent: -2000em;
}

div#flash {
	background: url(../images/bg_flash.jpg) no-repeat left top;
	width: 684px;
	height: 165px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

div#middle {
	width: 993px;
	height: 70px;
	background: url(../images/bg_middle.jpg) no-repeat left top;
	position: relative;
}

div#minimenu {
	width: 249px;
	height: 47px;
	padding: 23px 40px 0 20px;
	position: absolute;
	left: 0;
	top: 0;
}

div#minimenu a {
	color: #f3e2e2;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 21px;
}

div#minimenu a:hover {
	text-decoration: underline;
}

div#minimenu a.home {
	background: transparent url(../images/bg_minimenu.gif) no-repeat left 2px;
}

div#minimenu a.mapa {
	background: transparent url(../images/bg_minimenu.gif) no-repeat left -18px;
}

div#minimenu a.cont {
	background: transparent url(../images/bg_minimenu.gif) no-repeat left -39px;
}

/**************** HORMENU ****************/

div#hormenu {
	width: 684px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
}

div#hormenu ul {

}

div#hormenu ul li {
	display: block;
	float: left;
	background: url(../images/divider.gif) no-repeat right 10px;
	height: 62px;
}

div#hormenu ul li.one{
	width: 209px;
}

div#hormenu ul li.two{
	width: 182px;
}

div#hormenu ul li.three{
	width: 156px;
}

div#hormenu ul li.four{
	width: 137px;
	background: none;
}

div#hormenu ul li a {
	font-size: 15px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 14px 15px 0 46px;
	background: url(../images/icons_menu.gif) no-repeat 18px 15px;
}

div#hormenu ul li a:hover {
	text-decoration: underline;
}

/**************** MAINHOLDER ****************/

div#mainholder {
	width: 993px;
	background: url(../images/bg_mainholder.gif) repeat-y left top;
	position: relative;
	overflow:hidden;
}

div#left {
	width: 309px;
	float: left;
	overflow:hidden;
}

div#right {
	width: 684px;
	float: right;
	overflow:hidden;
}

div#form {
	width: 249px;
	height: 210px;
	padding: 65px 30px 0 30px;
	background: #890C14 url(../images/bg_form.jpg) no-repeat left top;
	color: white;
}

div#form span {
	font-size: 14px;
	display: block;
	margin: 0 0 7px;
	font-weight: bold;
	letter-spacing: -0.015em;
}

div#form p {
	margin: 0;
	padding: 0; 
}

div#left div#form table td {
	vertical-align: middle;
	padding: 3px 0;
}

div#form input, div#form textarea {
	margin: 0 0 0 0;
	padding: 2px 3px;
	font-size: 13px;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}

div#form input.input_textfield {
	width: 155px;
}

div#form textarea.input_textarea {
	width: 155px;
	height: 75px;
}

div#form input.input_button {
	border: 0;
	background: #868686;
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	padding: 4px 5px;
}

div#form input.input_button:hover {
	background: #4b4b4b;
}

/**************** LEFTMENU ****************/



div#leftmenu {
	padding: 30px 24px;
}

div#leftmenu ul {
	
}

div#leftmenu ul li {
	border-bottom: 1px solid #b5b5b6;
	list-style-position: outside;
	list-style-type: none;
}

div#leftmenu ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	background: url(../images/icons_menu.gif) no-repeat left -121px;
	padding: 7px 0 7px 30px;
}

div#leftmenu ul li a:hover {
	color: black;
	background: #E6E6E7 url(../images/icons_menu.gif) no-repeat 4px -121px;
}

div#leftmenu ul ul {
	padding: 0 0 0 25px;
}

div#leftmenu ul li li {
	
}

div#leftmenu ul li li a {
	padding: 3px 0 3px 5px;
	background: none;
	font-weight: normal;
}

div#leftmenu ul li li a:hover {
	background: #E6E6E7;
}

div#left #news {
	padding: 10px 24px 30px 24px;
}

div#left #news p {
	margin: 10px 0;
}

div#left #news h2 {
	background: url("../images/bg_h1.gif") no-repeat scroll -101px bottom;
	padding-bottom: 10px;
}

div#left #news .item {
	border-bottom: 1px solid #B5B5B6;
	padding: 8px 0;
}

div#left #news span {
	font-size: 11px;
	color: #5F5F5F;
}

div#left #news a img {
	border: 0;
}

div#left #news a.archive {
	display: block;
	text-align: center;
	background: #B5B5B6;
	padding: 3px 0 4px 0;
	text-decoration: none;
	font-weight: normal;
	color: #f9f9f9;
	margin-top: 2px;
}

div#left #news a.archive:hover {
	background: #9A9A9A;
}

div#left #news .more {
	text-decoration: none;
}

/**************** NEWS ****************/



/**************** CONTENT ****************/

div#content {
	padding: 50px 35px 35px 30px;
	position: relative;
}

div#path {
	position: absolute;
	top: 17px;
	left: 30px;
	color: #884448;
}

a.back {
	position: absolute;
	top: 17px;
	right: 35px;
}

div#path a, a.back, a.up {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.up {
	display: block;
	text-align: right;
}

div#path a:hover, a.back:hover {
	color: black;
	text-decoration: underline;
}


img[align="left"], img {
	margin: 6px 20px 20px 0;
}

img[align="right"] {
	margin: 6px 0 20px 20px;
}

img[align="middle"] {
	margin: 6px 0 20px 0;
}


/**************** GALERIE (homepage) ****************/


/**************** FOOTER ****************/

div#footer {
	width: 993px;
	height: 119px;
	background: url(../images/bg_footer.jpg) no-repeat left top;
	font-size: 11px;
	color: #656565;
}

div#footerin {
	margin: 0 auto;
	padding: 45px 222px 0 0;
	text-align: right;
	line-height: 1.75em;
}

div#footerin span a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}

div#footerin span.left {
	float: left;
}

div#footerin span.right {
	float: right;
}






/**************** UTILS ****************/

.no_display {
  display: none;
}

.clear {
  clear: both;
}

.cspan {
	display: block;
}

.linka {
	margin-bottom: 10px;
	height: 2px;
	overflow: hidden;
	background: #CCC;
}

.pinputs {
	margin: 0;
}

.floatl {
	position: absolute;
	top: 0;
	left: -137px;
	width: 137px;
	height: 499px;
	background: url(../images/bg_floaty.jpg) no-repeat left top;
	z-index: 10000;
	display: none;
}

.floatr {
	position: absolute;
	top: 0;
	right: -137px;
	width: 137px;
	height: 499px;
	background: url(../images/bg_floaty.jpg) no-repeat -137px top;
	z-index: 10000;
	display: none;
}

#body2 {
	background: url(../images/bg_body2.jpg) no-repeat center top;
}

.mapa iframe {
	border: 1px solid #E6E6E7;
}

.mapa a {
	display: block;
	text-align: center;
	color: #333333;
	background: #E6E6E7;
	padding: 4px 0 0 0;
	height: 16px;
	font-size: 11px;
	text-decoration: none;
}


.tablecont {
	border: 1px solid #8E8E8E;
	margin: 0 0 15px;
}

.tablecont tr td:first-child {
	background: #E6E6E7;
	font-weight: bold;
	font-size: 14px;
}

div#content .left tr td:first-child {
	text-align: left;
}

div#content .tablecont tr:first-child td, div#content .tablecont tr:first-child td p {
	background: #8E8E8E;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

div#content .tablecont td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

div#content .tablecont td p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}



.tablecont2 {
	/*border: 1px solid #8E8E8E;*/
	margin: 0 0 15px;
}

.tablecont2 tr td:first-child {
	/*background: #E6E6E7;*/
	font-weight: bold;
	font-size: 14px;
}

div#content .tablecont2 td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
}

div#content .tablecont2 td p {
	padding: 0;
	margin: 0;
	font-size: 14px;
} 


 


.poznamka {
	background: #E6E6E7;
	padding: 20px;
	color: gray;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px;
}

#content p.big {
	font-size: 30px;
	color: black;
}


/* END of CSS Document*/
