/** reset **/
html {
	color : #000;
	background : #fff;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	text-align : left;
	margin : 0;
	padding : 0;
	font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, Arial, sans;
}

table {
	border-spacing : 0;
}
fieldset, img {
	border : 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style : inherit;
	font-weight : inherit;
}

strong {
	font-weight: bold;
}
del, ins {
	text-decoration : none;
}
caption, th {
	text-align : left;
}
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
	font-weight : normal;
}
q:before, q:after {
	content : '';
}
abbr, acronym {
	border : 0;
	font-variant : normal;
}
sup {
	vertical-align : baseline;
}
sub {
	vertical-align : baseline;
}
legend {
	color : #000;
}
input, button, textarea, select, optgroup, option {
	font-family : inherit;
	font-size : inherit;
	font-style : inherit;
	font-weight : inherit;
}
input, button, textarea, select {
	font-size : 100%;
}
/** body  **/
body {
	margin : auto;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
}
#page {
	margin : 0 auto 0 auto;
	padding : 0;
	width : 800px;
	text-align : left;
}

/** header **/
#header {
	height : 243px;
	background : silver;
	position : relative;
	background : url(../images/common/hbg.png) no-repeat bottom left;
}
#header_zaloba {
	height : 243px;
	background : silver;
	position : relative;
	background : url(../images/zaloba/hbg_wb.png) no-repeat bottom left;
}
#header_zaloba #fancy {
	background : url(../images/zaloba/fancy_wb.png) no-repeat bottom right;
	position : absolute;
	bottom : 0;
	right : 0;
	width : 460px;
	height : 243px;
}
#header #fancy {
	background : url(../images/common/fancy.png) no-repeat bottom right;
	position : absolute;
	bottom : 0;
	right : 0;
	width : 460px;
	height : 243px;
}
#header_zaloba #hmenu {
	width : 420px;
	height : 22px;
	position : absolute;
	top : 20px;
	right : 0;
	background : white;
	z-index : 10;
	text-align : right;
	overflow : hidden;
}
#header #hmenu {
	width : 420px;
	height : 22px;
	position : absolute;
	top : 20px;
	right : 0;
	background : white;
	z-index : 10;
	text-align : right;
	overflow : hidden;
}
#hmenu img {
	width : 29px;
}
#header #hmenu ul li {
	width : 32px;
	height : 22px;
	display : block;
	float : left;
	margin-left: 0px;
}
#header_zaloba #hmenu ul li {
	width : 32px;
	height : 22px;
	display : block;
	float : left;
	margin-left: 0px;
}
a.lborder {
	border-left : 1px solid #cccccc;
	margin-left : 5px;
	display : block;
}
#header #logo {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 10;
}

/** dont know what those below are for **/
.lang {
	margin-right : 5px;
}
a.noborder {
	border : none;
	display : block;
}
a.rborder {
	border-right : 1px solid #cccccc;
	display : block;
}
.lang {
	margin-right : 5px;
}

/** menu **/
#menu {
	background : url(../images/common/mbg.png) repeat-x;
	position : relative;
	width : 100%;
	height: 42px;
}
#menu > ul {
	list-style : none;
	list-style-type : none;
	list-style-position : inside;
	display : block;
	width : 100%;
	border-top : 2px solid white;
	padding-left : 5px;
}

/** mmenu **/
ul.mmenu {
	list-style : none;
	list-style-type : none;
	list-style-position : inside;
	display : block;
	width : 100%;
	border-top : 2px solid white;
	padding-left : 5px;
}
ul.mmenu li {
	list-style : none;
	list-style-image: none;
	display : block;
	float : left;
	font-size : 10px;
	font-weight : bold;
	text-transform : uppercase;
	line-height : 40px;
	margin-left: 0px;
}
ul.mmenu li a {
	border-right : 1px solid #a6c3d3;
	padding : 0 13px;
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
}
ul.mmenu li a:hover {
	color : #001f43;
}
ul.mmenu li a.active {
	color : #001f43;
}
ul.mmenu li a.last {
	border : none;
}
#menu #mmenu {
	width : 400px;
	height : 37px;
	position : absolute;
	left : 250px;
	top : -35px;
}

#mmenu li {
	float : left;
	display : block;
	margin-left: 0px;
}

/** prebody **/
#prebody {
	height : 42px;
	background : white;
	color : #4c4c4c;
	font-size : 11px;
	overflow : hidden;
	margin : 1px;
}
#prebody > ul {
	width : 100%;
	display : block;
}
#prebody > ul > li {
	display : block;
	text-align : center;
	float : left;
	line-height : 40px;
	padding : 0;
	font-size: 11px;
	margin-left: 0px;
}
#prebody img {
	vertical-align : middle;
	width : 26px;
	height : 24px;
	margin-top : 0;
}
#prebody .txt {
	background : url(../images/common/sbox.png) no-repeat;
	border : none;
	width : 160px;
	height : 25px;
	line-height : 15px;
	padding : 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size : 14px;
	color : #4c4c4c;
}

