/* OVERALL STYLES */

html
{
	font-size: 100.01%; /* Opera */
}

body
{
	min-width: 950px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #403e3e;
	font: normal 71% Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4
{
	margin: 1.2em 0 0.5em;
	font-weight: bold;
}

h1
{
	margin: 0.8em 0;
	font-size: 140%;
	font-weight: normal;
}

h2
{
	font-size: 101%;
}

h3
{
	font-size: 100%;
}

h4
{
	font-size: 100%;
	font-weight: normal;
}

p, ul, ol
{
	margin: 0.5em 0;
}

input, select, textarea
{
	font: normal 100% Tahoma, Arial, sans-serif;
}

a
{
	text-decoration: underline;
	color: #403e3e;
	cursor: pointer !important; /* Safari */
}

a:hover
{
	text-decoration: none;
}

hr
{
	height: 0;
	margin: 0.4em 0 !important;
	margin: 0; /* MSIE 6 */
	border-width: 0;
	border-top: 1px dotted #b8b8b8;
}

img
{
	border-width: 0;
}



/* CUSTOM and ADDED STYLES */

a.rd, a.nd
{
	text-decoration: none !important;
}

a.rd:hover
{
	text-decoration: underline !important;
}

a.nd:hover
{
	color: #757373;
}

.sub
{
	display: block;
	margin-top: 0;
	padding-top: 0;
}

.sup
{
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}

.nobr
{
	white-space: nowrap;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

img.float-left
{
	margin: 0 0.4em 0.5em 0;
}

img.float-right
{
	margin: 0 0 0.4em 0.8em;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.align-center
{
	text-align: center;
}

.align-justify
{
	text-align: justify;
}

.align-top
{
	vertical-align: top;
}

.align-bottom
{
	vertical-align: bottom;
}

.align-middle
{
	vertical-align: middle;
}

.green-line
{
	background: #48c634 url(../images/green-line-background.jpg) 0 100% repeat-x;
}

.orange-line
{
	background: #cd651e url(../images/orange-line-background.jpg) 0 100% repeat-x;
}

h1.first, h2.first, h3.first
{
	margin-top: 0;
}

h1.green-line, h1.orange-line, h2.green-line, h2.orange-line
{
	margin-bottom: 2px;
	padding: 0.8em 1.2em;
	color: #fff;
}

h1.green-line, h1.orange-line
{
	margin-top: 0;
	font-size: 101%;
	font-weight: bold;
}

h1.green-line a, h1.orange-line a, h2.green-line a, h2.orange-line a
{
	color: #fff;
	text-decoration: none;
}

h1.green-line a:hover, h1.orange-line a:hover, h2.green-line a:hover, h2.orange-line a:hover
{
	text-decoration: underline;
}

.lite-orange-block
{
	padding: 1.5em 1em;
	background-color: #fff4da;
	color: #403e3e;
}

.lite-orange-block img.float-left, .lite-orange-block img.float-right, .white-block img.float-left, .white-block img.float-right
{
	margin-bottom: 0;
/*	border: 1px solid #999;*/
}

.lite-orange-block img.float-left, .white-block img.float-left
{
	margin-right: 0.6em;

}

.lite-orange-block img.float-right, .white-block img.float-right
{
	margin-left: 0.6em;
}

.lite-orange-block .text, .white-block .text
{
	font-size: 110%;
}

h2.orange, .lite-orange-block h1
{
	color: #db5a00;
}

h2.green, .white-block h1
{
	color: #02ba02;
}

.lite-orange-block h2
{
	color: #fff4da;
}

.lite-orange-block hr
{
	clear: both;
	margin-right: 20%;
}

.white-block
{
	padding: 1.5em 2em;
	background-color: #fff;
	color: #403e3e;
}

.white-block hr
{
	clear: both;
	margin-left: -2em;
	margin-right: -2em;
}

.lite-orange-block div.item, .white-block div.item
{
	padding: 0.5em 0;
}

.lite-orange-block p, .white-block p
{
	margin-top: 0;
}

.gray-border-block
{
	padding: 10px;
	border: 1px solid #b9b9b9;
}

.top-space
{
	margin-top: 1.5em;
}

p.poll-choice
{
	text-indent: -2.3em;
	padding-left: 2em;
}

p.poll-choice input
{
	margin: 0;
	padding: 0;
	width: 2em;
}

input.flat-button
{
	border: 1px solid #b9b9b9;
	background-color: #fff;
	color: #932822;
	font-weight: bold;
}

.utilink
{
	color: #777;
	font-size: 88%;
}

.utilink a
{
	color: #777;
}

.block
{
	display: block;
	float: left;
}

form label.block
{
	width: 5em;
}

form label.wide
{
	width: 11em;
}

form input.text
{
	width: 15em;
}

form textarea.common
{
	width: 60%;
}

form input.code
{
	width: 4em;
}

form img.block, form input.after-code
{
	margin-left: 1em;
}

.hint
{
	cursor: help !important;
}

.pager-orange .prev-next-link, .pager-green .prev-next-link
{
	padding: 0 0 0 0.5em;
}

.pager-orange a.prev-next-link
{
	color: #e46700;
}

.pager-green a.prev-next-link
{
	color: #02ba02;
}

.pager-orange span.prev-next-link, .pager-green span.prev-next-link
{
	color: #ccc;
}

.pager-orange a.prev-next-link .arrow, .pager-green a.prev-next-link .arrow
{
	text-decoration: none !important;
	color: #000;
}

.pager-orange .item, .pager-green .item
{
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
	background-color: #eee;
	font-weight: bold;
	color: #c53e00;
}

.pager-green .item
{
	color: #00c617;
}

.pager-orange .active
{
	border-color: #c53e00;
	background-color: #f8d6c6;
}

.pager-green .active
{
	border-color: #1cc600;
	background-color: #c7f9c8;
}

.pager-orange a.item, .pager-green a.item
{
	color: #962f00;
	text-decoration: none;
}

.pager-green a.item
{
	color: #009600;
	text-decoration: none;
}

.pager-orange a.item:hover, .pager-green a.item:hover
{
	text-decoration: underline;
}


.message
{
	padding: 1em 1.5em;
	background-color: #ffd;
	border: 1px dashed #cca;
	font-weight: bold;
}

.green-text, .green-text a
{
	color: #208d0f !important;
}

.green-text a.nd:hover
{
	color: #30b216 !important;
}


.dark-red-text, .dark-red-text a
{
	color: #932822 !important;
}

.dark-red-text a.nd:hover
{
	color: #c92f2f !important;
}

.date, .date a
{
	color: #03638b !important;
	font-weight: normal;
}

h4.date
{
	margin-bottom: 0;
}

h1 .date
{
	font-size: 67%;
}

.red
{
	color: #f00;
}

.inactive, .inactive a
{
	color: #aaa;
	background-color: #eee;
}

div.inactive
{
	margin: -0.5em;
	padding: 0.5em;
}

.actions
{
	font-size: 10px !important;
	color: #000 !important;
	font-weight: normal !important;
}

.actions a
{
	color: #00f !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

.actions a:hover
{
	color: #f00 !important;
}

.wide
{
	width: 100%;
}

table.lined
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.lined td, table.lined th
{
	padding: 0.5em 0.7em;
	border: 1px solid #ccc;
}

table.lined th
{
	padding: 0.5em 0.7em;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	background-color: #efe;
}



/* COMMON LAYOUT STYLES */

.wrapper
{
	float: left;
	width: 100%;
}

.pusher
{
	clear: both;
}



/* SPECIFIC LAYOUT STYLES */

* html #canvas1 /* MSIE 6 */
{
	padding-left: 950px;
}

* html #canvas2 /* MSIE 6 */
{
	height: 0;
}

* html #canvas3 /* MSIE 6 */
{
	position: relative;
	height: 0;
	margin-left: -950px;
}


#header
{
	position: relative;
	z-index: 2;
	height: 165px;
/*	background: url(../images/rodina.gif) 100% 0 no-repeat;*/
}

#header .inner
{
/*	margin-right: 200px;*/
	padding: 10px 0 50px 25px;
/*	background: url(../images/slogan.gif) 100% 50px no-repeat;*/
}

#logo
{
	float: left;
	width: 290px; /* MSIE 6 */
}

#icons
{
	height: 11px;
	margin: 5px 0 10px;
}

#icons img
{
	margin: 0 15px;
}

.phrase
{
	float: right;
	width: 400px;
	padding-right: 15px;
	text-align: justify;
/*	font-size: 110%;*/
}

#top-banners
{
	float: right;
	margin-top: 12px;
/*	margin-top: 25px;*/
/*	margin-right: 250px;*/
	margin-right: 20px;
}

#top-menu
{
	height: 50px;
	margin: -15px 0 4px 0;
/*	margin: 0 0 4px;*/
	margin-bottom: 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	cursor: default;
}

#top-menu ul
{
	height: 70px !important;
	height: 50px; /* MSIE 6 */
	margin: 0;
/*	margin: 0 150px 0 0;*/
	padding: 0;
}

#top-menu ul li
{
	float: left;
	list-style-type: none;
	width: 14.25%;
	margin: -37px 0 0;
	padding: 0;
}

#top-menu span
{
	position: relative;
	z-index: 3;
	display: block;
	padding-top: 60px;
	text-align: center;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#top-menu a
{
	margin-top: -55px;
	padding-top: 55px;
	color: #fff;
}

#wide-column
{
/*	margin: 0 225px 0 0;*/
	margin: 0 190px 0 0;
}

#navi-column
{
	float: left;
	width: 190px;
	margin-right: -190px;
}

#navi-column .inner
{
	position: relative;
	z-index: 3;
/*	padding: 0 17px 0 5px;*/
	padding: 0 5px;
}

ul.vertical-menu
{
	margin: 0;
	padding: 0;
	cursor: default;
}

ul.vertical-menu li
{
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}

* html ul.vertical-menu li /* MSIE 6 */
{
	display: inline-block;
	clear: both;
	margin-bottom: -2px;
}

ul.vertical-menu .item
{
	display: block;
	padding: 0.4em 10px 0.4em 40px;
	border-bottom: 1px solid #c1c1c1;
	background: url(../images/list-marker.gif) 9px 50% no-repeat;
}

ul.vertical-menu .pre-active
{
	border-bottom-color: #fff;
}

ul.vertical-menu .active, ul.vertical-menu a:hover
{
	border-bottom-color: #72d65d;
	background-color: #72d65d;
	background-image: url(../images/list-marker-active.gif);
	color: #fff !important;
}

ul.vertical-menu .last
{
	border-bottom-width: 0;
}

ul.vertical-menu a
{
	color: #2c2829;
	text-decoration: none;
}

ul.vertical-menu .active
{
	font-weight: bold;
}

ul.vertical-menu a:hover
{
	border-bottom-color: #c1c1c1;
	background-color: #c7c7c7;
}



ul.vertical-menu ul.submenu
{
	display: none;
	position: absolute;
	top: -1px;
	left: 140px;
	z-index: 4;
	width: 210px;
	margin: 0;
	padding: 0;
	border: 1px solid #529f42;
	background-color: #fff;
}


ul.vertical-menu ul.submenu li
{
	padding: 0 2px;
}

ul.vertical-menu ul.submenu .item
{
	padding-left: 23px;
	background-image: url(../images/list-marker-sub.gif) !important;
}

ul.vertical-menu ul.submenu a.item:hover, ul.vertical-menu ul.submenu .active
{
	background-color: transparent;
	color: #1fa00f !important;
}



#main-column, #main-column-2
{
/*	margin: 0 0 0 200px;*/
	margin: 0 0 0 190px;
}

* html #main-column .item, * html #main-column-2 .item, * html #main-column h4.date, * html #main-column-2 h4.date  /* MSIE 6 */
{
	position: relative;
/*	display: inline-block;*/
/*	clear: both;*/
}

#main-column .column-1, #main-column-2 .column-1
{
	float: left;
	width: 55%;
}

#main-column-2 .column-1
{
	width: 60%;
}

#main-column .column-2, #main-column-2 .column-2
{
	float: left;
	width: 45%;
}

#main-column-2 .column-2
{
	float: left;
	width: 40%;
}

#main-column .inner, #main-column-2 .inner
{
	padding: 0 5px;
}

#main-column .column-2 .inner, #main-column-2 .column-2 .inner
{
/*	padding-left: 10px;*/
}

#extra-column
{
	float: left;
/*	width: 225px;*/
	width: 190px;
/*	margin-left: -225px;*/
	margin-left: -190px;
}

* html #extra-column /* MSIE 6 */
{
	overflow: hidden;
}

#extra-column .inner
{
/*	margin: 0 5px 10px 10px;*/
/*	margin: 0 5px 10px;*/
	padding: 0 5px;
}

#footer
{
	margin: 0 5px 10px;
	padding: 1.2em 25px;
	border-top: 22px solid #fff; /* Opera */
	background-color: #fdf4e4;
}

#bottom-menu-wrapper
{
	position: relative;
	overflow: hidden;
}

#bottom-menu-wrapper .inner
{
	position: relative;
	left: 50%;
	float: left;
	text-align: center;
}

ul#bottom-menu
{
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
}

ul#bottom-menu li
{
	list-style-type: none;
	float: left;
	margin: 0.3em 0;
	padding: 0 3em;
	border-right: 1px solid #373737;
}

ul#bottom-menu li.last
{
	border-right-width: 0;
}