/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

html, body {
	height:auto;
	height:100%;
	min-height:100%;
}


body {
	color: #68270f;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px; line-height: 22px;
}

body#bd {
	background: #e1b866 url('../img/bgbig.jpg') top left repeat-x;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
}

/* Normal link */
a {
	color: #2e51d1;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #85832b;
	text-decoration: underline;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}
p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {padding-bottom:10px;}
 
/* Heading */
h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	margin-bottom:10px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
}

img {
	border: none;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

table.blog .contentheading {
	font-size: 22px;
	font-weight: bold;
}

.contentheading {
	font-size: 22px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	font-size:10px; color:#2e51d1;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#totalwrapper {
	width:100%;
	height:100%;
	position:relative;
}

#malpka {
	z-index:10;
	position:absolute;right:0;
	width:152px;
	height: 210px;
	background: url('../img/malpka.png') no-repeat right top;
}

#lampart {
	z-index:11;
	position:absolute;right:-10px;top:500px;
	width:293px;
	height:160px;
	background:url('../img/lampart.png') no-repeat right top;
}


#zwierzaki {
	z-index:-5;	
	height:500px;width:100%;
	background: url('../img/bg_zwierzaki.png') no-repeat center bottom;
	position:absolute; top:900px;}
/*	margin-left:-800px; */

	
#wrapper {
	width: 990px;
	margin: 25px auto 0;
}


#ml {	float:left;
	width:190px;
	margin-right:10px;
	position:relative;
}

#mr {	float:right;
	position:relative;
	width:790px;
}


#logo {
	width:190px;height:185px;
	background: url('../img/mmlogo.png') no-repeat top left;
	}

#logo a {
	display:block;
	width:100%;height:100%;
	}

#mainmenu {
	width:190px;height:300px;
	background: url('../img/mmbg.png') no-repeat top left;
	float:left;
}

#kontakt { width:100%;height:534px;padding-top:218px; float:left;
}


#top {
	height:180px;
}

#content {
	background: #fefee0;
	border: 3px solid #2c0e09;
	border-top:0;border-right:0;
	float:left;
	padding:10px;
	width:728px;
}a

#pagetop {
margin-bottom:10px;
}

#right {
	float:left;
}
#footer {
	width:100%;
	height:130px;
	clear:both;
	background: url('../img/trawa.png') repeat-x bottom left;
}

#mainmenu ul {
list-style-type:none;
padding:3px 0;margin:0;
float:left;
}

#mainmenu li a {
 width:190px;
 height:30px;
 float:left;
}

#mainmenu li.item1 a {
  background: url(../img/m_glowna.png) center center no-repeat;
}
#mainmenu li.item1 a:hover {
  background: url(../img/m_glowna_a.png) center center no-repeat;
}

#mainmenu li.item2 a {
  background: url(../img/m_ofryzjerkowie.png) center center no-repeat;
}
#mainmenu li.item2 a:hover {
  background: url(../img/m_ofryzjerkowie_a.png) center center no-repeat;
}

#mainmenu li.item3 a {
  background: url(../img/m_oferta.png) center center no-repeat;
}
#mainmenu li.item3  a:hover {
  background: url(../img/m_oferta_a.png) center center no-repeat;
}

#mainmenu li.item4 a {
  background: url(../img/m_sklep.png) center center no-repeat;
}
#mainmenu li.item4  a:hover {
  background: url(../img/m_sklep_a.png) center center no-repeat;
}

#mainmenu li.item5 a {
  background: url(../img/m_aktualnosci.png) center center no-repeat;
}
#mainmenu li.item5  a:hover {
  background: url(../img/m_aktualnosci_a.png) center center no-repeat;
}

#mainmenu li.item6 a {
  background: url(../img/m_galeria.png) center center no-repeat;
}
#mainmenu li.item6  a:hover {
  background: url(../img/m_galeria_a.png) center center no-repeat;
}

#mainmenu li.item7 a {
  background: url(../img/m_partnerzy.png) center center no-repeat;
}
#mainmenu li.item7  a:hover {
  background: url(../img/m_partnerzy_a.png) center center no-repeat;
}

#mainmenu li.item8 a {
  background: url(../img/m_kontakt.png) center center no-repeat;
}
#mainmenu li.item8  a:hover {
  background: url(../img/m_kontakt_a.png) center center no-repeat;
}



#page {
float:left;
width:100%;
}

#glownanews {
float:right;
width:280px;}

.partnbox {width:360px;height:155px;overflow:hidden;float:left;margin:10px 0;}
.partnbox h3 {margin-bottom:10px;}
.partnbox a {color:#68270f;}
.partnbox a:hover {color:#2e51d1;}
.partnbox img {
	float:left;
	margin-right:5px;}

table.minifp {
float:right;
width:100%;
margin-top:10px;
}

div.moduletableft {
float:left;
margin-right:10px;
}

div.moduletablefr {
float:left;
margin-right:10px;
margin-bottom:10px;
}

div.moduletable_zdjeciaonas {
float:right;
margin-left:10px;
margin-bottom:10px;
}

div.moduletable_zdjecialewa {
float:left;
margin-right:10px;
margin-bottom:10px;
}


div.moduletable_zdjeciaonas div.modjoomimg {
width:330px;
height:330px;
padding:15px;
background: url('../img/bg_img360px.png') no-repeat top left;
}

div.moduletable_zdjecialewa {
width:330px; height:330px;
padding:15px; background: url('../img/bg_img360px.png') no-repeat top left;
}

div#niematakiego {
width:auto;
height:auto;
padding:0;
background: none;
}

#slidewrap {
	padding:5px;
	border: 1px solid #333;
	background: #fff;
}
.minifp td {padding:10px;}
.minifp td p {}

.minifp td img {
        border:0;
        margin:0 5px 5px 0;
}

.minifp-anotherlinks {
        font-weight:bold;
        font-size:100%;
        display:block;
        padding:5px;
        margin-bottom:5px;
        background: url(../images/bgheader.gif) repeat-x bottom #F5F5F5;


}

.minifp ul li {
        padding-left:0;
}

.minifp ul li a {
}

.minifp-introtitle a, .minifp-introtitle a:visited, .minifp-introtitle a:active, .minifp-introtitle a:link {
        font-size:16px;
	font-weight:bold;
        color:#68270f;
	text-decoration:none;
}

.minifp-introtitle a:hover {
        text-decoration:underline;
}

.minifp-date {
        color:#68270f;
        font-size:9px;
}
.minifp-full-link-wrp {
        text-align:right;}
a.minifp-full-link, a:visited.minifp-full-link, a:active.minifp-full-link, a:link.minifp-full-link {
        line-height:22px;
        font-weight:bold;
        font-size:14px;
        padding:2px 5px;
        letter-spacing:0px;
}

a:hover.minifp-full-link {
        text-decoration: none;
}
.minifp-seperator {
        line-height:1px;}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

