/*--------------------------------- global */
body 
{
	margin:0px;
	padding:0px;
	font-family: Tahoma, Georgia, Verdana, serif;
	font-size:12px;
	color:#000;
	background:#A3762E url(/i/biznes_tlo.gif) repeat-x top;
}

a{text-decoration: none; color:black;}
a:hover{	text-decoration: underline;}
a img{	border: 0;}

h1
{
	margin: 0;
	padding: 0;
}

.clearfix:after 
{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
  
/*--------------------------------- struktura */  
#layout 
{

	width:100%;
  
  text-align:center;
}

#container 
{
	width:860px;
	margin:10px auto;
	position:relative;
	border: 1px solid #000;
	background: #5D401E;
}

#top 
{
  background: #000 url(/img/biznes_baner.jpg) no-repeat;
  height: 200px;
}

#footer 
{
  background: #000 url(/img/biznes_navbar.gif) repeat-x left 1px;
  height: 29px;
}

#navbar
{
  background: #000 url(/img/biznes_navbar.gif) repeat-x;
  height: 29px;
}

#left
{
  float: left;
  width: 600px;
  background: #fff url(/img/biznes_left_tlo.gif) repeat-x ;
}

#right
{
  float: right;
  width: 258px;
  background: #5D401E;
}
#rightMenu a
{
  display: block;
  padding: 8px;
  text-align: left; 
  color:white;
  font-weight: bold;
}
#rightMenu a:hover
{
  background:white;
  text-decoration:none;
  color:navy;
}
/*--------------------------------- zawaertosci */
#content{margin:20px; text-align:left;}


h1
{
  font-size:16px;
  text-align: left;
  color: white;
  padding: 2px; 
}


/*--------------------------------- efekty */
.raquo
{
	font-size: 12px;
	font-weight: bold;
}

.alpha30
{
      filter:alpha(opacity=30);   
      -moz-opacity: 0.3;   
      opacity: 0.3; 
}

.alpha40
{
      filter:alpha(opacity=40);   
      -moz-opacity: 0.4;   
      opacity: 0.4; 
}

.alpha50
{
      filter:alpha(opacity=50);   
      -moz-opacity: 0.5;   
      opacity: 0.5; 
}

.alpha60
{
      filter:alpha(opacity=60);   
      -moz-opacity: 0.6;   
      opacity: 0.6; 
}

.alpha70
{
      filter:alpha(opacity=70);   
      -moz-opacity: 0.7;   
      opacity: 0.7; 
}
  
.alpha80
{
      filter:alpha(opacity=80);   
      -moz-opacity: 0.8;   
      opacity: 0.8; 
}
  
.alpha90
{
      filter:alpha(opacity=90);   
      -moz-opacity: 0.9;   
      opacity: 0.9; 
}

.alpha0
{
      filter:alpha(opacity=0);   
      -moz-opacity: 0.0;   
      opacity: 0.0; 
}
