

/* STRUKTURA*/

body {
	background-image:url(../data/background.jpg);
	background-color:#277c2c;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma;
	font-weight: bold;
	color: #fdedb3;
	text-decoration: none;
	align: left;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #fdedb3;
	font-weight: regular;
}
h1 {
	font: 16px Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

h2 {
	font: 12px Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.left {
	position: relative;
	z-index: 0;
	background: url(../data/left_bg.jpg);
	background-color: #227027;
	width: 176px;
	height: 100%;
}

.right {
	position: relative;
	z-index: 0;
	background: url(../data/right_bg.jpg);
	background-color: #227027;
	width: 259px;
	height: 100%;
}

.right_top {
	position: relative;
	z-index: 0;
	background: url(../data/right_top.jpg);
	width: 259px;
	height: 69px;
}

.logo {
	position: relative;
	z-index: 0;
	background: url(../data/logo_top.jpg);
	background-position: center;
	width: 176px;
	height: 184px;
}

.menu_top {
	position: relative;
	z-index: 0;
	background: url(../data/menu_top.jpg);
	background-position: center;
	width: 176px;
	height: 65px;
}

.menu_bg {
	position: relative;
	z-index: 0;
	background: url(../data/menu_bg.jpg);
	background-position: center;
	width: 176px;
	height: 30px;
}

.menu_bottom {
	position: relative;
	z-index: 0;
	background: url(../data/menu_bottom.jpg);
	background-position: center;
	width: 176px;
	height: 11px;
}

.main {
	position: relative;
	z-index: 0;
	background: url(../data/main_bg.jpg);
	background-position: center;
	width: 515px;
	height: 100%;
}

.reklame {
	background-color: #1D6522;
}

.box {
	background-color: #2b8430;
}

#iskanje {
	position: relative;
    	top: 00;
        left: 0;
	width: 200px;
	height: 50px;
}

.isci {
	font: 10px Tahoma;
	border: solid 0px #E5E5E5;
	background: #ffffff;
	width: 170px;
}

input, textarea, select {
	font: 10px Tahoma;
	border: solid 0px #C4C5C6;
	background-color: #fdedb3;

}

.line {
	position: relative;
	z-index: 0;
	background: url(../data/line.gif);
	background-position: center;
	width: 100%;
	height: 1px;
}






/* FONTI*/

.info {
	font: 10px Tahoma;
	font-weight: bold;
	color: #fdedb3;
	text-decoration: none;
}

.topic {
	font: 16px Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.topic2 {
	font: 12px Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.warning {
	font: 12px Tahoma;
	font-weight: bold;
	color: #b5121b;
	text-decoration: none;
}

.small {
	font: 10px tahoma;
	font-weight: none;
	color: #fdedb3;
	text-decoration: none;
}

a {
    	font-family: Tahoma; 
    	font-weight: none; 
    	font-size: 11px;
    	color: #ffffff;
    	text-decoration:none;

}

a:hover {
    	font-family: Tahoma; 
    	font-weight: none; 
    	font-size: 11px;
    	color: #ffffff;
    	text-decoration:underline;
}

a.menu {
    	font-family: Tahoma; 
    	font-weight: bold; 
    	font-size: 11px;
    	color: #fdedb3;
    	text-decoration:none;

}

a.menu:hover {
    	font-family: Tahoma; 
    	font-weight: bold; 
    	font-size: 11px;
    	color: #ffffff;
    	text-decoration:none;
}

a.kat {
    	font-family: Tahoma; 
    	font-weight: bold; 
    	font-size: 12px;
    	color: #ffffff;
    	text-decoration:none;

}

a.kat:hover {
    	font-family: Tahoma; 
    	font-weight: bold; 
    	font-size: 12px;
    	color: #ffffff;
    	text-decoration:underline;
}


input, textarea, select { 
	font-family: Tahoma; 
	font-size:10px; 
	color: #000000; 
	background-color: #F4F4F4;
	border-top:1px #7F7D53 solid; 
	border-bottom:1px #7F7D53 solid; 
	border-left:1px #7F7D53 solid; 
	border-right:1px #7F7D53 solid; 
}

.input2 { 
	font-family: Tahoma; 
	font-size:10px; 
	color: #FFFFFF; 
	background-color: #b5121b;
	border-top:1px #7F7D53 solid; 
	border-bottom:1px #7F7D53 solid; 
	border-left:1px #7F7D53 solid; 
	border-right:1px #7F7D53 solid; 
} 

.slika { 
	background-color: #c1c1c1;
	border-top:1px #7F7D53 solid; 
	border-bottom:1px #7F7D53 solid; 
	border-left:1px #7F7D53 solid; 
	border-right:1px #7F7D53 solid; 
}