* {
			font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
			font-size: 12px;
			}
body {
			font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
			font-size: 12px;
			margin: 0px;
			background-color: #B05423;
			background-image:url('/images/bg_naslovnica.png');
			background-repeat: repeat-x;
			}

.bmenu { 
			color: white; 
			text-decoration: none; 
			font-weight: bold;
			background-image:url('/images/naslovnica3.png');
			}
.bmenu a { 
			color: white; text-decoration: none; 
			}
.bmenu a:hover { 
			color: #C7B040; text-decoration: none; 
			}



div#footer{
		clear:left;
		width:700px;
		margin:0 auto;
		}
div#footer{text-align: right; color:white;font-size:11px;}
div#footer a {color:white;}			
div#footer a:hover {color:#C7B040; text-decoration: none;}		


a {
			color: #B05423;
			text-decoration: none;
			}
a:hover {
			color: black;
			/*
			text-decoration: underline;
			border-bottom: 1px dashed #B05423;
			*/
			}

hr { 
			border: 0;
			color: #ccc;
			background-color: #ccc;
			height: 1px;
			}
h1 {
			font-size: 16px;
			font-weight: bold;	
			color: #B05423;
			background-image: url(/images/bg-h1.png);
			height: 24px;
			}		
																						
h2 {
			font-size: 14px;
			font-weight: bold;	
			color: #B05423;
			margin-top: 10px;
			}				
IMG {	border: 0px; margin:0px;}




			








/* ----- forms ------*/

input, textarea, select {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding: 2px;
			/*border: 0px;*/
			margin:0px;	
			border: 1px solid #ccc;
			background-image : url('/images/bg-box.png');
			background-color: #fff;
			background-repeat: repeat-x;
			}	
input:focus, textarea:focus, select:focus {
			border: 1px solid #000;
			}

label	{
			display: block;
			float: left;
			width: 130px;
			margin-right: 10px;
			text-align: right;
			}
fieldset {
			background-image : url('/images/bg-box.png');
			background-color: #fff;
			background-repeat: repeat-x;
			border: 1px solid #ccc;
			}

form hr { 
			border: 0;
			color: #ccc;
			background-color: #ccc;
			height: 1px;
			margin: 20px 0px 20px 0px;
			}
form small { 
			color: #aaaaaa;
			margin-left:140px;
			}
form div { 
			margin-bottom:10px;
			}

