html {
	background: url(../images/bg.png);
	min-height: 100%;
}

body {
    line-height: 18px;
	height: 100%;
}

body, input, textarea {
    color: /*#76706a; */ #000000;
    font-size: 12px;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}

select {
	color: #000;
}

.Wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0px;
}

a {
    color: #ca2c2a;
    outline: 0;
}
a:hover {
    text-decoration: underline;
	color: #ca2c2a;
}

strong, b {
	font-weight: bold;
}

p {
	margin-bottom: 15px;
}

a:focus { outline: none }

hr { margin-bottom:15px; color:#fff;}
.article ul, .article ol { margin-bottom:15px;}

a.more_big { color: #ca2c2a; background: url(../images/arrow_more_big.png) no-repeat right center; margin-bottom: 15px; padding-right: 14px; display: inline-block; font-size: 14px; line-height: 21px; }
a:hover.more_big { color: #ca2c2a; text-decoration: underline; }

a.more { color: #ca2c2a; background: url(../images/arrow_more.png) no-repeat right center; margin-bottom: 15px; padding-right: 14px; display: inline-block; font-size: 12px; line-height: 21px; }
a:hover.more { color: #ca2c2a; text-decoration: underline; }

/*****************************************************************************
                                 Headlines
*****************************************************************************/

h1, h2, h3, h4, h5, h6 { display: block; }
div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 { display: block; }

h1, div.h1 { font-size: 38px; line-height: 43px; font-weight: normal; color: #302b25; margin-bottom: 15px; }

h2, div.h2 { font-size: 38px; line-height: 43px; font-weight: normal; color: #302b25; margin-bottom: 15px; }

h3, div.h3 { font-size: 30px; line-height: 37px; font-weight: normal; color: #302b25; margin-bottom: 15px; }

h4, div.h4 { font-size: 25px; line-height: 28px; font-weight: normal; color: #302b25; margin-bottom: 15px; }

h5, div.h5 { font-size: 19px; line-height: 22px; font-weight: normal; color: #302b25; margin-bottom: 15px; }

h6, div.h6 { font-size: 16px; line-height: 19px; font-weight: bold; color: #4d4d4d; margin-bottom: 15px; }
h6 a, div.h6 a { color: #4d4d4d; }

/*****************************************************************************
                                CSS Clasess
*****************************************************************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	font-size: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.rs { 
	float: right !important; 
}

.ls { 
	float: left !important; 
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-15 {
	margin-right: 15px;
}

.f-l {
	float: left; display: block;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.b-n {
	background: none !important;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;
}

.b-r-b-10 {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	behavior: url(_tematy/domyslny/PIE-1.0beta5/PIE.htc);
}

.b-r-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.b-r-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.bx-prev { width: 15px; height: 26px; display: block; overflow: hidden; text-indent: -9999px; background: url(../images/bx_arrows.png) no-repeat 0 0; }
a:hover.bx-prev { background-position: 0 -26px; }
a.bx-next { width: 15px; height: 26px; display: block; overflow: hidden; text-indent: -9999px; background: url(../images/bx_arrows.png) no-repeat -15px 0; }
a:hover.bx-next { background-position: -15px -26px; }


table { width: 100%; font-size: 13px; font-weight: normal; margin-bottom: 15px; }
table th { font-size: 20px; color: #41584f;  }
/* table td, table th { border-bottom: 1px solid #bbbbb0; padding: 8px 6px; } */
table td.price { color: #6e1405; font-weight: bold; }
table td.options { width: 70px; }

table.tabelka td
{
border: 1px solid black;
}




/*
@media only screen and (max-width: 80em) {
   

.Wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 0px;
}

}

*/