/* CSS Document */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #eaeaea;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:11px;
}

a.links {
	color: #000000;
}

.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bgr_subnav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#header {
	height: 181px;
	clear: both;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 214px top;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	background-image: url(../images/bgr_subnav.jpg);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 16px;
}
#mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 610px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#footer {
	background-color: #eaeaea;
	background-image: url(../images/bgr_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-size: 11px;
	line-height: 16px;

} 

#footer a {
	text-decoration:underline;
	color: #000000;
	text-transform:capitalize;
}
#footer a:hover {
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: 0px;
}

/* gornoto menu*/
.menu_wrap {
	height: 30px;
	padding-left: 224px;
	clear: both;
	padding-top: 12px;
	font-size: 11px;
}
.menu_button {
	height: 30px;
	width: 102px;
	float: left;
	background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin-left: 1px;
}
.menuNav {
	display: block;
	padding-top: 8px;
	padding-left: 28px;
	padding-bottom: 8px;
}
a.menuNav {
	text-decoration: none;
	color: #515151;
	font-weight: bold;
}
a.menuNav:active {
	color: #515151;
}
a.menuNav:visited {
	color: #515151;
}
a.menuNav:link {
	color: #515151;
}
a.menuNav:hover {
	background-image:url(../images/button_active3.png);
	background-repeat:no-repeat;
}

/* navigaciata pod header */
.navigation {
	padding-left: 224px;
	padding-top: 114px;
	color: #515151;
	height: 20px;
	background-image: url(../images/bgr_navigation.jpg);
	background-repeat: no-repeat;
	background-position: 310px 102px;
}
.nav_div {
	float: left;
	height: 18px;
	padding-top: 1px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-left: 8px;
}

/* menuto v lqvo */
.subMenu {
	padding-top: 10px;
	padding-bottom: 12px;
	background-image: url(../images/hr_subnav.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.subButton {
	height: 25px;
	background-image: url(../images/subnav_button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.subNavig {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
a.subNavig {
	text-decoration: none;
	color:#373737;
	font-weight: bold;
	font-size: 11px;
}
a.subNavig {
	text-decoration: none;
	color:#373737;
	font-weight: bold;
	font-size: 11px;
}
a.subNavig:hover {
	background-image:url(../images/subnav_active_button.png);
	background-repeat:no-repeat;
}
.subNavigOn {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
	background-image:url(../images/subnav_active_button.png);
	background-repeat:no-repeat;
}
a.subNavigOn {
	text-decoration: none;
	color:#373737;
	font-weight: bold;
	font-size: 11px;
}
a.subNavigOn {
	text-decoration: none;
	color:#373737;
	font-weight: bold;
	font-size: 11px;
}
a.subNavigOn:hover {
	background-image:url(../images/subnav_active_button.png);
	background-repeat:no-repeat;
}


.subcontainer {
	background-image: url(../images/bgr_header1.png);
	background-repeat: no-repeat;
}
.overfoot {
	clear: both;
	height: 2px;
	background-image: url(../images/bgr_bottom_subnav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.languages {
	height: 30px;
	background-image: url(../images/hr_subnav.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 40px;
}
.flag {
	float: left;
	padding-left: 20px;
}
.underSubNav {
	height: 120px;
}

/* osnoven tekst */
.main_top {
	font-weight: bold;
	color: #808080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.main_top_all {
	color: #808080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.partners {
	color: #808080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding-right: 220px;
}
.flag a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.flag img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.main_top_all .linep {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #000000;
}
.pcb_index {
	clear:both;
	padding-top: 2px;
}
