html {
   height:100%;
}

body {
	margin        : 0;
	padding       : 0;
	height        : 100%;
	width         : 100%;
	margin-top    : 0px;	
	font-family: Tahoma, Verdana, Arial, serif;
	font-style: normal;
	font-size: 11px;
	color: #808183;
	line-height: 140%;
	background-color:  #efefef;

}


#container {
	margin: 0 auto; 
  width: 100%;
	min-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	background: url(/images/background.jpg) no-repeat top center;
}

#header{
	width: 100%;
	height: 370px;
	background: url(/images/header_bg.png) no-repeat top center;		
}

#header_menu{
	width: 570px;
	height: 31px; 
	margin: 0 auto;
	padding: 29px 0 0 410px;
	xbackground: red;
}

#header_logo{
	width: 980px;
	height: 245px; 
	margin: 0 auto;	
	xbackground: yellow;
}

#header_title{
	width: 900px;
	height: 30px;
	padding-left: 80px;
	margin: 0 auto;	
	xbackground: pink;
}

#content{
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

#content_left{
	width: 550px;
	min-height: 280px;
	margin: 0 40px 20px 0;
	padding: 0 0 50px 10px;
	float: left;
	overflow: hidden;
	background: url(/images/content_bg.png) no-repeat bottom left;
}
#content_right{
	width: 380px;
	float: left;
	overflow: hidden;
}

#content_left #sg_left{
	width: 220px;
	float: left;
	margin-right: 60px;
	padding-bottom: 50px;
  text-align: justify;
}

#content_left #sg_right{
	width: 260px;
	float: right;
	overflow: hidden;
}


#content_left #oferta_left{
	width: 265px;
	float: left;
	margin-right: 20px;
	padding-bottom: 50px;
}

#content_left #oferta_right{
	width: 265px;
	float: right;
	overflow: hidden;
}




#box_nasi_klienci{
	width: 100%;
	overflow: hidden;
}

#box_nasi_klienci #text{
	width: 155px;
	height: 81px;
	padding-left: 105px;
	text-align: justify;
	background: url(/images/nasi-klienci.png) no-repeat top left;
}

li{
	list-style: none outside url(/images/li-point.png);
	padding: 0 0 5px 5px;
}


.error{
	color: red;
}

fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}

input, textarea{
	border: 0;
}


#cfEmail2{
	width: 300px;
	height: 31px;
	color: #fff;
	padding-left: 20px;
	background: url(/images/email_bg.png) no-repeat top center;
}

#cfMessage2{
	width: 280px;
	height: 105px;
	color: #fff;
	padding: 10px 20px;
	background: url(/images/message_bg.png) no-repeat top center;
}



#cfContact{
	width: 108px;
	height: 31px;
	background: url(/images/button_wyslij.png) no-repeat 0 0;
	margin-left: 210px;
	cursor: pointer;
}
#cfContact:hover{
	background: url(/images/button_wyslij.png) no-repeat 0 -31px;
	cursor: pointer;
}


#footer{
	width: 100%;
	height: 50px;
	clear: both;
}

#footer_menu{
	width: 680px;
	height: 50px;
	float: left;
}

#footer_right{
	width: 300px;
	height: 50px;
	float: left;
}

.title{
	margin-bottom: 15px;
}

.menu_button{
	display: block;
	height: 31px;
	margin-left: 20px;
	float: left;
}

.onas{
	width: 108px;
  background: url(/images/menu_buttons.png) no-repeat 0 0;
}

.onas:hover {
    background-position: 0 -31px;
}

.oferta{
	width: 108px;
  background: url(/images/menu_buttons.png) no-repeat -108px 0;
}

.oferta:hover {
    background-position: -108px -31px;
}

.nasi-klienci{
	width: 146px;
  background: url(/images/menu_buttons.png) no-repeat -216px 0;
}

.nasi-klienci:hover {
    background-position: -216px -31px;
}

.kontakt{
	width: 124px;
  background: url(/images/menu_buttons.png) no-repeat -362px 0;
}

.kontakt:hover {
    background-position: -362px -31px;
}







a{
	color: #F1A54F;
	text-decoration : none;	
}
a:link{
	color: #F1A54F;
	text-decoration : none;	
}
a:active{
	color: #F1A54F;
	text-decoration : none;	
}
a:visited{
	color: #F1A54F;
	text-decoration : none;	
}
a:hover{
	color: #F1A54F;
	text-decoration : underline;	
}



.sg_link{
	color: #808183;
	text-decoration : none;	
}
.sg_link:link{
	color: #808183;
	text-decoration : none;	
}
.sg_link:active{
	color: #808183;
	text-decoration : none;	
}
.sg_link:visited{
	color: #808183;;
	text-decoration : none;	
}
.sg_link:hover{
	color: #F1A54F;
	text-decoration : underline;	
}


a{
	color: #808183;
	text-decoration : none;	
}
a.flink:link{
	color: #808183;
	text-decoration : none;	
}
a.flink:active{
	color: #808183;
	text-decoration : none;	
}
a.flink:visited{
	color: #808183;
	text-decoration : none;	
}
a.flink:hover{
	color: #F1A54F;
	text-decoration : none;	
}





.vmiddle{
	vertical-align: middle;
}

img{
	border: 0px;
}
object:active, div:active, a {
	outline		: none;
}

object:focus, div:focus, a{
	-moz-outline-style: none;
}



