body{
    
    padding: 0;
    margin: 0;
    
    /*font-family: Monaco, Lucida Console;*/
    font-family: Arial, Helvetica;
    font-size: 11px;
    
    color: #333;
    
    background-color: #000;
}

p,ul,li,div,textarea,form,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}


a{
    text-decoration: none;
}
a:hover{
	color: #666;
}


input,textarea,select{
	font-size: 11px;
	padding: 5px;
	border: none;
}


div#bg_cont{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
img#bg_image {
	width: 100%;
}



div#header{
	position: fixed;
	top: 15px;
	right: 5px;

	_position: absolute;
	_top:expression(eval(document.body.scrollTop)+15);
	_right: expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth + 5);	
	
	color: #FFF;
	z-index: 20;
}
div#header a{
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}



div#info_datum {
	
	position: fixed;
	top: 20px;
	left: 20px;
    z-index:101; 
     
    /* styling */
	color: #FFF;
	font-weight: bold;
}
div#info_bg {
	
	position: fixed;
	bottom: 20px;
	left: 20px;
    z-index:101; 
     
    /* styling */
	color: #FFF;
	font-weight: bold;
}


div#lb_arhiva,
div#lb_rss,
div#lb_kontakt,
div#lb_poruka,
div#lb_googlemap{
	
	display: none;
	position: absolute;

	padding: 50px;
	
	background: #FFF;
	
	color: #000;
	font-size: 11px;
	z-index: 1073;
}

div#lb_arhiva{
	margin-top: -100px;
}
div#lb_rss{
	margin-top: -100px;
}
div#lb_kontakt{
	background: none;
	padding: 0;
	margin-top: -250px;
}
div#lb_poruka{
	margin-top: -50px;
}
div#lb_googlemap{
	padding: 0;
	margin-top: -250px;
}

div#lb_arhiva a,
div#lb_rss a,
div#lb_kontakt a,
div#lb_poruka a,
div#lb_googlemap a{
	font-weight: bold;
}

div#lb_bg{
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}




div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	z-index: 2;
}

div#content{
	margin-top: 80px;
	margin-bottom: 20px;
	overflow: hidden;
	
}
div#content a{
	text-decoration:none;
	font-weight: bold;
	
}
div#content a:hover{
	color: #666;
}
div#menu_bg{
	position: absolute;
	height: 80px;
}

.trans{
	/* nonIE */
	background-image: url(../images/transparent_80.png);
	background-repeat: repeat;

	/* IE */	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/transparent_80.png,sizingMethod='scale');
}

.trans2{
	/* nonIE */
	background-image: url(../images/transparent_60.png);
	background-repeat: repeat;

	/* IE */	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/transparent_60.png,sizingMethod='scale');
}





table.menu,
table.menu_logo_tab{
	top: 50%;
	position: absolute;
	width: 100%;
	z-index:5;
}
table#menu_logo_bg,
table#menu_logo{
	height: 130px;
	margin-top: -65px;
}
table#menu_logo a{
	font-size: 12px;
	color: #000;
}
table#menu_logo a:hover{
	color: #FFF;
}
table#menu_logo tr td{
	height: 14px;
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
table#menu_1{
	margin-top: -225px;
}
table#menu_11{
	margin-top: -204px;
}
table#menu_12{
	margin-top: -183px;
}
table#menu_12_in{
	top: -40px;
}
table#menu_2{
	margin-top: -165px;
}
table#menu_3{
	margin-top: -105px;
}
table#menu_31{
	margin-top: -84px;
}

table.menu tr{
	
}
table.menu tr td{
	height: 14px;
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
table.menu tr.filled td,
table.menu td.filled{
	opacity: 1;
	filter: none;
	color:#FFF;
}
table.menu.ucs{
	text-transform: uppercase;
}

table.menu tr td.filled a{
	color: #FFF;
	font-weight: normal;
}
table.sub a{
	/*color: #ff9999;*/
}
table.menu a:hover{
	color: #FFF;
}
table.menu a.active,
table.menu a.active:hover{
	color: #000;
}




div#actions{
	position: absolute;
	z-index:200;
}
div#actions a{
	border: none;
	text-decoration: none;
	padding: 5px 30px;
	height: 15px;
	cursor: pointer;
	margin-left: 1px;
}


div#action {
	width: 120px;
	height: 13px;
	margin-top: 1px;
	margin-left: 370px;
	text-align: center;
	padding:5px;
}


/*** HELPERS ***/
.dvis{
	display: block;
}
.left{
	float: left;
}
.clr{
	clear:both;
}
.ohid{
	overflow: hidden;
}
.prel{
	position: relative;
}
.pabs{
	position: absolute;
}
.bld{
	font-weight: bold;
}
.norm{
	font-weight: normal;
}
.hnd{
	cursor: pointer;
}
a.redlnk{
	text-decoration: none;
	font-weight: bold;
}
a.blklnk{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.gm{
	cursor: pointer;
}
.blk{
	color: #000;
}
.bg_white{
	background-color: #FFF;
}



/*** SCROLL ***/

/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em;
}


#flowpanes { 
    position:relative; 
    clear:both;
} 
 
/* override single pane */
/*
.flowpanes div { 
    float:left; 
    display:block; 
    cursor:pointer; 
}
*/
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0;
} 
 
#flowpanes .less, #flowpanes .less a { 
    /*color:#999 !important; */
    font-size:11px; 
}


/*** gallery ***/
.thumb{
	cursor: pointer;
}
.preview { 
     
    /* must be initially hidden */ 
    display:none;

    z-index:111; 
    
	margin-right: 700px;
	margin-top: 14px;
}
.preview img{
	width:600px;
	height: 400px;
}
 
/* close button positioned on upper right corner */ 
.close{ 
    position:absolute; 
    right:0px; 
    top:0px;
	padding: 10px;
	color: #FFF;
    cursor:pointer; 
}