html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body
{
	background-color:#73624d;
	background-image:url('img/bg.png');	
	background-repeat:repeat-x;	
	background-position:bottom center;
	
	font-size: 15px;
	font-family: Georgia,Palatino,Times,serif;
	line-height: 1.2em;
}

h2
{
	font-family: "Times new Roman";
	font-size: 1.5em;
	color: #700d0f;
	font-weight: bold;
	margin: 10px 0;
}

h3
{
	font-family: "Times new Roman";
	font-size: 1.2em;
	color: #700d0f;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

cite, blockquote
{
	font-style: italic;
	quotes:'"' '"';
}

blockquote:before 
{ 
content:open-quote; 
}    
  
blockquote:after 
{ 
content:close-quote; 
}      

a
{
	color:#700d0f;
}

a:hover
{
	color:#0b9339;
}

#left p
{
	text-indent: 1cm;
}

#cointeiner
{
	width: 960px;
	margin: 0px auto;
}

#top
{
	height: 430px;
	background-image:url('img/foto.jpg');
	background-repeat:no-repeat;
	margin-top: 20px;
	padding-top: 25px;
}

#top ul
{
	width:890px;
	height: 55px;
	background-image: url('img/tm.png');
	margin-top: 180px;
	padding-top: 20px;
	padding-left: 70px;
}

#top li
{
	display: inline;
	margin:0 30px;	
	margin-top: 25px;
}

#midle
{
	background-color: #f2ece4;
	
}

#footer
{
	height: 80px;
	background-image:url('img/footer.png');
	background-repeat:no-repeat;
}

#logo
{
	height: 175px;
	width: 285px;
	display:block;
	
	background-image:url('img/logob.png');
	background-repeat:no-repeat;
	
	margin-left: 655px;
}

#logo a
{
	text-decoration: none;
	font-family: "Times new Roman";
	font-size: 16px;
	font-weight: bold;
	color: #700d0f;
	text-align: center;
	display:block;
	
}

#logo a img
{
	margin: 15px;
	margin-bottom: 0;
}

#midle #left
{
	padding: 10px;
	float:left;
	width: 640px;
}

#midle h1
{
	text-align: center;
	margin: 15px;
}

#midle #left p
{
	padding: 10px 0;
}

#midle #right
{
	padding: 10px;
	padding-top: 128px;
	width: 280px;
	float: left;
	
	background-image: url('img/bright.png');	
	background-repeat: no-repeat;	
	background-position: 80px 30px;
	
}

#midle #bottom
{
	clear:left;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
}

.randfoto a
{
	display: block;
	width: 200px;
	height: 150px;
	margin:auto;
}

div.lt
{
	background: url('img/lt.png') 0 0 no-repeat;
}

div.rt
{
	background: url('img/rt.png') 100% 0 no-repeat;
}

div.lb
{
	background: url('img/lb.png') 0 100% no-repeat;
}

div.rb
{
	background: url('img/rb.png') 100% 100% no-repeat;
}

div.bb
{
	background: url('img/bb.png') 0 100% repeat-x;
}

div.bt
{
	background: url('img/bt.png') 0 0 repeat-x;
}

div.bl
{
	background: url('img/bl.png') 0 0 repeat-y;
}

div.br
{
	background: url('img/br.png') 100% 0 repeat-y;
}

/*Galeria*/

#galery li
{
	display: inline-block;
}

#galery a
{
	display:block;
	padding:5px;
	margin: 4px;
	width: 195px;
	height:145px;
	background: white;	
}

#galery a img
{
	display:block;
	margin: auto;
	vertical-align: middle;
	max-width:195px;
	max-height:145px;

}

#galerylist
{
	list-style-type: decimal;
	padding: 30px;
}
/*
#galery a img
{
	margin: 5px;
}
*/

/*Vcard*/

.vcard a
{
	display: block;
}

.vcard h4
{
	font-weight: bold;
	margin-top: 10px;
}

.vcard .bank-name
{
	font-size: 0.8em;
	color: gray;
}

.vcard .org
{
	font-size: 1.2em;
}

/*Lista obrazów w poziomie*/
.imgh
{
	text-align: center;
	margin: 10px 0;
	margin-bottom: 20px;
}
.imgh li
{
	display: inline;
}

.error
{
	text-align: center;
	border: 1px solid red;
	padding: 20px;
}