/** body **/
#body {
	width : 100%;
}

/** left **/
#left {
	width : 400px;
	float : left;
}

#left {
	font-size: 12px;
	line-height: 15px;
}

#left ul.nlist li {
	border-bottom : 1px solid #16aebb;
	list-style-type : none;
	list-style-image : none;
	margin-left : 0;
}
#left a.button, #center a.button {
	line-height : 24px;
	width : 81px;
	background : url(../images/common/bt2.png) no-repeat top left;
	font-size : 11px;
	font-weight : bold;
	color : white;
	display : block;
	text-align : center;
	text-decoration : none;
	float : right;
	margin : 5px;
	text-indent: 0;
}

#left p.date {
	color : #999999;
	font-size : 11px;
	margin : 10px 5px 5px 5px;
	float : left;
}

/** right **/
#right a.button {
	background : url(../images/common/bt1.png) no-repeat top left;
}

#right {
	width : 195px;
	float : right;
}
#right > ul > li {
	margin-top : 5px;
	list-style-type : none;
	list-style-image: none;
	margin-left: 0px;
}

/** center **/
#center {
	width : 195px;
	margin-left : 5px;
	float : left;
	background: #147780;
}

/** Golden Box **/
.gbox {
	background : url(../images/common/gbg.png) repeat-y;
}
.gbox a {
	color : #333333;
	font-size : 11px;
	line-height : 20px;
	text-decoration : none;
	font-weight : normal;
}
.gbox a:hover {
	color : #99701f;
}
.gbox a.active {
	color : #99701f;
}
.gbox h1.ghead {
	background : url(../images/common/gt.png) no-repeat;
	line-height : 40px;
	text-transform : uppercase;
	font-size : 14px;
	font-weight : bold;
	color : white;
	padding-left : 10px;
}
.gbox ul {
	margin-left : 10px;
}
.gbox li {
	list-style-image : url(../images/common/p1.png);
	list-style-type : disc;
	margin : 0 0 0 10px;
}
.gbox .gfoot {
	background : url(../images/common/gbt.png) no-repeat;
	height : 8px;
	clear : both;
	bottom: 0px;
}

/** Blue Box **/
.bbox {
	background : url(../images/common/bbg.png) repeat-y;
}
.bbox a {
	color : #067191;
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	line-height : 20px;
	text-decoration : none;
}
.bbox a:hover {
	color : #001f43;
}
.bbox a.active {
	color : #001f43;
	font-weight: bold;
}
.bbox h1.bhead {
	background : url(../images/common/bt.png) no-repeat;
	line-height : 20px;
	text-transform : uppercase;
	font-size : 12px;
	font-weight : bold;
	color : white;
	padding-left : 10px;
}
.bbox p {
	text-indent : 0;
}
.bbox ul {
	margin : 0 5px 0 10px;
}
.bbox li {
	margin : 10px 5px 0 10px;
	border-bottom : 1px solid #8ad7dd;
	list-style-image : url(../images/common/p2.png);
	list-style-type : disc;
}
.bbox .bfoot {
	background : url(../images/common/bbt.png) no-repeat;
	height : 8px;
	clear : both;
}

#right .bbox {
	background : url(../images/common/vbbg.png) repeat-y;
	padding: 0px;
}

#right .bbox h1.bhead{
	background: url(../images/common/vbt.png) no-repeat;
}

#right .bbox .bfoot {
	background : url(../images/common/vbbt.png) no-repeat;
}

/** big blue box**/
.bbbox {
	background : url(../images/common/bbbg.png) repeat-y;
}
.bbbox a {
	color : #067191;
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	line-height : 20px;
	text-decoration : none;
}
.bbbox a:hover {
	color : #001f43;
}
.bbbox a.active {
	color : #001f43;
}
.bbbox div.bhead {
	background : #00a6b4 url(../images/common/bbbt.png) no-repeat;
}
.bbbox div.bhead div.date {
	width : 109px;
	height : 40px;
	line-height : 40px;
	text-align : center;
	float : left;
	color : white;
	font-size : 11px;
}
.bbbox div.bhead div.prev {
	background : #00a6b4 url(../images/common/bbbt.png) no-repeat top right;
	width : 104px;
	height : 40px;
	line-height : 40px;
	text-align : right;
	padding-right : 5px;
	float : right;
}
.bbbox div.bhead div.prev a {
	text-decoration : underline;
	color : white;
	font-weight : normal;
}
.bbbox h1.bhead {
	line-height : 40px;
	height: 40px;
	letter-spacing: -1px;
	text-transform : uppercase;
	width : 160px;
	font-size : 12px;
	font-weight : bold;
	color : white;
	padding-left : 5px;
	float : left;
}
.bbbox ul {
	margin : 0 5px 0 10px;
}
.bbbox li {
	margin : 10px 5px 0 10px;
	border-bottom : 1px solid #8ad7dd;
	list-style-image : url(../images/common/p2.png);
	list-style-type : disc;
}
.bbbox .bfoot {
	background : url(../images/common/bbbbt.png) no-repeat;
	clear : both;
	height : 8px;
}

