* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

object
{
	vertical-align: bottom;
}

body, html {
	background-color: #bbbbbb;
}

h1, h2  {
	font-size: 2em;
	color: #999;
	margin: 10px 0 15px 0;
	line-height: 1.5;
}

h3  {
	font-size: 1.1em;
	color: #777;
	margin: 10px 0 15px 0;
}

a {
	color: #ff9000;
	text-decoration: underline;
}

p
{
	margin-bottom:10px;
	text-indent: 3em;
	line-height: 1.5;
}

#body_container {
	text-align: center;
}

#main_shadow {
	width: 836px;
	background-image: url(../img/shdw1r.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#baner {
	width: 836px;
	background: url(../img/baner.jpg) no-repeat;
	height:164px;
	margin: 0 auto;
	position: relative;
}

#baner h1{
	display: none;
}

#flag {
	width: 100px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 70px;
}

#flag img {
	border: 0px;
}

/*menu*/
#menu_out
{
	/*url(../img/re_r.png) no-repeat right/*/
    background: #ff9000 ;
}

#footer 
{
	height:30px;
    background: #ff9000;
}

#menu_out ul {
	background: transparent url(../img/menu_hov.png) no-repeat center top;
	height: 28px;
	width: 800px;
	margin: 0 auto;
	list-style: none;
	position: relative;
	padding:0 18px 0 18px;
	overflow: hidden;
	
}

#menu_out li {
	color: white;
	font-size: 1.2em;
	float: left;
	height:28px;
	border: 1px solid #fccf3b;
	border-width: 0 0 0 1px;
	position:relative;
}

#menu_out li.last {
	border-width: 0 1px 0 1px;
}

#menu_out li.last a {
	padding: 0 22px;
}

#menu_out a {
	text-decoration: none;
	background: white url(../img/menu.png) repeat-x;
	
	height: 28px;
	padding: 0 19px;
	color: white;
	font-weight: bold;
	
	line-height:24px;
	position:relative;
	float:left;
}

#menu_out li.active a {

    background: white url(../img/menu_active.png) repeat-x;

}

#menu_out a:HOVER {
	background: white url(../img/menu_hov.png) repeat-x;
}

.re_l, .reb_l
{
	float:left;
	width:8px;
}

.re_l
{
	position:absolute;
    height:28px;
    background: transparent url(../img/re_l.png) no-repeat;
}

.reb_l
{
    height:30px;
    background: transparent url(../img/reb_l.png) no-repeat;
}

/* tresc*/

.header_cont
{
    background: transparent url(../img/bottom_border.png) repeat-x bottom;	
    margin-bottom:30px;
}

a.back_button
{
	display:block;
	color: #ff9000;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(../img/back_button.png) no-repeat right 3px; 
	padding-right: 34px;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}

.header_cont h2 
{
	margin:5px 0;
}

.top_back
{
    float:right;
    text-align: right;	
}

#main_out {
	background-color: #e0e0e0;
}

#main_shadow {
	background-image: url(../img/shdw2r.png);
}

#main_container {
	background-color: white;
	width: 818px;
	background-image: url(../img/shdw2l.png);
	background-repeat: repeat-y;
	background-position: left;
}

#contetn {
	background-image: url(../img/drops.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 300px;
	padding-bottom: 20px;
	padding-left: 18px;
}

#contetn .shdw {
    height:7px;
    background-image: url(../img/shdw.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#contetn ul.sitepath {
	height: 17px;
	list-style: none;
	padding-left: 30px;
}

ul.sitepath li {
	float: left;
	margin-right: 6px;
	padding-left: 15px;
	background: url(../img/arrows.png) no-repeat left center;
}

#contetn li.first {
	padding-left: 0;
	background: none;
}

.show_frame 
{
	margin: 20px 30px;
    border: 1px solid #bbb;
    border-width: 1px 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/alpha.png');
}

.show_frame[class]
{
	background-image:url(../img/alpha.png);
	
}

.show_frame img {
	float: left;
}

.show_frame div.text {
	padding: 10px 20px 10px 0;
	overflow: hidden;
	float: right;
	width: 330px;
	height: 210px;
	line-height: 1.5;
}

.show_frame div.text h3  {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #777;
	font-weight: 900;
	font-size: 1.6em;
	letter-spacing: 1px;
	word-spacing: 3px;
}

.show_frame div.text .color
{
	color:#ff8000;
	font-size:1em;
}
.show_frame div.text ul
{
    margin: 0 auto 20px auto;	
}

.show_frame div.text li{
    display: inline;
    color: #777;
    font-weight: 900;
    padding-left: 9px;
    margin-right: 6px;
    background: transparent url(../img/arrow.png) no-repeat left 4px;  
}

