/* Autor: twoja-www.pl twojawww.pl@gmail.com */
/* Wersja 2 */

/* ------------------------ Layout - 2 kolumny ------------------------ */

tr td h3 div.exclamation
{
	font-size: large;
}
a 
{
	text-decoration: underline;
	color: #fff;
}

a:hover 
{
	text-decoration: none;
	color: #ff0;
}	

b
{
	color: black;
	font-weight:900;
}
b a
{
	color: black;
}
p  
{
	text-indent: 0;
	text-align: justify;
	font-size: .7em;
	line-height: 1.25em;
	margin-bottom: .75em;
}

h2
{
	color: #ece1c9;
	font-family: serif;
	font-size: 2em;
	font-style: italic;
	font-stretch: narrower;
	font-weight: lighter;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	background-image: url(images/layout/hShade.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px dotted #ece1c9;
	border-bottom: 1px dotted #ece1c9;
	padding-left: 18px;
	padding-right: 18px;
	clear: both;
}

h3
{
	color: #ece1c9;
	font-style: italic;
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 1.3em;
	margin-top: 0.15em; 
	margin-bottom: 0.4em;
	clear: both;
}

ul
{
	list-style-position: outside;
	margin-left: 2em;
	font-size: 0.7em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.enum
{
	list-style-type: decimal;
	margin-left: 2em;
}

ol
{
	font-size: .8em;
}

img 
{
	border:0;
	margin: .7em 0;
}

* 
{
	margin:0;
	padding:0;
}

.center
{
	text-align: center;
}

.underline
{
	text-decoration: underline;
	font-size:1.1em;
}

.blue
{
	color:blue;
	font-size:x-small;
}

.blueLarge
{
	color:blue;
	font-size:large;
}

.yellowLarge
{
	color: yellow;
	font-size: larger;
}
.bigBlue
{
	color: #ffaa00;
	font-size:medium;
}

p span.bigBlue, ul.bigBlue
{
	color: #ffaa00;
	font-size:small;
}

a.no_Underline
{
	text-decoration:none;
	line-height: 200%;
}

.small
{
	font-size:.75em;
}

.exclamation
{
	color:red;
	text-decoration:underline;
	
	
}
.main_wrapper 
{
	max-width:750px; /* maksymalna szerokość */
	min-width:750px; /* minimalna szerokość */
	margin-left:auto;  /* wyśrodkowanie w przeglądrce */
	margin-right:auto; /* wyśrodkowanie w przeglądrce */
	text-align:left; /* dla IE6 */
	background: url(images/layout/background.png);
	position: relative;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	margin-top: 15px;
}

/* klasa do umieszczania elementów otoczonych testem z prawej strony */
.float_left 
{
	float:left; 
	margin: 0 .3em .3em 0;
} 

.red_text
{
	color:red;
}

.centre
{
	text-align:center;
}


/* klasa do umieszczania elementów otoczonych testem z lewej strony */
.float_right 
{
	float:right;
	margin: 0 0 .3em .3em;
}

#header
{
	position: relative;
	height: 220px;
}

#header_contact
{
	width: 350px;
	position: absolute;
	left: 10px;
	top: 65px;	
}

#header_contact p
{
	font-family: serif;	
	text-indent: 0;
	font-size: 14pt;
	color: #ffffff;
	text-align: center;
}

#header_inner 
{ 
	height: 176px;
	background-image: url(images/layout/header.png);
}

#nav
{
	float: right;
	margin-top: 0px;
	width: 200px;
	background-image: url(images/layout/navBackground.png);
	border-left: 1px dashed #b82200;
	color: #ece1c9;
}

#content2 
{

	color: #ece1c9;
	font-size: 1.2em;
	clear: left;
	height: 780px;
	top: 80px;

}

#content 
{

	color: #ece1c9;
	font-size: 1.2em;
	clear: left;

}

#content p strong
{
	text-decoration: underline;
}

#content_inner {
	padding: 0 20px 0 20px;
}

.finisher {
	clear: both;
	height: 0px;
}

#footer 
{
	max-width:750px; /* maksymalna szerokość */
	min-width:750px; /* minimalna szerokość */
	margin-left:auto;  /* wyśrodkowanie w przeglądrce */
	margin-right:auto; /* wyśrodkowanie w przeglądrce */
	margin-bottom: 15px;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	border-top: 1px dashed #b82200;
	background-color: #8c2200;
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
}

#footer_inner
{
	padding-top: 13px;
	height: 35px;
}

#footer * p
{
	text-align: center;
}

* html #content 
{ 
	float:left; 	/* hack dla IE6 */
	
}

body 
{
	text-align:center; /* Dla IE6 żeby wyśrodkował w oknie przeglądarki */
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
	background: #000000;
}
div.italic_centre
{
	text-align: center;
	font-style:italic;
	font-size:.8em;
}

div#listcontainer {
	width: 100%; 
	font-size:1.1em; 
}

