/* 03_fixed_centre
 3 kolumny, ustalony wyśrodkowany, oparty na wg P. O'Briena
 oparty na: Three Column Layout with Equalizing Header and Footer
 (http://www.pmob.co.uk/)
 */
/* Ukryj przed Mac/IE commented backslash v2 \*/
html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

html, body {
	height: 85%;
}

/* koniec łatki */
body {
    padding: 0;
    /*margin: 0;*/
    color: #000;
    text-align: center; /* wyśrodkuj stronę - dla IE*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 14px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
	/*background: url(../images/tekstura3.png) repeat;*/
}

input {
    border: 1px solid #8f8f8f;
    background: #91c490;
    /*color			: #ffffff;*/
    padding: 3px;
    /*padding-left	: 20px;*/
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
} .button {
    border: 0px;
    background: #8f8f8f;
    padding: 3px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
} #content {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 900px;
    padding-top: 85px;
    background: none;
    margin: 0 auto; /* wyśrodkuj stronę */
    text-align: left; /* przywróć justowanie tekstu do lewej */
} #nav_bar {
    float: left;
    width: 170px; /* mniej o 2 px na border */
    padding-top: 20px;
    padding-left: 10px;
} #content_nav_ext {
    float: left;
    position: relative;
    width: 100%; /* = #content - #misc_bar */
    background		: none;
} #header {
    position: absolute;
    top: 5px;
    width: 900px;
    height: 70px;
    margin: 0 auto;
} 
#lang_box { width: 150px; position:absolute;  float: left;}

#clear_footer {
    height: 15px;
    clear: both;
    width: 100%;
}
#clear_header {
    height: 1px;
    clear: both;
    width: 100%;
} #footer {
    clear: both;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: #EEEEEE;*/
    padding-top: 10px;
    text-align: center;
} #front_foto {
    width: 700px;
    float: right;
    text-align: right;
} #content_main {
    width: 700px; /* = #content - #misc_bar - padding*/
    float: right; /* ustawia margines od lewej */
    padding-top: 15px; /* miejsce na nagłówek */
    padding-bottom: 20px; /*  oddala nieco stopkę */
    margin-left: 10px;

} #footer_text {
    color: #000;
    font-size: 80%;
    width: 100%;
}

/*=================== ŁATKI ======================== */
/* tu będą umieszczane łatki */
html > body #content {
    height: auto; /* dla Mozilli, IE zawsze traktuje height jako min-height*/
}

/*=============== KONIEC ŁATEK ===================== */
/* ========== TYLKO DLA PODGLąDU =================== */
h1 { /* Ukrywa wyświetlanie nazwy w nagłówku strony */
    display: none;
}

/* ==== wbudowane klasy styli ze źródła szablonu ======= */
img {
    border: 0;
} #path_leading {
    color: #57585a;
} #nav_bar ul {
    display: block;
    list-style: none;
    font-weight: bold;
    margin: 0;
	float: right;
} #nav_bar ul li {
    float: left;
    width: 150px;
    border-bottom: 1px solid #772222;
	padding: 6px 6px 6px 12px;
} #nav_bar ul a:link, ul a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #222222;
} #nav_bar ul li a:hover {
    color: #dd2222;
    padding-left: 5px;
} #nav_path {
    text-decoration: none;
    color: #000;
    font-size: 10px;
} #nav_path a, a a:visited {
    text-decoration: none;
    color: #000;
} #nav_path a:hover {
    text-decoration: underline;
    color: #000;
} .input {
    border: none;
} #t_dokumenty {
    font-size: 90%;
    border-collapse: collapse;
    width: 100%;
} #t_dokumenty th {
    background-color: #57585a;
    height: 20px;
    border-left: 1px solid #FFF;
    padding-left: 4px;
    padding-right: 4px;
    color: #FFF;
} #t_dokumenty td {
    padding-left: 5px;
    border-bottom: solid 1px #cccccc;
} #tr_parz {
    background-color: #eeeeee;
} .tr_highlight {
    background-color: #cececc;
} .tr_normal {
    background-color: #ffffff;
} #p_message {
    text-align: center;
    font-size: 150%;
} #bold_green {
    color: #44dd44;
} #td_center {
    text-align: center;
} .promocja {
    color: #cc3333;
	
}
#tabs{
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 0;
}
#tabs a{
	text-decoration: none;
}
#tabs a:visited
{
	color: inherit;
}
#tabs a:hover{
    color: #dd2222;
}
#tabs ul{
    
    font-weight: bold;
    margin: 0;
	padding-left: 20px;
	width: 390px;
}
#tabs li{
	display: inline;
	list-style: none;
	text-align: center;
	background : url("../images/tab1.png") no-repeat;
	color: #fff;
	line-height: 40px;
	width: 150px;
	padding: 5px 34px 5px 34px;
}
#tabs li.selected {
	background-image : url("../images/tab2.png");
}
#tabs table {
	width: 390px;
	border: 0;
	vertical-align: bottom;
	padding: 0;
	padding-left: 50px;
}
#tabs td{
	width: 110px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background : url("../images/tab1.png") no-repeat;
}
#tabs td.selected{
	color: #000;
	background : url("../images/tab2.png") no-repeat;
}
.naglowek_p
{
	font-weight: bold;
	font-size: 12px;
}
#tab_naglowek
{
	font-weight: bold;
	font-size: 12px;
	background: #CCCCCC;
	text-align: center;
}
#gallery {
border: 1px solid #8888CC;
padding: 3px;
}
#czarter_foto
{
	float:		right;
	width:		410px;
}
.error{
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
.message{
	color: #00FF00;
	font-weight: bold;
	font-size: 13px;
}
#menu_foto_div{
	width:			170px;
	height:			200px;
	float:			left;
	text-align: 	center;
	padding-top:	50px;
}

#czarter_cennik {}
#czarter_cennik th {background: #AAF; text-align: center; font-size: 90%}
#czarter_cennik tr {background: #ddd;}
#czarter_cennik tr:hover {background: #aaa}
#czarter_cennik td {text-align: center; height: 25px}
#czarter_cennik .data {background: #bbb; font-weight: bold; font-size: 90%}

.my_ul a {color: #000; text-decoration: none}
.my_ul a:hover {color: #F00; text-decoration: underline}
.my_ul a:visited {color: #000}

#header_info {float: right; width: 400px; text-align: right; clear: both;}

.red {color: red;}
#tabs_specjalna { font-size: 130%; }