.show_frame div.text li.first
{
    padding-left:0;
    background: none;
}

.show_frame div.text p{
    text-indent: 0;
    text-align: justify;
    color: #555;
}

/*news main*/
#news_frame {
	margin: 40px 30px 10px 30px;
	padding: 0;
}

div.main_news {
	float: left;
	width: 350px !important;
}

#news_frame p,#news_container p {
	margin-bottom: 10px;
}


#news_frame h3  a {
	font-size: 1em;
	color: #777;
	text-decoration: none;
}

#news_frame h3  a:HOVER {
	color: #ff9000;
}

.main_news_gal {
	height: 105px;
	overflow: hidden;
	border-top: 1px solid #eee;
}

.main_news_gal div.pict {
	float: left;
	margin: 15px 10px 0 0;
	width: 80px;
	height: 75px;
	overflow: hidden;
	padding-top: 5px;
	text-align: center;
	background: transparent url(../img/smal_img_up.png) no-repeat top;
}

.main_news_gal div.bot
{
	width: 80px;
	height:5px;
	background: transparent url(../img/smal_img_b.png) no-repeat top;
}

.main_news_gal a {
	
	display: block;
	border: 1px solid #ffc171;
	border-width: 0 1px;
}

.main_news_gal a:HOVER {
	border-color: #ff9000;
}

.more {
	text-align: right;
}

.more a {
	text-decoration: none;
	color: #222;
}

.more a:HOVER {
	color: #ff9000;
	text-decoration: underline;
}

/*** aktualnosci ***/
#news_container,#one_news_container,#offer_container,#referencje_cont,#realizacja_cont {
	padding: 10px 30px;
	width: 620px;
	margin-left:30px;
	
}

#news_container h2  {
	
	width: 440px;
}

.pages {
	text-align: center;
	line-height: 30px;
	height: 30px;
}

#news_container div.news, div.main_news{
	
	background: transparent url(../img/akt_h.png) repeat-x bottom;
	margin-bottom: 30px;
	padding:0;
	width: 100%;
}

#news_container div.news p, div.main_news p 
{
    padding-left:20px;
    text-indent: 10px;
    line-height: 1.5em;
}

div.more
{
	background: transparent url(../img/akt_lb.png) no-repeat left bottom;
}

#news_container div.news div.top, div.main_news div.top
{
	background: transparent url(../img/akt_lt.png) no-repeat left top;
	padding-bottom: 15px;
}

#news_container .main_news_gal, #news_frame .main_news_gal
{
	width: 100%;
	padding-left:20px;
}

#news_container .data, #one_news_container .data, #news_frame .data {
	
	float: right;
	line-height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #aaa;
	margin: 7px 0 0 0 ;
}

#news_container h3 , #news_frame h3  {
	
	padding-left:30px;
	margin: 7px 0 0 0 ;
	float: left;
	width: 410px;
	line-height: 1.2em;
}

#news_frame h3  
{
	width: 220px;
}
#news_container h2  
{
	margin-bottom: 30px;
}


#news_container h3  a {
	font-size: 1em;
	color: #777;
	text-decoration: none;
}

#news_container h3  a:HOVER {
	color: #ff9000;
}

#one_news_container h2 
{
    font-size: 1.5em ;
    width: 400px;
    float:left;
    	
}

 #one_news_container .data
 {
    font-size: 1.4em;
    line-height: 1.5;
 }
 
 #one_news_container p
 {
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom:10px;
 }
 
 
 #one_news_container .main_news_gal 
 {
    width:100%;
    margin-top:30px;
    
 }

/*realizacje*/

#galerie
{
	margin: 30px 0 10px 0;
}



.realizacja
{
	height: 153px;
	background: transparent url(../img/real_l.png) no-repeat left;
	padding-left: 9px;
	margin-bottom: 20px;
}

.photo_cont
{
    width:169px;
    height: 153px;
    background: transparent url(../img/real_b.png) repeat-x bottom;	
    overflow: hidden;
    float:left;
}

.realizacja .r1
{
    width:22px;
    height: 153px;
    background: transparent url(../img/real_r.png) no-repeat; 
    overflow: hidden;
    float:left;
}

.realizacja .content
{
	width:320px;
    height: 153px;
    background: transparent url(../img/real_t.png) repeat-x top; 
    overflow: hidden;
    float:left;
}

.realizacja .content h3 
{
    width:300px;
    overflow: hidden;
    padding-left:10px;
	margin: 0;
}
.realizacja .content p
{
    width:300px;
    overflow: hidden;
    padding-left:10px;
    
	margin: 20px 0 0 0;
}


