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

body {
	text-align:center; /* centar stranice */
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/page_back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	}
p, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
a {
	text-decoration: underline;
	color: #cc0033;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
input {
	background-color: #f5f5f5;	
	}	
hr {
	color:#f5f5f5;
	background: #f5f5f5;
	border: 0; 
	Height:1px;
	}


/***************** page ****************************************/
	
div#page { 
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	}

div#page_body { 
	padding: 20px;
	}
	
	
/***************** header **************************************/

div#header { 
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	text-align: center;
	margin-top: 25px;
	}
div#header_top { 
	background-image:url(../img/page_top.png);
	background-repeat: no-repeat;
	height: 25px;
	}
div#header_body { 
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
	}	

/***************** topmenu **************************************/

#tmenu { /* topmenu 1st row */
	height: 64px;
	background-image: url(../img/topmenu_back.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding: 0px;
	}
#tmenu_sub { /* topmenu submenu 2nd row */
	font-size: 13px;
	font-weight: bold;
	padding: 33px 0px 0px 15px;
	margin: 0px;
	}
#tmenu_sub ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#tmenu_sub li {
	float:left;
	text-align: center;
	padding: 8px 0px 0px 0px;
	width: 169px;
	height: 23px;
	background-image: url(../img/topmenu_tab_off.gif);
	background-repeat: no-repeat;
	}
#tmenu_sub li.active {
	float: left;
	background-image: url(../img/topmenu_tab_on.gif);
	background-repeat: no-repeat;
	}
#tmenu_sub a {
	text-decoration: none;
	display: block;
	color:#003471;
	}
#tmenu_sub a:hover {
	text-decoration: underline;
	display: block;
	color:#cc0033;
	}

/***************** title **************************************/

div#title_line {
	text-align:center; 
	margin-bottom: 10px;
	}	
div#title {
	text-align:center; 
	}	
div#title h1 { 
	font-size: 26px;
	color: #cc0033;
	margin: 0px;
	padding: 3px;
	}
div#title h2 { 
	font-size: 15px;
	margin: 0px;
	padding: 3px;
	}	
	
/***************** dictionary *********************************/	

div.abc {
	width:100%;
	text-align:center; 
	margin:top:0px;
	margin-bottom: 10px;		
	font-family: Georgia, "Times New Roman", Times, serif;
	}
div.abc a { 
	font-size: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px #eeeeee solid;
	background-color: #f5f5f5;
	margin-right:3px;
	color: #666666;
	}	
div.abc a:hover { 
	font-size: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px #eeeeee solid;
	background-color: #f5f5f5;
	margin-right:3px;	
	color: #cc0033;
	}

/***************** tables **************************************/	
	
div#content {
	margin:0px;
	padding: 0px;
	}
table#main {
	width: 100%;
	padding: 0px;
	margin:0px;
	}
table#main td.space{
	width: 15px;
	}
table#main td.cont{
	width: 250px;
	}
	
/****************************************** box ******************************************/

.box {
	margin-bottom: 15px;
	}
.box_header { 
	background-image:url(../img/box_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	}	
.box_footer { 
	background-image:url(../img/box_bot.gif);
	background-repeat: no-repeat;
	height: 16px;
	}
.box_body {
	background-image:url(../img/box_back.gif);
	background-repeat: repeat-y;	
	padding: 0px 8px 8px 8px;
	margin:0px;	
	}
.box ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;		
	color: #666666;
	margin: 0px;
	padding: 0px;
	}
.box ul li {
	padding-right: 0px; 
	padding-left: 10px; 
	margin-bottom: 6px;
	line-height:14px;	
	background-position: 0px 4px;  
	background-image:url(../img/arrow_footer.gif);
	background-repeat: no-repeat;
	}
.box_adsense {
	text-align:center;
	background-color: #f5f5f5;
	padding:5px;
	}	

.box ul a { /*********************** box links *****************/
	text-decoration: none;
	color: #666666;	
	}
.box ul a:hover {
	text-decoration: underline;
	color: #666666; 	
	}
.box h1{ /*********************** box headers *****************/
	font-size: 18px;
	font-weight: bold;	
	padding: 0px 5px 0px 5px;	
	margin: 0px 0px 8px 0px;
	}	

.box h1.a{
	color: #cc0033;
	}
.box h1.b{
	color: #605ca8;
	}
.box h1.c{
	color: #2e3092;
	}
.box h1.d{
	color: #f7941d;
	}


/****************************************** box_wide ******************************************/


.box_wide {
	margin-bottom: 15px;
	}
.box_wide_header { 
	background-image:url(../img/box_wide_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	}	
.box_wide_footer { 
	background-image:url(../img/box_wide_bot.gif);
	background-repeat: no-repeat;
	height: 16px;
	}
.box_wide_body {
	background-image:url(../img/box_wide_back.gif);
	background-repeat: repeat-y;	
	padding: 0px 8px 8px 8px;
	margin:0px;	
	}
.box_wide ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;		
	color: #666666;
	margin: 0px;
	padding: 0px;
	}
.box_wide ul li {
	padding-right: 0px; 
	padding-left: 10px; 
	margin-bottom: 6px;
	line-height:14px;	
	background-position: 0px 4px;  
	background-image:url(../img/arrow_footer.gif);
	background-repeat: no-repeat;
	}

.box_wide ul a { /*********************** box links *****************/
	text-decoration: underline;
	color: #666666;	
	}
.box_wide ul a:hover {
	text-decoration: none;
	color: #666666; 	
	}
.box_wide h1{ /*********************** box headers *****************/
	color: #cc0033;
	font-size: 18px;
	font-weight: bold;	
	padding: 0px 5px 0px 5px;	
	margin: 0px 0px 8px 0px;
	}


/***************** footer **************************************/	


div#footer_back {
	text-align: center;
	background-image:url(../img/page_back_footer.png);
	background-repeat: repeat-x;	
	background-position: bottom;
	height: 210px;
	padding-bottom: 40px;
}
div#footer {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	}
div#footer_body {
	background-color: #FFF;
	}	
div#footer_bot { 
	background-image:url(../img/page_bot.png);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: -1px;
	}	
#footer_submenu {
	clear: both;
	color: #a3bfd7;
	}
#footer_submenu ul {
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
	}
#footer_submenu li {
	display: block;
	float: left;
	width: 196px;
	padding: 0 16px 0 0;
	}
#footer_submenu li ul {
	width: auto;
	margin: 0;
	}
#footer_submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 3px 0 3px 10px;
	background: url(../img/arrow_footer.gif) no-repeat left center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #eeeeee;
	}
#footer_submenu h2 {
	color: a3bfd7;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #eeeeee;
	font-size: 15px;
	font-weight: bold;
	}
#footer_submenu a {
	font-size: 12px;
	text-decoration: none;
	color: #a3bfd7;
	}
#footer_submenu a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #cc0033;
	}
div#footer_copyright {
	text-align:center;
	margin-top:20px;
	color: #666;
	font-size: 12px;
	}
div#footer_copyright a {
	text-decoration: none;
	color: #cc0033;
	}
div#footer_copyright a:hover {
	text-decoration: underline;
	color: #666;
	}
