/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #fff;
	font-size: 13px;
	font-family: Tahoma;
	margin:0;
	padding:0;
	height:100%;
	background-color: #545E73;
}

.clear {
	clear: both;
	height:10px;
}

p {
	margin: 1px 1px 1px px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.login_box p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#fff;
	text-transform: uppercase;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}
#content_box p {
	margin: 10px 0px 10px 0px;
	color:#fff;
	font-size:12px;
	text-align:left;
}
#content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:12px;
	text-align:justify;
}

#content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:none;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(../art/nav_body.jpg) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(../art/nav_body.jpg) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(../art/nav_body.jpg) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	min-height:100%;
	height:100%;
	text-align: center;
	
}
#container1 {
	width:1000px;
	height: 94px;
	text-align: center;
	background-color: 2f3440;
	padding-top: 0px;
}
#container2 {
	width:1000px;
	height: auto;
	text-align: center;
}
#tekst1 {
	float: right;
	padding: 5px;
	width: 40px;
}
#tekst2 {
	float: left;
	margin: 15px;
	border: 3px solid #FFFFFF;
}
#tekst3 {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 8px;
	visibility: visible;
	width: 300px;
	height: 240px;
}
#menu_header {
	width:170px;
	height:180px;
	text-align:left;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#menu_header img {
	text-align:center;
	padding: 3px;
	background-color: #EEEEEE;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(../art/sidebar_body.jpg) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 0px;
}

.head_box1 {
	width: 150px;
	float:left;
	margin-left: 5px;
	padding: 5px;
}

.head_box2 {
	width: 150px;
	float:right;
	margin-right: 5px;
	padding: 5px;
}

.head_box2a {
	width: 100%;
}

#head {
	height: 94px;
	text-align: center;
	background-color: #2E333F;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#hmenu {
	height: 38px;
	background-color: 2f3440;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../art/bodybg.jpg);
	width: 1000px;
}
.head_box_large {
	margin-right: 165px;
	margin-left: 165px;
	padding: 5px;
}

#content {
	text-align: left;
	float: left;
	background: url(../art/sidebar_body.jpg) 20px 0px repeat-y;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(../art/sidebar_body.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#content_box {
	width: 150px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
	text-align: center;
	background-image: url(../art/desna.jpg);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.content_box_large {
	margin-top: 20px;
	margin-right: 165px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding: 5px;
}

.content_box_large1 {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 670px;
}

.content_box_large2 {
	background: #AAAAAA;
	border-color: #000;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 10px;
}

.content_box_large3 {
	border-color: #000;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 10px;
}

.content_box_large3 img {
	background: #ddd;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 3px;
	margin: 12px;
	vertical-align: top;
}

.content_box_large1 img {
	background: #ddd;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 3px;
	margin: 12px;
	vertical-align: top;
	float: left;
}

.content_box_photo {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#content_footer {
	background: url(../art/sidebar_body.jpg) 30px 0px repeat-y !important;
	background: url(../art/sidebar_body.jpg) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- IMAGES ----- */

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:105px;
	color: #000000;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}
textarea.sidebar1   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 9px tahoma;
	width:60px;
	height:50px;
	color: #333333;
	background-color:#CCCCCC;
}
input.sidebar1   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	width:90px;
	color: #333333;
	background-color:#CCCCCC;
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 5px;
	height: auto;
}
input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:37px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input.button_sidebar2   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:35px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}


#linija1 {
	border-top: 1pt solid #cccccc;
	background-color:#8C96AA;
}

#linija2 {
	border-top: 1pt solid #cccccc;
	background-color:#8C96bA;
}

#linija3 {
	border-top: 1pt solid #cccccc;
	background-color:#ff96AA;
}
#mainmenu {
float:right;
margin-bottom:25px;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

#mainmenu a:hover {
background:#f0f0f0 url(../art/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0 url(../art/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#hmenuleft {
color:#545e73;
float: left;
height: 38px;
}

.content_box_large li.x1 {
	background-color:#7887a6;
}

.content_box_large li.x2 {
	background-color:#545f73;
}
#sve {
	width: 99%;
	background-color:#7887A5;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 99%;
	height: 30px;
	padding-top: 10px;
}
#sve3 {
	width: 99%;
	background-color:#2f3440;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 99%;
	padding-top: 10px;
}
#sve1 {
	background-color:#7887A5;
	padding: 10px;
	min-height: 140px;
	width: 90%;
	height: auto;
}
#sve1 img{
	background-color:#7887A5;
	float: left;
	margin: 5px;
	border: 2px solid #FFFFFF;
}
#sve2 {
	background-color:#7887A5;
	padding: 10px;
	width: 90%;
	height: auto;
}
#scroll {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #545E73;
	text-align: center;
}
