
* { padding: 0; margin: 0; }
#mycustomscroll:active {
  outline:none;
}

#mycustomscroll:focus {
  -moz-outline-style:none;
    outline:none;
}
body {
 background-color: black;
 font-family: "Century Gothic","Andale Mono",Geneva,Swiss,Tahoma,"Trebuchet MS",Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: lighter;
 color:white;
}
#wrapper { 

 margin: 0 auto;
 width: 930px;
}
#content { 
 width: 930px;
 background: black;
 margin-top: 52px;


}
h1,h5 {
font-size: 30px;
font-weight: bold;    
margin-top: 20px;
margin-bottom: 10px; 
color: #00AEEF;   
line-height: 1em;
}
#mapa{
    padding:20px;
    color:white;
}
h6{
font-size: 16px;
font-weight: normal;    
margin-top: 10px;
color: #00AEEF; 
}
h4.active{  color: #00AEEF;   font-weight:bold  }

h5{font-size:52px;font-weight: normal;}
p{margin-bottom:10px;}
h5 em,h1 em {font-style: normal;}

h2 {
margin-top: 5px;
 
margin-bottom: 5px;  
color: white;
font-size:21px;  
}

h4 {
font-size: 18px;    
font-weight: bold;
}

a {
text-decoration: none;
color: white;
}

a:hover {color:#00AEEF;}

#linija {
 height: 8px;  
 margin-top: 12px; 
 background-color: #00AEEF;
}
.meni {
 color: white;   
 margin-left: 120px;
 margin-top: 17px;   
 float: left;
 text-align: left;
}    
.clear {
clear: both;    
}
.sredina {
margin: 23px 0 0 0;
height: 386px;    
}

.textbox {
width: 328px;
color: white;
background-color: red;
}

#box {
padding-right: 20px; 
}

em {
color: white;    
}
.image {
margin-left: 13px;  
width: 589px;
height: 386px;
background-color: black;
float: left;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 328px;
height: 386px;
overflow: auto;
float: left;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
font-size: 13px;
color: white;

}

#menu-container {
	display:block;
	position:relative;
	width:100%;
	margin:0px auto 0px;
	text-align: left;
    margin-bottom:49px;

background-color: transparent;
z-index:9999;
}
#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	float:none;
	left:0px;
	top:0px;
    background-color: transparent;
}

#drop_down_menu li {
	font-size:12px;
	font-weight:bold;
	float:left;
	color:white;
	padding:5px;
	padding-left:0;
	cursor:pointer;
	background:transparent;
	width:176px;
}

#drop_down_menu li ul {
    background: url("../../img/tbg.png");
    background-color: transparent;
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:15px;

}

#drop_down_menu li ul li {
	 color:white!important;
	padding-left:5px;
	display:block;
	float:none;
	clear:both;
	
}
#drop_down_menu li ul li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-transform: uppercase;
}

#drop_down_menu li ul li a:hover {
	color:#00AEEF;
	font-weight:bold;
}

tt{ font-size:xx-small; vertical-align:top;}

#lang{
	color:#00AEEF;
}

