body{
	background-image: url('../images/belgrade.jpg');
	background-repeat:no-repeat;
}

#all{
	width: 700px;
	height: 450px;
	border: 1px solid #000000;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -350px;
	background-color: #000000;
	font-family: Tahoma, "Courier New", Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#menu{
	border-bottom: 0px solid #eee;
	height: 20px;
}

#menu_root{
	float: left;
	padding-left: 20px;
}

#menu_user_prvi{
	float: left;
	margin-left: 15px;
	padding: 0px;
}

#menu_user{
	float: left;
	padding: 0px;
}

#menu_language{
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu_language a{
	text-decoration: none;
}

#submenu{
	border-bottom: 1px solid #eee;
	font-family: Tahoma, "Courier New", Arial, Helvetica;
	font-size: 11px;
	color: #b6d8e0;
}

#breadcrumb{
	padding-left: 20px;
	padding-right: 5px;
	text-align: right;
	clear: both;
}

.content{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	height: 380px;
	overflow: auto;
}

#footer{
	border-top: 1px solid #ffecec;
	position:absolute;
	bottom:0;
	width:100%;
	height:18px;
	color: #b6d8e0;
	overflow: auto;
}

#footer_company{
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	
}

#footer_center{
	float: center;
}

#footer_left{
	float: left;
	padding-left: 20px;
	height:16px;
	padding-top: 2px;
}


#footer_right{
	float: right;
	padding-right: 20px;
	height:16px;
	padding-top: 2px;
}

.icon{
	padding-top: 2px;
	padding-right:5px;
	border: 0;
}

.icon_browser{
	padding-left:10px;
	border: 0;
}

.pasus{
	padding-bottom: 5px;
}

.css-tabs{
	float: left;
    width: 100%;
	padding: 0;
	margin: 0;
}

.css-tabs li{
	list-style:none;
	float: left;
}

.link_ikonica{
	vertical-align:text-bottom;
	border: 0px;
}

.redni_broj{
	width: 70px;   
}

.godina_header{
	width: 40px;
}

.link_css{
	width: 30px;
}

.broj{
	color: #ffffff;
    font-weight: bold;
	display: inline-block;
}

.distro{
	width: 50px;
	padding-right: 3px;
	display: inline-block;
	width: 90px;
}

.dostavljac{
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

.kompakt{
	border: 0px solid #bf3030;
	padding-bottom: 10px;
}

.naslov{
	color: #ffffff;
	font-family: Tahoma, Courier;
	font-weight: bold;
}

div.porodicno_stablo{
	display: none;
}

.preview{
	text-decoration: none;
	color: #a69b00;
}

/* css za dijalog */
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	color:#666; 
	font-family:arial;
	font-size:11px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #e33100;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}
/* css za dijalog - kraj */

.menu_link{
	padding-right: 3px;
	padding-left: 2px;
	text-decoration: none;
	color: #ffffff;
}

.lijevi{
    float: left;
    width: 75%;
}

.desni{
    float: right;
    
}

.lijevi_klopa{
    float: left;
}

.desni_klopa{
    float: right;
}

a:hover {color:#FF0000;}  /* mouse over link */
a {color:#ffffff;}  /* mouse over link */

.music_block{
    border: 1px solid #000000;
}

.music_description{
    padding: 3px;
    color: #ACD1E9;
}

.tabela{
    border: 0px solid #ff0000;
    width:100%;
    padding-bottom:5px;
}

.red{
    border: 0px solid #ffff00;
    overflow:auto;
}

.tabela_lijeva_kolona{
    border: 0px solid #00ff00;
    float: left;
    width: 100px;
    padding: 0px;
    color: #550000;
}

.tabela_centralna_kolona{
    float: left;
    width: 102px;
    padding: 0px;
    color: #04346c;
}

.tabela_desna_kolona{
    float: left;
    width: 270px;
    color: #555;
}


/* kontakt forma */
#loading{
    /* the loading gif is hidden on page load */
    position:relative;
    bottom:9px;
    visibility:hidden;
}

#form-container{
    background-color:#ffffff;
}

.error{
    /* this class is used if JS is disabled */
    background-color:#AB0000;
    color:white;
    font-size:10px;
    font-weight:bold;
    margin-top:10px;
    padding:10px;
    text-transform:uppercase;
    width:300px;
}

.cs_link{
    padding-left: 5px;
    color: #c50f3c;
    text-decoration: none;
}