/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	color:#555555;
	font: 0.7em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-align:center;
}
td, input, textarea, select, li{
	font: 11px Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;	
}
table{
	width: 390px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
td{
	background:#F5F5F5;
	padding:2px 5px;
	border-bottom: 2px solid #FFFFFF;
}
a{
	color:#006699;
	text-decoration:none;
}
a:hover{
	color:#454545;
	text-decoration:none;
}
h1 {
	position:absolute;
	width:580px;
	left:20px;
	top: 30px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:90px;	
}
h2, h3{
	background:#D1E5F0;
	color:#000000;
	text-indent:10px;
	line-height:24px;
	font-size:1.2em;
	font-weight:bold;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;



}
h3 {
	background:#F5F5F5;
	color:#000;
	font-weight:normal;
}
h4 {
	color: #3399CC;
	font-weight: bold;
	font-size: 11px;

}
p{
	margin:10px 0;
	line-height:16px;
}
img{
	border:none;
}
hr{
	display: none;
}

/* LANGUAGE */
#lang {
	float: right;
	margin-top: 20px;
	color: #FFFFFF;
	position: absolute;
	margin-left: 420px;









}
#lang li{	
	list-style:none;
	display:inline;
	padding:0 5px;	
	line-height:41px;
}
#lang a {
	color: #FFFFFF;
	font-weight: bold;


}
#lang a.selected{
	color:#CAE8FF;
}

/* NAVIGATION BAR */
#nav {
	float: right;
	margin-right: 30px;
	margin-top: 120px;


}
#nav li{	
	list-style:none;
	display:inline;
	padding:0 5px;	
	line-height:41px;
}
#nav a {
}
#nav a.selected{
	color:#454545;
	font-weight: bold;

}
/*#nav a{
	color:#584935;
}
#nav a:hover{
	color:#fff;
}*/
/* CONTENT IDE OVDJE */
#container {
	width:630px;
	margin:0 auto 0px;	
	text-align:left;
	background:#FFFFFF url(../art/bg.gif) repeat-y center;
}
#head {
	position:relative;
	height:170px;
	background:url(../art/header.jpg) no-repeat;
}
#content{
	padding:0 5px;
	background:url(../art/bg.gif) repeat-y;
}

#right{
	width:190px;
	float:left;


}
#right p{
	margin: 10px;
	text-align: justify;
}

/* za IE */
*html #main{
	float:left;
	width:408px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 2px;
}

/* za Mozillu */
html>body #main{
	float:left;
	width:408px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 2px;
}

#main p{
	margin: 10px;
	text-align: justify;
}
#main img{
	margin-right: 10px;

}
#main ul {
	margin:10px 10px 10px 20px;
}
#main li {
	margin:10px 0px 0px 10px;
	line-height:16px;
	}
/* RIGHT */
#right dl {}
#right dt {}
#right dd {}

/* MENI */
#menu li{
	list-style:none;
	margin-bottom:1px;
	background:#E5E5E5;
	line-height:24px;
	text-indent:10px;
}
#menu li.head {
	font-size: 13px;
	background: #008000;
	color:#fff;
}
#menu li.txt {
	line-height:15px;
	padding-left: 10px;
	text-indent:0px;
}
#menu li.txt a {
	line-height:15px;
	display:inline;
	background:none;
	}
#menu a{
	display:block;
	width:100%;
	font-weight:bold;
/*	color:#584935;*/
/*	text-indent:35px;
	line-height:22px;
/*	text-transform:uppercase;*/
/*	background:CCCCCC; /*url(../images/menu_back.gif) no-repeat 12px 11px;*/
}
#menu a:hover{
	font-weight:bold;
	background:#CCCCCC;
}
#menu a.active {
	color:#454545;
	font-weight:bold;
	background:#CCCCCC;
}

#menu a.selected{
	font-weight:bold;
}
/* FOOTER */
#footer{
	background-image: url(../art/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-color: #FFFFFF;
	background-position: top;

}
#footer p{
	text-align:center;
	color: #999999;
	background-image: none;
	padding-top: 60px;




}
/* float fix */
#content:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content{
	display: inline-block;
}
* html #content{
	height: 1%;
}
#content{
	display: block;
}
/* end float fix */

