html, body, div, span, p, h1, h2, h3, h4, h5, h6, textarea, a, em, img, strong, ul, li, form, label, table, tr, th, td, fieldset {
 margin:0;
 padding:0;
 border:none;
 outline:none;
}
.custom_home {
	width: 780px;
	margin: auto;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px;
    	margin-top: -290px;
}
@font-face {
    font-family: 'amaze-normal';
    src: url('amaze_normal-webfont.eot');
    src: url('amaze_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('amaze_normal-webfont.ttf') format('truetype'),
         url('amaze_normal-webfont.svg#amaze-normal') format('svg');
    font-weight: normal;
    font-style: normal;

}
.bg {
	background: url(../img/bg.jpg) center center no-repeat fixed;
}
#container {
	margin: auto;
	width: 940px;
	padding:30px;
	display: block;
}
#con1 {
	width: 940px;
	padding-bottom: 20px;
}
#con2, #con4 {
	width: 500px;
	margin: auto;
	text-align: center;
}
#con3 {
	padding-top: 20px;
	padding-bottom: 20px;	
	width: 940px;
}
#con5 {
	text-align: center;
}
#logo {
	width: 150px;
	margin-right: 30px;	
	float: left;
}
#menutop {
	width: 760px;
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}


.map {
	border: 1px solid #e2e2e2;
}

html, body {
  	margin:0;
  	padding:0;
  	height:100%;
  	color: #452501;	  
  	line-height: 1.5em;
  	font-size: 14px;
  	font-family: Georgia, "Trebuchet MS", Arial;  
  	
 }
 
a {
	color: #000000;
	text-decoration:none;	
}

a:hover {
	color: #000000;
	text-decoration: underline;	
}

ul {
	list-style-type:circle;
	margin-left: 50px;
	}
ol {
	list-style-type:lower-alpha;
	margin-left: 50px;
	}

ul.menu {
	list-style: none;
	margin: 0;
	float: right;
}
ul.menu li {
	margin:0px;
	text-align: center;	
	float: left;
	margin: 0px;
}
	

h1, h2, h3, h4, h5, h6, .subheading-category {
	padding: 0;
	margin: 0;
	color: #452501;
	font-family: amaze-normal;
}

h1, .subheading-category {		
	font-size: 40px;		
	margin-bottom: 20px;	
        font-weight: normal;
	}

h2 {
	font-size: 18px;	
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, Arial;
	}
h3 {
	font-size: 15px;
	font-family: Georgia, Arial;
	}

.menu li a {
	color: #452501;
	font-family: amaze-normal;
	font-size: 30px;
	text-align: center;
	font-weight: normal;	
	padding: 13px 20px 13px 20px;	
}
.menu li a:hover, .menu li.current a {	
	background: url(../img/bg_menu.png) center bottom no-repeat;
	text-decoration: none;		
}	
.clr {
	clear:both;	
	display:block;	
}
.readmore {
	display:block;
	overflow:hidden;
	padding: 5px 0 5px 0;
	font-size: 12px;
	}

.readmore a {	
	float:right;
	font-weight: normal;
	}
	

dt {
	display: none;
}
dl, dd {
	margin: 0;
	padding: 0;
	font-size: 12px;	
	padding-bottom: 10px;
}

/* ############ tabele ################## */

table {
	font-size: 100%;	
}
table td {
	text-align: left;
	vertical-align: top;
}




/* ##############  pagination  ############# */

.pagination
{
	text-align: center;
        margin:10px 0;
        padding:10px 0 10px 0px;
        clear:both;
        font-size: 0.9em;
        color: #333333;	
        font-weight: normal;
        width: 100%;
}
.pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

.pagination li
{
        display:inline;        
        text-align:left;
        border:solid 0px #eee;        
	margin:0;
	padding:0;
}
.pagination span {
        background: #e2e2e2;
        color: #000000;
        padding:3px 7px;
        margin:0 2px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}
.pagination a {
        padding:3px 7px;
        color: #000000;	
        margin:0 2px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}
.pagination a:hover {
        padding:3px 7px;
        color: #000000;	
        background: #e2e2e2;
        margin:0 2px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;
}

.pagenav
{padding:2px; clear: both;}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev
	{
	border:0;
	display: none;
}

.pagination li.pagination-start ,
.pagination li.pagination-start  span
 {
padding:0

}

/* ############ formularz kontakt ######### */

table.my_contact_form {	
	width: 400px;
}
	
table td.inputbox_label {
	width: 200px;	
}
table td.inputbox_form input, table td.inputbox_form textarea {
	background: #f8f7f7;
	border: 1px solid #452501;	
	padding: 4px;
	width: 200px;	
	font-family: Georgia, "Times New Roman", Tahoma, serif;	
}

table td.inputbox_button input {	
	padding: 4px;
	background: #452501;
	border: 1px solid #452501;
	color: #ffffff;		
}



/* ############ coockies ################## */

#ciastko {
	width: 60px;
	height: 73px;
	background: url(../../../plugins/system/EUCookieDirective/EUCookieDirective/images/ciasteczko.png) no-repeat;
	position: absolute;
	right: 20px;
	bottom: -20px;
}


div.blog .item {
	clear: both;
}