*{
	padding:0px;
	margin:0px;
	font-family: verdana;
}

.hide{
	display: none;
}
.zwijacz{
	clear: both;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

#main{
	margin:auto;
	width:900px;
}

body{
	background: #424242 url("../imgs/web/bg.jpg") repeat-x;
}

#header{
	width:900px;
	height:115px;
	background: url("../imgs/web/header.png") no-repeat 100% 0%;
	position: relative;
}
#header a{
  position: absolute;
  top: 16px;
  left: 30px;
  display: block;
  width: 224px;
  height: 67px;
  background: url("../imgs/web/logo.png") no-repeat;
  border: none;
}
#header a span{
  display: none;
}

#footer{
	height: 60px;
	margin: auto;
  width: 900px;
  background: url("../imgs/web/footer_box.png") no-repeat;
}
#footer div.box_copy, #footer div.box_menu, #footer div.box_wykonanie{
	height: 41px;
	color:#fff;
	font-size: 9px;
	margin: 0px 5px 0px 10px;
	display: inline;
	line-height: 40px;
}

#footer a{
	color: #fFF;
}

#footer a:hover{
	text-decoration:none;
}



#content{
  background: #212121;
  min-height: 500px;
  _height:500px;
  width:900px;
}
#content .col1{
  width: 280px;
  margin:0px 0px 20px 15px;
  float: left;
}
#content .col2{
  width: 590px;
  margin:0px 15px 0px 0px;
  _margin:0px 0px 0px 0px;
  float: right;
}
#content h1{
  background: url("../imgs/web/title_border_bg.png") no-repeat 0% 100%;
  padding: 20px 0px 10px 5px;
  margin: 0px 0px 0px 0px;
  color: #ef9c00;
  font-size: 13px;
  font-weight: normal;  
}
#content p{
  font-size: 11px;
  font-weight: normal;  
  line-height: 20px;
  color: #FFF;	
  padding: 0px 10px 0px 10px;
}	
#content b{
  color: #ef9c00;  
} 
#content a{
  border-bottom: dashed 1px #ef9c00; 
  text-decoration: none;
  color: #ef9c00; 
}

#content a:hover{
  border-bottom: none; 
  text-decoration: none;
}
#content ul{
  padding: 0px 10px 0px 10px;
}
#content li{
  font-size: 11px;
  font-weight: normal;  
  line-height: 20px;
  color: #FFF;  
  list-style: none;
} 
#content .realizacje{
	margin: 10px 0px 20px 0px; 
}
#content .realizacje h3{
	margin: 0px 0px 0px 15px; 
	color: #ef9c00;
	font-size: 15px;
}
#content .realizacje .wynik{
	text-align: right;
}
#content .realizacje a{
	font-size: 11px;
	margin: 0px 15px 0px 0px; 
}


