﻿body 
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2E79A7;
}

.divMain 
{
	margin: 0 auto 0 auto;
	width: 915px;	
}

.divBgMain
{
	background-image: url(../images/bg_middle.jpg);	
	background-repeat: repeat-y;
}

.divBgTop
{
	background-image: url(../images/bg_top.jpg);	
	background-repeat: no-repeat;
	background-position: top;
}

.menuBg 
{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 35px;	
}

.panelHead
{
	background-image: url(../images/panel_headbg.jpg);	
	background-repeat: repeat-x;
	height: 28px;
}

.panelBg
{
	background-image: url(../images/panel_bg.jpg);	
	background-repeat: repeat-x;
	min-height: 240px;
	background-color: #EDF5FA;
	padding:10px;
	padding-top:16px;
}

/* Tekstovi */

.text_white10 
{
    font-family:Arial;
    font-size: 10px;
    color: #ffffff;	
}

.text_white11 
{
    font-family:Arial;
    font-size: 11px;
    color: #ffffff;	
}

.text_black11 
{
    font-family:Arial;
    font-size: 11px;
    color: #000000;	
}

.text_gray11
{
    font-family:Arial;
    font-size: 11px;
    color: #cccccc;	
}

.text_red11 
{
    font-family:Arial;
    font-size: 11px;
    color: #FF0000;	
}

.text_black12 
{
    font-family:Arial;
    font-size: 12px;
    color: #000000;	
    font-weight: bold;
}

.centerText 
{
    text-align:center;
    font-size:12px;	
}

.leftText 
{
    text-align:left;
    font-size:12px;
}

/* Linkovi */

A.black:link  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

A.black:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

A.black:hover  {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

A.small:link  {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

A.small:visited  {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

A.small:hover  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

A:link  {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

A:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

A:hover  {
	font-family: Arial;
	font-size: 12px;
	color: #BCDBED;
	text-decoration: none;
	font-weight: bold;
}

A.blue:link  {
	font-family: Arial;
	font-size: 12px;
	color: #386C8B;
	text-decoration: none;
	font-weight: bold;
}

A.blue:visited  {
	font-family: Arial;
	font-size: 12px;
	color: #386C8B;
	text-decoration: none;
	font-weight: bold;
}

A.blue:hover  {
	font-family: Arial;
	font-size: 12px;
	color: #386C8B;
	text-decoration: none;
	font-weight: bold;
}

.kontrole {
    border: solid 1px #4983A8;
    background-color: #FFFFFF;
    font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;    
}

.button {
    border: solid 1px #417BA0;
    background-color: #417BA0;
    font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}