/* CSS Document - Plavutka.net .::. Sturio ROT s.p. */

body{
padding:0px;
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}
#wrapper { 
 margin: 0 auto;
 width: 933px;
color:#FFFFFF;
}
#faux {
 background: url(faux-2-2-col.gif);
 margin: 10px 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
color:#FFFFFF;
}
#rightcolumn { 
 display: inline;
color:#FFFFFF;
 padding: 0px;
 padding-left: 10px;
 width: 170px;
 float: right;
}
#leftcolumn { 
 float: left;
color:#FFFFFF;
 margin: 0px;
 padding: 0px;
 width: 750px;
 display: inline;
 position: relative;
}

.style1 {
	font-size: 9px;
	font-family: tahoma;
	color: #f5b927;
	text-decoration:none;
}
.style2 {
	color: #f0eea5;
	font-size: 11px;
	text-decoration:none;
}
.style3 {font-size: 11px;
	text-decoration:none;
	color: #f5b927;
}
.style4 {
	font-size: 11px;
	font-family: tahoma;
}
.style5 {color: #ffa800;
text-decoration:none;}
.style6 {color: #FFFFFF}
.style7 {color: #f0eea5}
.style8 {color: #000000; text-decoration:none}
.style9 {color: #2b35b5; text-decoration:underline;}
.style10 {
	color: #ff9000;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}

.button-left{
    background-image:url(img/1.jpg);
    height: 26px;
    width:  184px;
    padding-left:35px;
    color: #D08303;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
}

a.link-button{
    /*color: #D08303;*/
    color: #FFB400;
    font-weight: bold;
    text-decoration: none;
}

/*levi spodnji meni*/
ul.makeMenu, ul.makeMenu ul {
	padding:0px;
	margin:0px;
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
 margin-left: 30px;
position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #FFB400;                 /* sets the default font colour to white */
   font-size:12px;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  color: #FFB400;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #FFB400; display: block; width: 100%; text-decoration: none; font-size:12px; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #FFB400; font-size:12px; }
ul.makeMenu li:hover > a { color: #FFB400; font-size:12px; } /* supports links in branch headings - should not be display: block; */
</style>
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}


.clear { clear: both;}
