body {
    color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    overflow-y: scroll;
	background: url(../gfx/tlo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ffffff;
	

}
		
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}


li{
	margin-left:20px;
	
	
}
#wrapper {
	width: 953px;
    margin-left: auto;
    margin-right: auto;
}

#header {
	width: 953px;
	margin-top:25px;
	float:right;
}
#szukaj{
	width:290px;
	float:right;
	vertical-align:top;
	padding-top:18px;
}
#nav_top{
	width:400px;
	float:right;
	padding-top:22px;
	margin-right:20px;
}
.ico{
	float:right;
	padding-left:20px;
	padding-right:20px;
}
.line{
	width:1px;
	height:14px;
	background: url(../gfx/linia.png);
	float:right;
}
.search_input{
	width:188px;
	border:1px solid #ffffff;
	height:18px;
	vertical-align: middle;
	color:#000000;
	padding-left:2px;
}
.search_button{
	vertical-align: middle;
	margin-left:10px;
	width:64px;
	height:20px;
}
.czysc{
	clear:both;
}
#nazwa{
	width: 930px;
	text-align:right;
	padding-right:50px;
	padding-top:58px;
}
#nazwa_www{
	width: 930px;
	text-align:right;
	padding-right:50px;
	padding-top:20px;
	color:#4f6116 ;
	font-size:22px;
	font-weight:normal;	
}
h1{
	font-family: 'CenturyGothicRegular', sans-serif;
	color:#ffffff;
	font-size:26px;
	font-weight:normal;
}
h2{
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
	color:#4f6116 ;
	font-size:22px;
}
#menu{
	margin-top:26px;
	margin-left:10px;
	padding-bottom:30px;
}
#nav {
	

}
#nav li {
	margin: 0 0px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size:13px;
}
/* main level link */
#nav a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	padding:  3px 20px;
	margin: 0;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #5E721B; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E721B', endColorstr='#8EAA3B'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5E721B), to(#8EAA3B)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5E721B,  #8EAA3B); /* for firefox 3.6+ */

	color: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E721B', endColorstr='#8EAA3B'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5E721B), to(#8EAA3B)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5E721B,  #8EAA3B) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 35px;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