div#listcontainer ul 
{
	border:0; 
	margin:12px 20px 12px 1.25em; 
	padding:0; 
	list-style-type:none;
}

div#listcontainer li 
{
	border-bottom:2px dotted #fff;
	margin:0; 
	padding:.3em 0; 
	text-indent:.5em
}

div#listcontainer li:first-child 
{
	border-top:2px dotted #fff;
}

div#listcontainer a 
{
	text-decoration:none; 
	color:#fff;
}

div#listcontainer a:hover {
	color: #ff0;
}

* html div#listcontainer ul {
	border-top:2px dotted #fff;
}

div#largelistcontainer ul {
	list-style-type: none;
	font-size: .8em;
	padding-left: .8em;
}

#content_inner * html * 
{
	zoom:100%; 	/* hack dla IE6 */
}

#nav_inner, #content_inner, #header_inner
{
	overflow:hidden; /* ucina wystające elementy */
}

* html * 
{
	zoom:100%; /* hack dla IE6 */
}

/* THE ALSETT CLEARING METHOD */
.clearfix:after 
{
	content: ?.?;
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

* html .clearfix 
{
	height: 1%;
}

.clearfix 
{
	display: block;
}

.cennik
{
	
	font-size:.65em;
	color: #ece1c9;
	text-align:center;
	padding-left:1em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;

}

#content_promocje
{
	
	;
	
}

#garland
{

background: url(images/garland.png) repeat-x;
}

.certyfikaty
{
	font-size:.65em;
	color:#ffa;
	text-align:center;
	padding-left:5em;
}

.certyfikaty2
{
	
	font-size:.65em;
	color:#ffa;
	text-align:center;
	padding-left:2.9em;
}

th
{
	color: #ece1c9;
	font-family: serif;
	font-size: 2em;
	font-style: italic;
	font-stretch: narrower;
	font-weight: lighter;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	background-image: url(images/layout/hShade.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px dotted #ece1c9;
	border-bottom: 1px dotted #ece1c9;
}

tr
{
	font-size:1.05em;
}

.cennik td
{
	line-height: 1.3em;
	border-bottom: 1px dotted #ece1c9;
	border-right: 1px dotted #ece1c9;
	border-left: 1px dotted #ece1c9;
}

table

{
	font-size:1.2em;
}

body#intro
{
	background: #000000;
}

.intro
{
		
		height: 500px;
		padding-top: 80px;
}

.intro_href
{
	color: #8c2200;
}

.logo_intro
{
	float:right;
	left:150px;
}

.bigRed
{
	font-size: x-large;
	color: red;
	font-weight: bolder;
	text-decoration: none;
}
.intro_font
{
	color: red;
}

#intro_splash
{
	width:550px;
	height:420px;
	background-image: url(images/intro.png);
	margin-left:auto;  /* wyśrodkowanie w przeglądrce */
	margin-right:auto; /* wyśrodkowanie w przeglądrce */
	text-align:left; /* dla IE6 */

}

td.cennikDlonie
{
	width: 11%;
}

#header_contact * span
{
	font-size: 1.2em;
	color: #ffaa00;
}

/*--------Promocje--------*/

ul.noDots
{
	list-style-type: none;
	font-size: .85em;
}