

/* STRUKTURA*/

body {
	background-image:url(../data/background.jpg);
	background-color:#dfe0c7;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 10px Tahoma;
	font-weight: none;
	color: #675B18;
	text-decoration: none;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #666464;
	font-weight: regular;
}

.top {
	position: relative;
	z-index: 0;
	background: url(../data/top.jpg);
	background-color: #ddcc74;
	width: 100%;
	height: 180px;
}

.top2 {
	position: relative;
	z-index: 0;
	background: url(../data/top2.jpg);
	background-color: #ddcc74;
	width: 100%;
	height: 100%;
}

.top3 {
	position: relative;
	z-index: 0;
	background: url(../data/top3.jpg);
	background-color: #ddcc74;
	width: 100%;
	height: 3px;
}

.logo {
	border:1px #ddcc74 solid;
}

.menu_bg {
	position: relative;
	z-index: 0;
	background: url(../data/menu.jpg);
	background-position: center;
	width: 246px;
	height: 44px;
	font: 16px Arial;
	font-weight: none;
	color: #675B18;
	text-decoration: none;
}

.topic_bg {
			text-align:left;
			background-image:url(../data/topic_bg.jpg);
			background-position:center;
			background-repeat:repeat-x;
			width: 100%;
			height: 21px;
			font: 12px Arial;
			font-weight: none;
			color: #9c9c9c;
			text-decoration: none;
}

.top_main {
	position: relative;
	z-index: 0;
	background: url(../data/top_main.jpg);
	width: 744px;
	height: 18px;
	font: 10px Tahoma;
	font-weight: none;
	color: #675B18;
	text-decoration: none;
}

.bottom_main {
	position: relative;
	z-index: 0;
	background: url(../data/bottom_main.jpg);
	width: 744px;
	height: 22px;
}

.main {
	position: relative;
	z-index: 0;
	background-color: #ffffff;
	width: 498px;
	height: 100%;
}

.main_top {
	position: relative;
	z-index: 0;
	background: url(../data/main_top.jpg);
	width: 498px;
	height: 8px;
}

.main_bottom {
	position: relative;
	z-index: 0;
	background: url(../data/main_bottom.jpg);
	width: 498px;
	height: 8px;
}

.menu {
	position: relative;
	z-index: 0;
	background: url(../data/top.jpg);
	background-color: #ddcc74;
	width: 246px;
	height: 100%;
}

.line1 {
	position: relative;
	z-index: 0;
	background: url(../data/line1.jpg) repeat-x;
	width: 100%;
	height: 2px;
}

.line2 {
	position: relative;
	z-index: 0;
	background: url(../data/line2.jpg) repeat-x;
	width: 744px;
	height: 3px;
}

#levo {
	float: left;
	width: 200px;
}

#desno {
	float: right;
	width: 200px;
}

.info_link {
	padding: 0 0 4px 22px;
	background: url(../data/icona_info.jpg) no-repeat;
}

.word_link {
	padding: 0 0 4px 22px;
	background: url(../data/icona_word.jpg) no-repeat;
}

.web_link {
	padding: 0 0 4px 22px;
	background: url(../data/icona_link.jpg) no-repeat;
}

div.hr {
	height: 1px;
	overflow: hidden;
	background-color: #DFDFDF;
	background-repeat: repeat-x;
    	clear: both;
}

div.hr hr {
        height: 1px;
        width: 0px;
        color: #DFDFDF;
        margin: 0;
        padding: 0;
}

.back1 {
	background-color: #faf9f2;
}
		

/* FONTI*/

.info {
	font: 11px Tahoma;
	font-weight: bold;
	color: #064f3b;
	text-decoration: none;
}

.info2 {
	font: 11px Tahoma;
	font-weight: none;
	color: #675B18;
	text-decoration: none;
}

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

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

.date2 {
	font: 10px Tahoma;
	font-weight: none;
	color: #c38494;
	text-decoration: none;
}

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

.topic_small {
	font: 11px Arial;
	font-weight: bold;
	color: #666464;
	text-decoration: none;
}


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

.small {
	font-family: Tahoma;
	font-size: 10px;
	color: #666464;
	font-weight: none;
}

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

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

}

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

a.box {
    	font-family: Tahoma; 
    	font-weight: none; 
    	font-size: 11px;
    	color: #564c13;
    	text-decoration:none;

}

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

a.menu_link {
    	font-family: Arial; 
    	font-weight: none; 
    	font-size: 16px;
    	color: #564c13;
    	text-decoration:none;

}

a.menu_link:hover {
    	font-family: Arial; 
    	font-weight: none; 
    	font-size: 16px;
    	color: #564c13;
    	text-decoration:underline;
}

a.small {
    	font-family: Tahoma; 
    	font-weight: none; 
    	font-size: 10px;
    	color: #675B18;
    	text-decoration:none;

}

a.small:hover {
    	font-family: Tahoma; 
    	font-weight: none; 
    	font-size: 10px;
    	color: #675B18;
    	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: #675B18;
	border-top:1px #675B18 solid; 
	border-bottom:1px #675B18 solid; 
	border-left:1px #675B18 solid; 
	border-right:1px #675B18 solid; 
}
