/* stylesheet_brusno version 1.0 - February 28 */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-image: url(../images/bkg_main-1.jpg);
	background-repeat: repeat-x;
	background-color: #015d52; 
}

.wrapper-main {
	text-align: left;
}

.header {
	height: 119px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
}

.wrapper-bkg {
	width: 1000px;
	background-image: url(../images/bkg_main-2.jpg);
	background-repeat: repeat-y;
	position: relative;
	float: left;
}

.wrapper-content {
	width: 1000px;
	background-image: url(../images/bkg_content.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.navigation {
	width: 209px;
	float: left;
	position: relative;
	padding-top: 25px; 
}

.navigation a:link {color: #006c61; text-decoration: none;}
.navigation a:visited {color: #006c61; text-decoration: none;}
.navigation a:hover {color: #000000; text-decoration: none;}


.navi-item-main {
	height: 22px;
	background-image: url(../images/bkg_navi-main_off.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	color: #006c61;
	font-size: 13px;
	font-weight: bold;
}

.navi-item-sub {
	height: 22px;
	background-image: url(../images/bkg_navi-sub_off.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	color: #006c61;
	font-size: 13px;
	font-weight: bold;
}

.navi-item-sub-sub {
	height: 22px;
	background-image: url(../images/bkg_navi-sub_off.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 5px;
	color: #006c61;
	font-size: 12px;
	font-weight: bold;
}

.content {
	width: 542px;
	padding: 10px 12px;
	background-image: url(../images/bkg_header_content.jpg);
	background-repeat: no-repeat;
	position: relative;	
	float: left;
}

#content_center_top {
	height: 20px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#content_center_text {
	padding: 7px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	padding: 7px 0px;
}

.address-data {
	width: 165px;
	padding: 0px 10px 0px 0px;
	position: relative;
	float: left;
}

.contact-form {
	position: relative;
	clear: both;
}

.wrapper-right {
	width: 221px;
	background-image: url(../images/bkg_header_sub-content.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

.icons {
	margin-top: 2px;
	margin-left: 166px;
}	

.sub-content {
	padding: 14px 20px 10px 28px;
}

h1 {
	margin-bottom: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

ul {
	padding: 7px 15px;
}

table {
	margin: 0px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

table tr td {
	padding: 1px 0px;
}

/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */

a:link			{color: #ff6c00; text-decoration: none;}
a:visited		{color: #ff6c00; text-decoration: none;}
a:hover			{color: #ff6c00; text-decoration: underline;}


/*.title {
	height: 20px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	float: left;
	clear: both;
}*/

.news-item {
	width: 540px;
	margin: 3px 3px;
	padding: 2px 4px;
	background-color: #dfebec;
	position: relative;
	float: left;
	clear: both;
}

.news-item_date {
	width: 50px;
	padding: 2px;
	position: relative;
	float: left;
}

.news-item_title {
	width: 365px;
	padding: 2px 5px;
	font-weight: bold;
	position: relative;
	float: left;
}

.news-item_link {
	width: 80px;
	padding: 2px 10px 2px 5px;
	text-align: right;
	position: relative;
	float: right;
	visibility:visible;
}

.news-item_link_hidden {
	width: 80px;
	padding: 2px 10px 2px 5px;
	text-align: right;
	position: relative;
	float: right;
	visibility:hidden ;
}

.news-item_text {
	width: 530px;
	padding: 2px;
	position: relative;
	clear: both;
	display: block ;
}
.news-item_text_hidden {
	width: 540px;
	padding: 2px 5px;
	position: relative;
	clear: both;
	display:none ;
}

.wrapper_return-link {
	width: 530px;
	height: 15px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	background-color: #dfebec;
	position: relative;
	clear: both;
}

.news-item_return-link {
	width: 150px;
	padding-right: 6px;
	text-align: right;
	position: relative;
	float: right;
}

.footer {
	width: 1000px;
	height: 75px;
	background-image: url(../images/bkg_footer.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	position: relative;
	clear: both;
}

.copyright-info {
	width: 218px;
	color: #666;
	font-size: 9px;
	text-align: center;
	padding-top: 42px;
	float: left;
}

.copyright-info a:link		{color: #666; text-decoration: none;}
.copyright-info a:visited	{color: #666; text-decoration: none;}
.copyright-info a:hover		{color: #666; text-decoration: underline;}


.address-bar {
	width: 232px;
	color: #006c61;
	font-size: 11px;
	line-height: 17px;
	padding-top: 19px;
	float: left;
}

.address-bar_place {
	color: #7fb5b0;
	font-size: 12px;
}

.addressbar a:link		{color: #ff6c00; text-decoration: none;}
.addressbar a:visited	{color: #ff6c00; text-decoration: none;}
.addressbar a:hover		{color: #ff6c00; text-decoration: underline;}


.left-align {
	margin: 0px 10px 10px 0px;
}

.right-align {
	margin: 0px 10px 10px 0px;
}

