body{
	margin: 0;
	padding: 0;
	color: #d7d7d7;
	font: 9pt Tahoma, Verdana;
	letter-spacing: 1px;
	background: #b2d33c;
}

h1,h2{
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12pt;
	color: #c6d987;
}

h2 {
	font-size: 10pt;
	margin-left: 5px;
	margin-top: 5px;
	color: #e5de1b;
}

p{
	margin: 0;
	padding: 10px;
}

img{
	border: 0;
}

a {
	text-decoration:none;
	color: #b1cf3b;
}

a:hover {
	text-decoration:underline;
}

div#wrapper{
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 5px 10px #000;
	-moz-box-shadow: 0px 5px 10px #000;
	-webkit-box-shadow: 0px 5px 10px #000;
}

div#header{
	background: #2a2927; /*#393631;*/
	height: 76px;
	overflow: hidden;
}

div#header p{
	float: left;
	padding: 10px 5px 0 5px;
}

.logo{
	width: 330px;
}

.logo img{
	max-height: 76px;
}

.menu{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.menu a, .menu a:hover {
	color: #d4b172;
	text-decoration: none;
}

.menu li {
	float: left;
	height: 26px;
	width: 80px;
	background: #2a2927 url(images/link.jpg) no-repeat;
	padding: 5px;
	margin: 20px 10px 0 10px;
	text-align: center;
	font-size: 12pt;
	font-family: Script MT Bold;
}

.menu li:hover {
	background: #2a2927 url(images/hover.jpg) no-repeat;
}

.adres{
	float: left;
	width: 200px;
	font-size: 8pt;
	text-align: right;
	color: #504a3a;
}

div#banner{
	background: #b1cf3b;
	height: 235px;
	border-top: 1px solid #e6df13;
	clear: both;
}

div#content{
	background: #d0d7b5;
	border-top: 1px solid #9fa38a;
	clear: both;
	padding: 15px;
}

div#content h1 {	
	margin: 10px 0 5px 0;
}

/* *** */
div#blok_realizacje {
	margin: 0 auto;
	width: 865px;
}

div#blok_realizacje a {
	color: #fff;
}

div.realizacja {
	float: left;
	background: #5d523e;
	padding: 5px;
	margin: 10px;
	width: 400px;

	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.realizacja img {
	float: left;
	border: 5px solid #3b2f17;
	margin-right: 5px;
	width: 100px;
	height: 67px;
}

div.realizacja p {
	margin: 5px;
	padding: 0;
}

/* *** */
div#content .male {
	padding: 0px;
	color: gray;
}

div#content .main_thumb{
	float: left; 
	margin: 0 20px;
	padding: 5px;
	background: #5c513d;
}

div#content .thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	position:relative;
	padding: 10px;
	margin: 20px 0 0 20px;
	border: 1px solid #b0ce3a;
	background: #5c513d;
}

div#content .thumbnail img {
	position:absolute; 
	top:0; 
	bottom:0;
	left: 0;
	right: 0; 
	margin:auto;
}
.article{
	background: #3b2f17;
	border: 1px solid #241b0a;
	padding: 10px;
}

div#boxcontent{
	width: 990px;
	background: #dbdad6;
	height: 260px;
	border-top: 1px solid #9fa38a;
	padding: 5px;
	font-size: 8pt;
	text-align: justify;
}

div#boxcontent h1{
	font-size: 10pt;
	letter-spacing: 1px;
}

div#boxcontent img{
	display: block;
	margin: 10px auto;
}

div#boxcontent p{
	padding: 0;
}

div.box{
	float: left;
	height: 220px;
	width: 300px;
	margin: 5px;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	overflow: hidden;
}

.vol1{
	background: #f7f7f7;
	color: #504a3a;
}

.vol1 h1{color: #504a3a;}

.vol2{
	background: #5d523e;
}

.vol2 h1, .vol3 h1, .vol2 p, .vol3 p{color: #fff;}

.vol3{
	background: #504937;
}

div#footnote{
	background: #2b2a26;
	height: 10px;
	padding: 20px 30px;
	font-size: 8pt;
	clear: both;
	margin: 0;
}

div#footnote a {
	text-decoration:none;
	color: #fff;
}

div#footnote a:hover {
	text-decoration:underline;
}

/* ********** */


.info {
	margin: 15px 0;
	border-top: 2px solid #000079;
	border-bottom: 2px solid #000079;
	font-weight: 700;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 50px;
	background: url(./images/info.png) #8585FF no-repeat;
	background-position: 10px;
}

.blad {
	margin: 15px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-weight: 700;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 50px;
	background: url(./images/error.png) #FE9D09 no-repeat;
	background-position: 10px;
}

/* *************  OFERTA */

#of-left {
	float: left;
	width: 500px;
}

#of-right {
	float: right;
	width: 400px;
	margin: 15px;
	height: 315px;
}

.theme-default #slider {
	width:400px; /* Make sure your images are the same size */
	height:300px; /* Make sure your images are the same size */
}

img.hover {
	margin: 5px 10px;
}

img.hover:hover {
	opacity: .7;
	-webkit-transition: opacity;
	-moz-transition: opacity;
	-o-transition: opacity;
	transition: opacity;
}

