﻿@charset "utf-8";
/* CSS Document */
/* Template by: Rusmir Gadžo [rusmirgadzo@gmail.com] */
/* Template updated by: Žarko Dudić [zarko@googlux.com] */



/* Izmjene u HTML tagovima */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(_gfx/header_tile.jpg);
	background-color: #FFFFCC;
	background-repeat: repeat-x;
}

a {
    text-decoration: none;
	color:#000000;
	font-weight:bold;

}

a:hover {
    text-decoration: underline;
	color:#000000;
	font-weight:bold;
}


/*  Custom *****************  */

.menu_title {
	background-color:#ff6633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	text-indent: 5px;
	height: 20px;
}

.menu_title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
    text-decoration: none;
}
.menu_title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;
    text-decoration: none;
}

.menu_sadrzaj {
	background-image:url(_gfx/menu_tile.png);
	/*background-color:#EEEEEE;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight: bold;*/
	color:#333333;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: solid thin #FF9933;
}

.sadrzaj {
	background-image:url(_gfx/menu_tile.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	/*font-weight: bold;*/
	color:#333333;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	border: solid 1px #FF9933;
}
.author_title{
	color:#605B57;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	height: 20px;
}

#boxie {
	background-color: #ffffcc;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color:#000000;
	text-align:left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 600px;
	
}

.table {
	width:80%;
	height:100px;
	background-color: #ffffcc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: solid 1px #333333;
	border-collapse:collapse;
}

.td { 
	text-align:left;
	/* width:50%; */
	/* height:10px; */ 
	vertical-align:top; 
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: solid 1px #333333;
}

.th { 
	text-align:left; 
	/* width:80%; */
	/* height:100px; */
	vertical-align:top; 
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: solid 1px #333333;
}

