body
{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #000;
font-family: lucida console;
color: white;
padding-left: 35px;
line-height: 1.8;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
font-family: lucida console;
font-size: 14px;
background: #000;
color: #fff;
padding-top: 130px;
padding-left: 100px;
}

#flash {
background: url(slike/back.jpg) no-repeat;
background-position: left;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}


* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

table {font-family: lucida console; font-size: 12px; color: #fff;}

h1 {
font-size: 31px;
font-family: "Lucida Console", Monaco, monospace;
color: #0066FF;
padding-left: 3px;
}

h2 {
font-size: 12px;
font-family: "Lucida Console", Monaco, monospace;
color: #FFF;
font-weight:normal;
}

a.prvi:link {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.prvi:visited {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.prvi:hover {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace;}
a.prvi:active {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace;}

a.drugi:link {color: #CCCCCC; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 12px;}
a.drugi:visited {color: #CCCCCC; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 12px;}
a.drugi:hover {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 12px;}
a.drugi:active {color: #CCCCCC; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 12px;}

a.treci:link {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}
a.treci:visited {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}
a.treci:hover {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}
a.treci:active {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}

a.cetvrti:link {color: #fdbba4; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}
a.cetvrti:visited {color: #fdbba4; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}
a.cetvrti:hover {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}
a.cetvrti:active {color: #fdbba4; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; font-size: 14px;}

#lightbox{
background-color:#eee; 
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}

#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

a.peti:link {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.peti:visited {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.peti:hover {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.peti:active {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }

