BODY, HTML {
	margin: 0;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma;
}

BODY {
	background-image: url('../IMG/bg.jpg');
	background-attachment: fixed;
	background-position: center;
	text-align: center;
}

DIV.container {
	margin: auto;
	width: 890px;
	background-image: url('../IMG/bg.png');
	behavior: url(iepngfix.htc);
	border: 2px solid #e2caa1;	
	margin-top: 20px;
}

DIV.index {
	margin: auto;
	width: 550px;
	background-image: url('../IMG/bg.png');
	behavior: url(iepngfix.htc);
	border: 2px solid #e2caa1;	
	margin-top: 20px;
	padding: 50px;
}


DIV.copyright {
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 110px;
	height: 20px;
	text-align: center;
	float: right;
	padding-top: 5px;
	color: #FFFFFF;
	background-image: url('../IMG/bg.png');
	behavior: url(iepngfix.htc);
}

A.copyright {
	color: #e2caa1;
}

A.copyright:hover {
	color: #978667;
	text-decoration: none;
}

DIV.inner {
	padding: 10px;
	text-align: left;
}

DIV.languageSwitcher {
	text-align: right;
	z-index: 100;
	position: relative;
	right: 10px;
	bottom: 10px;
}

TABLE.menu {
	width: 100%;
	height: 20px;
	background-image: url('../IMG/bg.png');
	behavior: url(iepngfix.htc);
	border-top: 1px solid #e2caa1;
	border-bottom: 1px solid #e2caa1;	
}

TABLE.menu TD {
	text-align: center;
	vertical-align: middle;
	width: 5%;
}

img {
	behavior: url(iepngfix.htc);
}




/* YE OLDE */

A { 	
	color: #e2caa1; 
	text-decoration: none;
}
	
A:hover { 
	text-decoration: underline; 
}

.naslov { 
	color: #e2caa1;
	font-weight: bold;
	font-size: 16pt;
	font-family: Verdana;
}

H3 { 	
	color: #e2caa1; 
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0;
}	
	
.bordered { 
	border: 1px solid #e2caa1; 
}

.bojen { 
	color: #e2caa1; 
	font-weight: bold;
}
	
.grayed { 
	background-color: #e2caa1; 
	background-image: url('../IMG/bg.png');
	behavior: url(iepngfix.htc);
}

.padded { 
	padding-left: 20px; 
}

.gbentry{ 
	background-image: url('../IMG/bg.png');
	border-top: 1px solid #e2caa1;
	border-bottom: 1px solid #e2caa1; 
	padding-left: 30px; 
	behavior: url(iepngfix.htc);
}
	  
.bitna{ 
	background-image: url('../IMG/bgb.gif');
	border: 1px solid #A70000;
	padding-left: 30px;
	padding-right: 30px; 	
}

TABLE.news {
	width: 100%;	
}	  

TD.datum {
	width: 80px;	
}

INPUT, TEXTAREA {
	 background-image: url('../IMG/bg.png');
	 border: 1px solid #e2caa1;
	 background-color: transparent;
	 color: #FFFFFF;	
}

/* DROPDOWN */

#dropmenudiv{
	text-align: left;
	position:absolute;
	border:1px solid #e2caa1;
	border-bottom-width: 0;
	font:normal 10px Tahoma;
	line-height:18px;
	z-index:100;
	background-image: url('../IMG/bg.png');	
	behavior: url(iepngfix.htc);
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e2caa1;
	padding: 1px 0;
	text-decoration: none;
	background-image: url('../IMG/bg.png');	
	behavior: url(iepngfix.htc);
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #e2caa1;
}