.realizacja .content h3  a 
{
	font-size: 1.3em;
	color: white;
    font-weight: bold;
    text-decoration: none;
}

.realizacja .r2
{
	width:27px;
    height: 153px;
    background: transparent url(../img/real_r2.png) no-repeat top; 
    overflow: hidden;
    float:left;
}

#galeria
{
	margin-top:30px;
}

#galeria div.pict {
    float: left;
    margin: 14px 14px 0 0;
    width: 110px;
    height: 105px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    background: transparent url(../img/med_img_up.png) no-repeat top;
}

#galeria div.bot
{
    width: 110px;
    height:5px;
    background: transparent url(../img/med_img_b.png) no-repeat top;
}

#galeria a 
{
    display: block;
    border: 1px solid #ffc171;
    border-width: 0 1px;
}

/*referencje*/
#referencje 
{
	margin-top: 30px;
	text-align: center;
	padding-top:30px;
}

.referencja {
	margin-left:auto;
	margin-right:auto;
	width: 420px;
	height:95px;
	margin-bottom: 20px;
	padding:0 0 0 7px;
	background: transparent url(../img/ref_l.png) no-repeat left top;
}

.referencja .img_cont {
	width: 58px;
	height: 100%;
	float:left;
	background: transparent url(../img/ref_i.png) repeat-x left top;
	padding-top:3px;
	
}

.referencja .left_img {
	width: 18px;
	height: 100%;
	float:left;
	background: transparent url(../img/ref_m.png) no-repeat left top;
}

.referencja .opis {
    width:300px;
    float:left;
    height: 100%;
    vertical-align:bottom;
    background: transparent url(../img/ref_v.png) repeat-x bottom;
}

.referencja .r_btn {
    margin:0;
    position: relative;
    top: 61px;
    float:left;
}

.referencja .opis a
{
	position: relative;
	margin:0;
	top: 45px;
	display:block;
	height:37px;
	overflow:hidden;
	font-weight: bold;
	font-size: 1.2em;
	color: #777;
	text-decoration: none;
}

.referencja .opis a:HOVER
{
    color: #ff9000;	
}
/*partnerzy*/
#partnerzy
{
    margin-top:30px;	
}

.partner
{
	
	width:179px;
	float:left;
	margin: 10px 23px 10px 0;
    background: transparent url(../img/part_l.png) no-repeat;
}

.partner .top
{
	margin-left:12px;
	height: 60px;
	text-align: center;
	
}

.partner .line
{
	margin-left:12px;
	width: 159px;
	height:10px;
	background: transparent url(../img/part_h.png) repeat-x top;
}
	
.partner .bottom
{
	margin-top: -10px;
	text-align: center;
	padding-top:10px;
	width: 187px;
	background: transparent url(../img/part_r.png) no-repeat right top;
	height: 43px;
}

.partner .bottom p
{
	
	padding: 0 15px;
	font-weight: bold;
	color: #999;
	text-indent: 0;
}



/*kontakt*/
#form {
	margin: 30px 0;
}

#form p.opis {
	margin: 20px 0;
}

#standardform ul {
	padding: 0;
	list-style: none;
}

#standardform li {
	display: block;
	float: none !important;
	background: none;
	margin: 3px 0;
}

#standardform .input {
	width: 300px;
	border: 1px solid #aaa;
	padding: 3px;
	overflow: hidden;
}

#standardform .checkbox {
	margin: 5px 0 0 140px;
}

#standardform li.zgoda {
	margin: 5px 0 20px 140px;
	width: 300px;
	text-align: justify;
}

#standardform .submit {
	margin-left: 140px;
	width: 309px;
	background: #ff9000;
	border: 1px solid #ffb000;
	padding: 2px 3px;
	color: white;
	cursor: pointer;
}

#standardform label {
	width: 140px;
	float: left;
}

#standardform .errorMessage {
	padding-left: 140px;
	margin: 1px 0 7px 0;
	color: red;
}

/*stopka*/
#footer_content {
	width: 800px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	color: white;
	text-align: left;
}

#footer_content div {
	font-size: 10px !important;
}

#footer_content img {
	vertical-align: middle;
}

#bottom_menu {
	margin-left: 20px;
	float: left;
	color: #fdca88;
}

#footer_content a {
	margin: 0 2px;
}

#footer_content a {
	text-decoration: none;
	color: white;
	font-size: 10px !important;
}

#footer_content a:HOVER,#footer_content a.active
 {
	text-decoration: underline;
}

#logo_container {
	float: right;
}

.clear {
	clear: both;
}

ul.pages {
	list-style: none !important;
	background: none !important;
	border: none !important;
}

ul.pages li {
	float: left;
	list-style: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 3px !important;
}