/** footer **/
#footer {
	background : #d4eff4;
	height : 49px;
	clear : both;
	width : 800px;
	margin : 0 auto;
	padding-top : 5px;
}
.copy {
	float : left;
	font-size : 11px;
	color : #333333;
	line-height : 18px;
	width : 399px;
}
.links {
	float : right;
	font-size : 11px;
	color : #333333;
	line-height : 18px;
	width : 399px;
}

ul.flist {
	list-style : none;
	list-style-type : none;
	display : block;
}
ul.flist li {
	display : block;
	float : right;
	padding : 0 5px 0 5px;
	border-right : 1px solid #6db0c3;
	margin-left: 0px;
}
ul.flist li a {
	color : #067191;
	text-decoration : none;
}

.path {
	font-size: 11px;
	background: #f8f8f8;
	border-bottom: 2px solid #f0f0f0;
}



/** search item **/
.search_item {
	margin-top: 20px;
}

.search_item h2 {
	color: #067191;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	line-height: normal;
}

.search_item a{
	font-size: 11px;
	font-weight: bold;
	color: #A3C159;

}

.search_item a{
	margin: 5px 0px;
}
/** search item **/

/** pagination **/

.pagination {
	background: #f8f8f8;
	border-bottom: 2px solid #f0f0f0;
	margin: 10px 0px 10px 0px;
}

.pagination li{
	list-style: none;
	display:block;
	float: left;
	margin: 0px;
}

.pagination a {
	display:block;
	border: 1px solid #b8dbe6;
	padding: 0px 4px 0px 4px;
	margin: 2px;
	font-size: 10px;
	line-height: 14px;
	background: white;
}

/** pagination **/

/** drop down menu **/
ul.level2, ul.level3, ul.level4, ul.level5, ul.level6 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 200px;
	background: white;
	z-index:2;
	list-type: none;
}

ul.level2 a {
	//color: red;
	//color: #e6eef2;
}

ul.level2 li{
	float: none;
	padding: 3px 5px 3px 5px;
	background: #278da5 url(../images/common/mg.png) repeat-x;
	border-bottom: 1px dotted #85ddf2;
	border-left: 4px solid white;
	line-height:15px;
	padding:0px;
	color: white;
	list-style-position: outside;
	text-indent: 0px;
	padding: 2px 5px 2px 5px;
}

ul.level2 li a {
	color: #white;
	border: none;
	font-size: 10px;
	padding: 0px;
	text-indent: 0px;
	
}

ul.level2 li a:hover {
	color: #cfdee6;
}
/** drop down menu **/

/** ComboBox Styles **/
.TComboBoxOption {
	display:block;
	height: 20px;
	background: url(images/common/mlang.png) no-repeat;
	line-height: 18px;
	display: block;
	overflow: hidden;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

.TComboBoxFlag {
	width: 16px;
	height: 11px;
}

.TComboBoxSelect {
	z-index: 1001;
	display:none;
}

.TComboBoxSelect ul {
	list-style-type: none;
	list-style-image: none;
}

.TComboBoxSelect a{
	text-decoration: none;
	color: black;
	font-size: 11px;
}

.TComboBoxSelect img{
	border: none;
	margin: 0px 5px;
	width: 16px;
	height: 11px;
}


/** ComboBox styles **/

/** See more styles **/
.seemore {
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
}

.seemore h2 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}

.seemore ul {
	margin-left: 40px;
}
.seemore li {
	list-style-image: url(../images/common/p2.png);
}

.seemore li a {
	line-height: 16px;
	font-size: 12px;
	color: #067191;
	clear: both;
	font-weight: bold;
	text-decoration: none;
}

.submit {
	margin:0;
	padding:0;
	display:inline;
}
/** See more styles **/

.sitemap_0 .sitemap_1, .sitemap_2, .sitemap_3 {
	padding-left: 0px;
	font-weight: normal;
}

.sitemap_0 a{
	line-height: 1.5;
}

.sitemap_0 {
} 
.sitemap_1{
}
.sitemap_2{
}
.sitemap_3 {
}

.sitemap_0  li a{
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	
	
} 
.sitemap_1 li a{
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	font-style: italic;
	
}
.sitemap_2 li a{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.sitemap_3 li a{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #888888;
}


.sitemap_0  li{
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
} 
.sitemap_1 li{
	margin-left: 30px;
	list-style-image:url(../images/common/p1.png);
}
.sitemap_2 li{
	margin-left: 45px;
	list-style-image:url(../images/common/p3.png);
}
.sitemap_3 li{
	margin-left: 60px;
	list-style-image:url(../images/common/p2.png);
}

.TButton {
	border: 1px solid #cccccc;
	background: #fefefe;
	padding: 5px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}


