
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: ;
}


input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	/*color: #5F8700;*/
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	
}

h2 {
	font-size: 1.4em;
	text-align: center;
	color: green
	
}

h3 {
	font-size: 1.5em;
	text-align: center;
	color: #70375D;
}

h4 {
	font-size: 16px;
	text-align: center;
	color: #5D6206;
}

h5 {
	font-size: 16px;
	text-align: left;
	color: #717C6B;
}


h6 {
	font-size: 16px;
	text-align: center;
	color: #717C6B;
}
.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #7836294;
	
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

p, ul, ol {
}

p {
}

img {
	border: none;
}



/*
img.left {
 
  float: left;
	padding: 0 35px 20px 35px;
	border: ;
}
*/


img.left {
	float: left;
	margin: 0 25px 0 0;
	border: ;
}


img.right {
	float: right;
	margin: 0px 0px 0px 25px;
	border: ;
}


img.center {
	float: center;
	margin: 20px 60px 0px 150px;
	border: ;
}
/* top */

#header {
	width: 750px;
	height: 170px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#banner {
	margin: 0 auto;
	width: 750px;
	height: 520px;
	margin-bottom: 10px;
	background: url(images/banner.jpg) no-repeat  left top;;
	
}

----------------------------------
/* Menu */

#menu {
	
	float: center;
	color: #b3a386;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	
}

#menu a {
	color: #b3a386;
	background: inherit;
}

#menu a:hover {
	color: #857860;
	background: inherit;
}

#menu ul {
	width: 750px;
	height: 30px;
	overflow: hidden;
}

#menu li {
	float: left;
	border-width: 0px 2px 0px 0px;
	border-color: #c1b7a5;
	border-style: solid;
	font-size: 18px;
	list-style-type: none;
	}

 #menu li {
	border-right: none;
}

#menu li a {
	display: inline;
	width: 300px;
	height: 65px;
	text-decoration: none;
}

#menu li a:hover {
	color: #857860;
	background-color: #f4eee2
}

#menu li a span {
	padding-left: 11px;
	padding-right: 11px;
	display: inline;
}


-------------------------------------


/* strona */

#page {
	width: 750px;
	margin: 0 auto;
	padding-top: 10px;
	
}


small span {
	padding-left: 30px;
	padding-right: 11px;
	display: inline;
}

td {border: 1px solid black; padding: 3px; font: 10px/1.5 Verdana; background:#FBFFE4; text-align: left}

/*
TABLE.tabela td, .tabela th {
border: 1px solid gray;
padding: 5px;
border-spacing: 5px;
border-collapse: collapse;
}

.tabela tr.tlo {

background-color: #FEFF22;
 }

 .tabela th {
background-color: #FBFFE4;
}
*/

 #glowne-okno {
	float: center;
	width: 750px;
	margin: 0 auto;
	padding: 0px 20px 10px 20px;
	line-height: 30px;
	font-size: 15px;
	background: #F0F0EF;
}


#sidebar {
  margin: 0px

	clear: both;
	width: 750px;
	height: 60px;
	background: url repeat-x left top;
}




.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: normal;
	font-size: 13px;
	color: #444444;
}

.post .meta a {
	color: #7F9C1E;
}


.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;
	

}



/* stopka */

#footer {
 /* margin: 0px*/
	width: 800px;
	height: 30px;
	margin: auto;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/dol.jpg) no-repeat top; 
}

#footer p {
	margin: 0;
	padding: 10px;
}


#legal {
	float: left;
	
}

#links {
	float: right;

}

/*PHOTO GALLERY*/
#gallery {
height : auto;
margin : 20px 0 0 20px;
}
#gallery img {
/*float : left;*/
margin : 2px;
padding : 10px;
border : 1px solid #D6C8AD;
}
	
	