#content_top{
	background: url(../gfx/content_top.gif);
	height:17px;
	background-repeat:no-repeat;
	margin-top:27px;
}
#content_txt{
	background-color:#ffffff;
	padding-bottom:20px;
	margin-right:3px;
	padding-left:15px;
	padding-right:15px;
}
#footer{
	background: url(../gfx/footer.png);
	height:54px;
	background-repeat:no-repeat;
}
#footer_menu{
	padding-top:20px;
	width:640px;
	float:left;
	color:#ffffff;
	padding-left:10px;
}
#footer_copy{
	padding-top:20px;
	width:300px;
	float:right;
	color:#000000;
}
.menu_dol{
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.menu_dol:hover{
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#footer_stopka{
	padding-top:5px;
	width:300px;
	float:right;
	color:#666666;
	font-size:11px;
	text-align:right;
	padding-right:5px;
}
.footer_link{
	color:#8EAA3B;
	font-weight:bold;
	text-decoration:none;
}
.footer_link:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
a{
	color:#4f6116;
	text-decoration:underline;
}
a:hover{
	color:#8EAA3B;
	text-decoration:none;
}
#content_lewa{
	width:653px;
	float:left;
	text-align:justify;
}
#content_prawa{
	width:240px;
	float:right;
}
#menu_top{
	height:12px;
	background: url(../gfx/menu_top.gif);
	background-repeat:no-repeat;
}
#menu_bottom{
	height:12px;
	background: url(../gfx/menu_bottom.gif);
	background-repeat:no-repeat;
	
}
#menu_middle{
	width:220px;
	padding-left:10px;
	padding-right:10px;
	background-color:#a3bd4f;
}
.menu_1a{
	display:block;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:3px;
	padding-bottom:4px;
}
.menu_1a:hover{
	color:#ffffff;
}
.menu_1b{
	display:block;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
	padding-top:3px;
	padding-bottom:4px;
	font-weight:bold;
}
.menu_1b:hover{
	color:#ffffff;
}
.menu_2a{
	display:block;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	margin-left:20px;
	padding-top:3px;
	padding-bottom:4px;
}
.menu_2a:hover{
	color:#ffffff;
}
.menu_2b{
	display:block;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
	margin-left:20px;
	padding-top:3px;
	padding-bottom:4px;
}
.menu_2b:hover{
	color:#ffffff;
}
.tytul{
		font-family: 'CenturyGothicBold', sans-serif;
		text-transform:uppercase;
	color:#8faa3c ;
	font-size:16px;
	float:left;
	margin-right:5px;
	padding-bottom:10px;
}
.tytul_2{
	color:#5e5e5e ;
	font-size:14px;
	font-family: 'CenturyGothicBold', sans-serif;
	float:left;
	margin-right:5px;
	padding-top:1px;
}
.tytul_gl{
	padding-bottom:10px;
}
.obrazek_wiad{
	padding-bottom:10px;
	padding-right:10px;
	float:left;
}
.tytul_zdjecia{
		color:#5e5e5e ;
	font-size:14px;
	font-family: 'CenturyGothicBold', sans-serif;
	float:left;
	margin-right:5px;
	padding-top:1px;
	width:100%;
	border-bottom:1px solid #5e5e5e ;
}
#home_1{
	width:500px;
	padding-top:20px;
	float:left;
}
#home_2{
	width:400px;
	padding-top:20px;
	float:right;
}
.akt_gl{
	width:500px;
	padding-bottom:15px;
	
}
.akt_gl_arch{
	width:650px;
	padding-bottom:15px;
	
}
.akt_zdj{
	width:100px;
	float:left;
	padding-right:10px;
}
.akt_opis{
	width:390px;
	float:left;
}
.akt_opis_arch{
	width:540px;
	float:left;
}
.akt_opis2{
	width:500px;
}
.akt_opis2_arch{
	width:650px;
}
#h_ram_top{
	width:400px;
	height:10px;
	background: url(../gfx/ramka_szara_top.gif);
}
#h_ram_bottom{
	width:400px;
	height:10px;
	background: url(../gfx/ramka_szara_botoom.gif);
}
#h_ram_middle{
	width:380px;
	background-color:#e4e4e4;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.ico_home_gl{
	width:180px;
	padding-right:10px;
	
	float:left;
}
.ico_home_ico{
	width:36px;
	padding-right:4px;
	float:left;
}
.ico_home_link a{
	color:#4f6116;
	font-weight:bold;
	text-decoration:none;
}
.ico_home_link a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.ico_home_link{
	float:left;
	width:140px;
	padding-top:8px;
}
#home_cal{
	float:left;
	padding-top:15px;
	width:200px;
	padding-right:15px;
}
#home_zdj{
	padding-top:15px;
	width:185px;
	float:right;
}
.link_galeria{
	font-family: 'CenturyGothicRegular', sans-serif;
	color:#8EAA3B;
	font-size:16px;
	text-decoration:none;
}
.link_galeria:hover{
	color:#4f6116;
}
.zolty{
	color:#666666;
	font-weight:bold;
}
.cal_link{
	color:#8EAA3B;
	font-weight:bold;
	text-decoration:none;
}
.cal_link:hover{
	color:#4f6116;
	font-weight:bold;
	text-decoration:none;
}
.cal_bold{
	color:#4f6116;
	font-weight:bold;
	
}
#kontakt_1{
	width:297px;
	float:left;
	padding-right:15px;
}
#kontakt_2{
	width:287px;
	float:left;
}
#kontakt_3{
	width:297px;
	float:right;
}
.input_form{
	background-color:#E4E4E4;
	border:2px solid #E4E4E4;
	width:283px;
}
.input_textarea{
	background-color:#E4E4E4;
	border:2px solid #E4E4E4;
	width:283px;
	height:230px;
}
.wys3{
	height:5px;
}
#bok_ram_top{
	width:240px;
	height:8px;
	background: url(../gfx/bok_szary_t.gif);
}
#bok_ram_bottom{
	width:240px;
	height:8px;
	background: url(../gfx/bok_szary_b.gif);
}
#bok_ram_middle{
	width:220px;
	background-color:#e4e4e4;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.ico_bok_gl{
	width:180px;
	padding-right:10px;
	
	float:left;
}
.ico_bok_ico{
	width:36px;
	padding-right:4px;
	float:left;
}
.ico_bok_link a{
	color:#4f6116;
	font-weight:bold;
	text-decoration:none;
}
.ico_bok_link a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.ico_bok_link{
	float:left;
	width:140px;
	padding-top:8px;
}
.a_szukaj{
	text-decoration:none;
	color:#000000;
}
.a_szukaj:hover{
	text-decoration:none;
	color:#4f6116;
}
.lista{
	color:#5e5e5e;
	font-weight:bold;
	text-decoration:none;
}
.lista:hover{
	color:#5E721B;
	font-weight:bold;
	text-decoration:none;
}
.lista2{
	color:#4f6116;
	text-decoration:none;
}
.lista2:hover{
	color:#5e5e5e;
	text-decoration:none;
}
.bannery_dol{
	padding-top:30px;
	text-align:center;
	width:653px;
}
.kal_kolor{
	color:#5E721B;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.kal_szary{
	color:#5e5e5e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.kal_normal{
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

