body {
	background: url(/img/bg.jpg) repeat-x #416920;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:140%;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
p{
	line-height:145%;
	padding-bottom:20px;
}

#shadow{
	width:820px;
	margin:0 auto;
}
#shadow-down{
	
	width:820px;
	height:10px;
	margin:0 auto;
}
#container{
	width:800px;
	margin:0 auto;
	background:#fff;
}
#header{
	height:350px;
	background: url(/img/header.jpg) no-repeat;
}
#content{
	padding:0 20px 20px 20px;
	background: url(/img/content_bg.jpg) repeat-x;
}
#footer{}

#content #boxy{
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
#boxy a{
	text-decoration:none;
	color:#015402;	
}
#boxy div.box-top{
	width:159px;
	height:131px;
	float:left;
	background: url(/img/box_bg.jpg) no-repeat;
	margin-right:20px;
	padding:8px;
	text-align:center;
}
#tresc{
	overflow:hidden;
	clear:both;
}
#tresc #lewa{
	width:368px;
	float:left;
	padding-right:10px;
	border-right:solid 1px #ccc;
}
#tresc #prawa{
	width:368px;
	float:right;
	padding-left:10px;
}
#footer{
	background:#adc8af;
	height:30px;
	line-height:30px;
	color:#416920;
	text-align:center;
}
#footer a{
	color:#416920;
}


/*START*/
#info-box{
	width:220px;
	height:111px;
	background: url(/img/box-info.jpg) #eee;
	padding:10px 10px 10px 140px;
	text-align:center;
	line-height:140%;
}
#info-box h1{
	font-size:15pt;
}
#promo-box{
	margin-top:20px;
	width:350px;
	padding:10px;
	background:#fffbc1;
	border:solid 1px #fda500;
}

/*ADMIN*/
div#belka-admin{
	text-align:center;
	background:#ffffce;
	padding:5px;
}
a.admin-link{
	background:#ffffce;
	padding:5px;
	border:solid 1px #000000;
}
a.admin-link:hover{
	background:#e6faff;
	text-decoration:none;
}

/*KONTAKT*/
#form-kontakt{
	width:400px;
	margin-left:20px;
	padding-top:20px;
}
#form-kontakt input, #form-kontakt textarea{
	width:300px;
	background:#f5f5f5;
	border:solid 1px #ccc;
	padding:4px;
}
#form-kontakt input:focus, #form-kontakt textarea:focus{
	background:#ffffce;
}
#form-kontakt textarea{
	height:150px;
}
#form-kontakt input.submit{
	width:200px;
	margin-left:50px;
	margin-top:20px;
	background:#008000;
	color:#fff;
}

#form-kontakt span.label{
	display:block;
}
#form-kontakt span.field{
	display:block;
	margin-bottom:10px;
}
div.info{
	width:80%;
	margin:20px auto;
	padding:10px;
	background:#afe065;
	color:#000;
	line-height:150%;
}
#form-kontakt fieldset{
	padding-bottom:20px;
}


/*GALERIA*/
ul.galeria{
	clear:both;
}
.galeria{
	padding:20px 0;
}
.galeria li{
	display:block;
	width:25%;
	height:140px;
	float:left;
	/*border:solid 1px #003;*/
	text-align:center;
}
.galeria li img{
	border:solid 3px #ccc;
	height:120px;
}

