html {
	height:auto;
	min-height:100%;
	margin:0px 0px 0.1px 0px;
	padding:0px;
	background-color:#020181;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Tahoma", sans-serif;
	font-size:11px;
	color:#000000;
}

/* Site simple layout */

div#site_area {
	width:980px;
	margin:0px auto;
	text-align:left;
	position: relative;
}

div#site_header {
	clear:both;
	padding:20px 20px 0px 20px;
	height:230px;
	overflow:visible;
	zoom:1;
	background: url('../img/header.jpg');
}

div#site_content {
	clear:both;
	overflow:hidden;
	height:100%;
	margin-bottom: 82px;
	zoom:1;
	background: url('../img/tlo_content.jpg');
}

div#site_footer_wrapper {
	clear:both;
	/*position:relative;*/
	height:147px;
	margin-top:-147px;
	padding:0px 20px 0px 20px;
	overflow:hidden;
	zoom:1;
	background: url('../img/footer.png');
}

p#site_footer {
	position:absolute;
	margin:0px;
	padding:0px;
	bottom:5px;
	left:20px;
}

div#site_navi {
	position:relative;
	z-index:10;
	padding-left: 70px;
}

/*************
* Custom CSS *
*************/

.breaker {
	clear: both;
}

.fl {
	float: left;
}

.container_w120_pt10 {
	width: 120px;
	padding-top: 10px;
}

div#main {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 15px;
	width: 905px;
	height: 100%;
	float:left;
	min-height:420px;
}

.hiddencontent {
	/*background:#eee;*/
	display:none;
	/*height: 502px;
	background: url('../img/tab_content_bg.png') top left repeat-x;*/
}

div#ferka_galeria img, div#urocza_galeria img, div#carmen_galeria img, div#helma_galeria img, div#viktor_galeria img, div#miot-k_galeria img, div#miot-j_galeria img, div#miot-h_galeria img, div#miot-i_galeria img, div#miot-g_galeria img, div#miot-f_galeria img, div#miot-e_galeria img, div#miot-d_galeria img, div#miot-c_galeria img, div#miot-b_galeria img, div#miot-a_galeria img, div#wystawy2007_galeria img, div#wystawy2009_galeria img {
	width: 100px;
	height: 75px;
}

.stopka {
        font-size: 10px;
        color: #000000;
        text-align: left;
        text-decoration: none;
}

.linki {
		font-family: Arial;
      font-size: 16px;
  		text-decoration: none;
  		 color: #000000;
}

.linki:hover {
		font-family: Arial;
        font-size: 16px;
        text-decoration: underline; 
		color: yellow;
}

/* Tags */

h1, h2, h3, h4 {
	margin:0px 0px 16px 0px;
	padding:0px;
}

h1 {
        font-size: 16px;
        color: #000000;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
}

h2 {
        font-size: 11px;
        color: #000000;
        text-align: center;
        font-weight: normal;
        text-decoration: none;
        /*font-style: italic;*/
}

h3 {
        font-size: 14px;
        color: #000000;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        /*font-style: italic;*/
}

h4 {
	font-size:18px;
   color: #ffffff;
   
   text-align: center;
   font-weight: bold;
}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height:16px;
	text-align:left;
}

a {
	color:#880000;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:none;
}

li {
	line-height:18px;
}

hr {
	margin:0px 0px 16px 0px;
	background:none;
	border:none;
	height:1px;
	border-top:1px dashed #000000;
}

img {
	border:#000000 solid 1px;
}

blockquote {
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	clear:both;
	border-left:3px solid #666666;
}

pre {
	font-family:"Courier New", mono-space;
	font-size:11px;
	margin:0px 0px 16px 0px;
}

acronym, abbr {
	cursor:help;
	border-bottom:1px dashed #000000;
}

sub, sup {

}

ol {
	margin-bottom:16px;
}

ul {
	list-style-type:square;
	margin-bottom:16px;
}

ul ul, ol ul {
	list-style-type:disc;
}