@charset "UTF-8";
/* CSS Document */

h1 {
	height: 192px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.text_bold {
	color : #000000;
	margin-top : 15px;
	margin-bottom : 1px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
	}
.text_bold15 {
	color : #000000;
	margin-top : 15px;
	margin-bottom : 1px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 15px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
	}
.text_bold13 {
	color : #000000;
	margin-top : 15px;
	margin-bottom : 1px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 13px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.text_bold_plavi {
	color : #004494;
	margin-top : 15px;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.text_bold_plavi13 {
	color : #004494;
	margin-top : 15px;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 13px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.text {
	color : #000000;
	margin-top : 6px;
	margin-bottom : 8px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: normal;
}
.textcopy {
	color : #ffffff;
	margin-top : 6px;
	margin-bottom : 8px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: normal;
}
.textcopy a {
	color : #ffffff;
	text-decoration: none;
}
.textcopy a:hover {
	color :#009AD4 ;
	text-decoration: none;

}


.textuvucen {
	color : #000000;
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : 25px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: normal;
}


.textuvucen13 {
	color : #000000;
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : 25px;
	margin-right : 0px;
	font-size : 13px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: normal;
}
.menidole {
	color : #009AD4;
	margin-top : 6px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.menidole a {
	color : #009AD4;
	text-decoration: none;
}
.menidole a:hover {
	color :#004494 ;
	text-decoration: none;

}
.menidole13 {
	color : #004494;
	margin-top : 6px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 13px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.menidole13 a {
	color : #004494 ;
	text-decoration: none;
}
.menidole13 a:hover {
	color :#009AD4;
	text-decoration: none;

}
.menigore {
	color : #ffffff;
	margin-top : 6px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.menigore a {
	color : #ffffff;
	text-decoration: none;
}
.menigore a:hover {
	color :#009AD4 ;
	text-decoration: none;

}
.meniplavi{
	color : #004494;
	margin-top : 6px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.meniplavi a {
	color : #004494;
	text-decoration: none;
}
.meniplavi a:hover {
	color :#009AD4;
	text-decoration: none;

}
.meniplaviuvucen{
	color : #004494;
	margin-top : 6px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Arial, Tahoma, Verdana;
	font-weight: bold;
}
.meniplaviuvucen a {
	color : #004494;
	text-decoration: none;
}
.meniplaviuvucen a:hover {
	color :#009AD4;
	text-decoration: none;

}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 570px;
	background-image: url(images/sidebarL.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 239px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/sidebarR.gif);
	background-repeat: no-repeat;

	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 257px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dadadb;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
    font-size: 1px;
    line-height: 0px;
}
 
.pic {
	margin-top:2px;
	margin-right:3px;
	margin-bottom:2px;
}

.style1 {
	font-size: 10px;
	color: #FFFFFF;
}
.imgwrapper {
	BORDER-RIGHT: #e3e3e3 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #e3e3e3 1px solid; PADDING-LEFT: 3px; MARGIN-BOTTOM: 10px; PADDING-BOTTOM: 3px; BORDER-LEFT: #e3e3e3 1px solid; MARGIN-RIGHT: 10px; PADDING-TOP: 3px; BORDER-BOTTOM: #e3e3e3 1px solid; BACKGROUND-COLOR: #ffffff
}
.imgwrapper2 {
	BORDER-RIGHT: #e3e3e3 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #e3e3e3 1px solid; PADDING-LEFT: 3px; MARGIN-BOTTOM: 10px; PADDING-BOTTOM: 3px; MARGIN-LEFT: 10px; BORDER-LEFT: #e3e3e3 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #e3e3e3 1px solid; BACKGROUND-COLOR: #ffffff
}
.imgwrapper3 {
	BORDER-RIGHT: #004494 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #004494 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #004494 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #004494 1px solid; BACKGROUND-COLOR: #ffffff
}
.imgwrapper31 {
	BORDER-RIGHT: #0233DD 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #0233DD 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #0233DD 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #0233DD 1px solid; BACKGROUND-COLOR: #ffffff
}
