body{

}

#all{
	width: 1100px;
	height: 700px;
	border: 0px solid #77b6c6;
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -550px;
	background-color: #ffffff;	
	font-family: Arial, Tahoma, "Courier New", Tahoma, Helvetica;
	font-size: 11px;
	color: #8e8d8d;
}

#menu{
	border-bottom: 0px solid #f2f2f2;
	height: 25px;
	font-family: Arial, Tahoma, "Courier New", Tahoma, Arial, Helvetica;
	font-size: 1.6em;
	font-weight: bold;
}

#menu_root{
	float: left;
	padding-left: 0px;
}

#menu_language{
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu_language a{
	text-decoration: none;
}

#submenu{
	border-bottom: 1px solid #ffecec;
	font-family: Arial, Tahoma, "Courier New", Arial, Helvetica;
	font-size: 12px;
	color: #b6d8e0;
	background-color: #000;
	height: 15px;
}

#breadcrumb{
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	clear: both;
}

.content{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: justify;
	overflow: auto;
	height: 140px;
	text-align:center; /* center horizontally */
}


#footer{
	border-top: 0px solid #ff0000;
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
	color: #8e8d8d;
}

#footer_company{
	float: left;
	padding-right: 40px;
	padding-top: 2px;
	
}

#footer_center{
	float: center;
}

#footer_right{
	float: right;
	padding-left: 40px;
	height:20px;
	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;
	padding: 0;
	margin: 0;
}

.css-tabs li{
	list-style:none;
	float: left;
	width:275px;
}

.link_ikonica{
	vertical-align:text-bottom;
	border: 0px;
}

.redni_broj{
	width: 70px;
}

.link_css{
	width: 30px;
}

.kompakt{
	border: 0px solid #bf3030;
	padding-bottom: 10px;
}

.naslov{
	color: #333;
	font-family: Tahoma, Courier;
	font-weight: bold;
}

.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: 0px;
	width: 275px;
	padding-left: 0px;
	text-decoration: none;
	color: #8e8d8d;
	clear: both;
}

a:hover {color:#dc852f;}  /* mouse over link */

.company_link{
		font-size: 1.1em;
}

.company_link_color{
		color: #dc852f;
}

.kontakt{
	font-size: 11px;
	padding-right: 50px;
}

.kontakt_hover{
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	left: 825px;
	top: 30px;
	width: 250px;	
	background-color:#ffffff;
	z-index:5000; 
}


.kontakt_red{
	padding-top: 5px;
}