* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
div {
	font-size: 12px;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: transparent;
	color: #da251d;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #da251d;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #575756;
}
/*****************basic layout *****************/
.clrb {
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	color: #575756;
	background: #16120e url('uploads/szablon/bg.jpg') repeat 0 0;
}
div#pagewrapper {
	width:960px;
	margin: 10px auto;
	color: #575756;
	overflow:hidden;
	background:#fafafa;
}
div#menu {
	width:940px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	background: url('uploads/szablon/logo.jpg') no-repeat 0px 40px;
}
div#menu h1 a {
	clear:both;
	display:block;
	width:250px;
	height: 95px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	text-indent: -999em;
}
div#head {
	width:940px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}
div#head_l {
	width:350px;
	height: 300px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float:left;
	display:inline;
	background: transparent url('uploads/szablon/headlink.jpg') no-repeat 0 0;
}
div#head_l h1{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#7b7978;
	padding:6px 0 0 40px;
}
div#head_l h1 a{
	color:#7b7978;
}
div#head_l h1 a:hover{
	color:#da251d;
}
div#head_l h2{
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#b0adac;
	padding:0px 40px 0 0;
	text-align:right;
}
div#head_l h2 a{
	color:#b0adac;
}
div#head_l h2 a:hover{
	color:#da251d;
}

table.tab_head{
	width:100%;
}
table.tab_head td{
	width:350px;
	height:37px;
}
div#head_r {
	width:590px;
	height: 300px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float:right;
	display:inline;
}
div#content {
	width:940px;
	margin: 35px auto 10px auto;
	padding: 0;
	overflow:hidden;
}
div#c_left {
	width:330px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:left;
}
div#c_left ul#menu_left{
	width:320px;
	margin: 0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
div#c_left ul#menu_left li{
	font-size:14px;
	padding:8px 0;
	border-bottom:1px solid #E9E9E9;
}
div#c_left ul#menu_left li a{
	color:#797876;
}
div#c_left ul#menu_left li a{
	color:#DE211F;
}
div#c_right {
	width:590px;
	margin: 0;
	padding:0;
	overflow:hidden;
	float:right;
	background: #aeadad url('uploads/szablon/content_bg.jpg') repeat-x 0 0;
}
div#main {
   padding:20px;
}
div#footwrap {
	width:940px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}
div#footer {
	clear: both;
	width: 100%;
	height:40px;
	padding: 0;
	margin:0;
	overflow:hidden;
}
div#footer p{
	width:600px;
	float:left;
	display:inline;
	padding:0;
	line-height: 40px;
	font-size: 12px;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
}
div#footer p a{
	color:#ffffff;
}
div#footer p a:hover{
	color:#da251d;
}
div#footer h3 {
	width:200px;
	float:right;
	display:inline;	
	font-size: 11px;
	line-height:30px;
	text-align: right;
	margin: 0;
	font-weight:normal;
	color:#777777;
}
div#footer h3 a {
	color: #777777;
}
div#footer h3 a:hover {
	color: #da251d;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
table.contactform{
	width:300px;
	margin:0 auto;
}
table.contactform td{
	padding:2px;
}
table.contactform td input{
	padding:2px;
	background:#eceaea;
	border: 1px solid #d2d0d0;
	width:280px;
}
table.contactform td input.fbsubmit{
	padding:2px;
	background:#da251d;
	border: 1px solid #8b1812;
	color:#ffffff;
	font-weight:bold;
	width:285px;
	cursor:pointer;
}
table.contactform td textarea{
	padding:2px;
	background:#eceaea;
	border: 1px solid #d2d0d0;
	width:280px;
	height:80px;
}
table.szk{
	width:250px;
	margin:0;
}
table.szk td{
	padding:2px;
}
table.szk td input{
	padding:2px;
	background:#D1CABA;
	border: 1px solid #9f8e85;
	width:246px;
}
table.szk td input.fbsubmit{
	padding:2px;
	background:#4a2414;
	border: 1px solid #4a2414;
	color:#ffffff;
	font-weight:bold;
	width:251px;
	cursor:pointer;
}
table.szk td textarea{
	padding:2px;
	background:#D1CABA;
	border: 1px solid #9f8e85;
	width:246px;
	height:80px;
}
table.tab_nagrody{
	width:90%;
	margin:0 auto;
}
table.tab_nagrody td{
	text-align:center;
	vertical-align:middle;
	padding: 20px;
	font-size:12px;
	font-weight:bold;
}

table.tab_main{
	width:100%;
	margin:0 auto;
}
table.tab_main td{
	padding:0 10px;
	vertical-align:top;
}
table.tab_main td p{
	color:#9e9e9e!important;
	padding:0 10px!important;
	line-height:14px!important;
}

table.tab_kontakt{
	width:100%;
	margin:0px auto;
	padding:0px;
}
table.tab_kontakt td{
	padding:0 10px;
	margin:0;
	vertical-align:top;
}
div.box{
	width:250px;
	height:52px;
	margin-bottom:25px;
	clear:both;
}
div.mail{
	background: transparent url('uploads/szablon/box_mail.jpg') no-repeat 0 0;
}
div.tel{
	background: transparent url('uploads/szablon/box_tel.jpg') no-repeat 0 0;
}
div#CGGoogleMaps0{
	margin:0 auto;
	overflow:hidden;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 20px 0;
	font-weight:bold;
	color:#575756;
	letter-spacing:1px;
}
div#content h2 {
	color: #2D2018;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 20px 0;
}
div#content h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0 10px 0;
	padding:2px;	
	color: #ffffff;
	padding-bottom:2px;
	border-bottom:1px solid #676666;
	border-right:1px solid #676666;
	background:#8f8e8e;
	font-weight:normal;
}
div#content h4 {
	font-size: 18px;
	line-height: 52px;
	color: #2b353f;
	padding-right:10px;
}
div#content h5 {
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 8px 0;	
	color: #2b353f;
}
div#content h5 a {
	color: #2b353f;
}
div#content h5 a:hover {
	color: #a73300;
}
div#content h6 {
	font-size: 14px;
	line-height: 50px;
	margin: 8px 0 8px 0;	
	color: #2b353f;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 20px;
	padding: 0;
	color:#575756;
	text-align:justify;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#content dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
