/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ebebeb; /*#C8C8C8;*/ /*#ebebeb;*/
	color: #707070;
	text-align: center;
	vertical-align: middle;
	font-family:Tahoma;
	font-size: 12px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.title {
	font-family: inherit;
	color: #ec2319;
	font-size: 19px;
	font-weight:bold;
}

table.t_main_text {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
}

.main_text {
/*	color: #808080;
	font-family:Tahoma;
	font-size: 12px; */
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	padding: 5px;
	text-align: justify;	
}

.email_info {
	position: relative;
	margin-top: 5px;
	color: #B07070;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
/*	text-decoration: underline;*/
}

a.link_maly {
	font-size: 10px;
	text-decoration: underline;
	color: #ec2319;
}

.naglowek {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: right;
	color: inherit;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
}

.textfield {
	font-family: inherit;
	font-size: inherit;
	color: black;
	width: 100px;
}

.inputfile {
	font-family: inherit;
	font-size: inherit;
	color: black;
	width: 170px;
}

a.css_rollover {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

a.css_rollover:hover {
	background-position: 0px -19px;
}

a.email {
	font-family: inherit;
	color: #707070;
	text-decoration: none;
}

a.powieksz {
	font-family: inherit;
	color: #707070;
	font-size: 10px;
	text-decoration: none;
}

a.powieksz:link {
	color: #707070;
}

a.powieksz:hover {
	color: red;
}

#textarea {
	width: 180px;
	height: 50px;
}

INPUT.button {
	font-family: inherit;
	font-weight: normal;
	color: white;
	background-color: #565b59;
	border: 2px solid #727876;
	cursor: pointer;
	font-size: inherit;
}

#table_outer {
	width: 991px;
	margin: 0px;
	padding: 0px;
	clear: none;
}

#table_fake {
	width: 1px;
	height: 520px;
/*	background-color: #FFFFFF; */ /*#C8C8C8;*/
	float: left;
/*	background-image: url(../gfx/pasek-wewn.gif);
	background-repeat: repeat-x;
	background-position: 0px 165px; */
}

#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*
	position:absolute;
  left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -380px;
	width: 990px;
	height: 600px;*/
}

#outer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 991px;
	height: 100%;
}

#left_page {
	position: relative;
	width: 565px;
	height: 100%;
	background-image: url(../gfx/belka-gorna-pozioma.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color: #FFFFFF;
	float: left;
	overflow: visible;
}

#main_page {
	position: relative;
	float: left;
	width: 333px;
	height: 100%;
	padding-top: 15px;
	background-image: url(../gfx/tlo_main_gora.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E8E8E8;
}

#right_page {
	position: relative;
	float: left;
	/*position: absolute;
	top: 10px;
	right: 12px;*/
	width: 37px;
	height: 100%;
	background-image: url(../gfx/belka-gorna-pozioma.gif);
	background-repeat: repeat-x; 
	background-position: top;
	background-color: #FFFFFF;
}

#pion_lewy_tlo {
	position: relative;
	height: 100%;
	width: 27px;
	background-image: url(../gfx/belka-pionowa-lewa-2.jpg);
	background-repeat: repeat-y;	
	float: left;
}

#pion_lewy_tlo #plg1 {
	height: 146px;
	width: 27px;
	background-image: url(../gfx/belka-pionowa-lewa-1a.jpg);
}

#pion_lewy_tlo #plg2 {
	background-image: url(../gfx/belka-pionowa-lewa-1b.jpg);
	height: 275px;
	width: 27px;
}

#pion_prawy_tlo {
	position: relative;
	height: 100%;
	width: 28px;
	background-image: url(../gfx/belka-pionowa-prawa-2.jpg);
	background-repeat: repeat-y;	
	float: left;
}

#pion_prawy_tlo #ppg1 {
	height: 146px;
	width: 28px;
	background-image: url(../gfx/belka-pionowa-prawa-1a.jpg);
}

#pion_prawy_tlo #ppg2 {
	height: 275px;
	width: 28px;
	background-image: url(../gfx/belka-pionowa-prawa-1b.jpg);
}

#frame_top {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../gfx/tlo_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

#frame_bottom {
	position: relative;
	top: -2px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 70px;
	background-image: url(../gfx/pasek-dolny2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
/*	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%; 
	background-color: #ebebeb;
	background-image: url(../gfx/pasek-dolny2.jpg);
	background-repeat: repeat-x;
	background-position: top;
*/	
}

#bottom {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 991px;
	height: 69px;
	/*top: -2px;*/
	/*clear: both;*/
	/*height: 87px;*/
}

#bottom #left_part {
	width: 565px;
	height: 100%;
	background-image: url(../gfx/pasek-dolny2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	float: left;
}

#bottom #pion_left {
	width: 27px;
	height: 100%;
	background-image: url(../gfx/belka-pionowa-lewa-4.jpg);
	float: left;
}

#bottom #main_part {
	width: 333px;
	height: 100%;
	background-image: url(../gfx/tlo_main_dol.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E8E8E8;
	float: left;
	text-align: right;
	vertical-align: bottom;
}

#bottom #pion_right {
	width: 28px;
	height: 100%;
	background-image: url(../gfx/belka-pionowa-prawa-4.jpg);
	float: left;	
}

#bottom #right_part {
	width: 37px;
	height: 100%;
	background-image: url(../gfx/pasek-dolny2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	float: left;	
}

#logo {
	position: relative;
	top: 55px;
	left: 95px;
	width: 383px;
	height: 74px;
}

#pasek_srodek_lewy {
	position: relative;
	top: 95px;
	background-image: url(../gfx/pasek-wewn.gif);
	background-repeat: repeat-x;
	background-position: 0px -4px;
	background-color: #FFFFFF;
  height: 220px;
}

#pasek_srodek_prawy {
	position: relative;
	top: 165px;
	background-image: url(../gfx/pasek-wewn.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
  height: 220px;	
}

#flash {
	position: relative;
	top: -23px;
	left: 66px;
	width: 441px; 
	height: 275px;
	margin: 0px;
	padding: 0px;
}

#ramka_flash_gora {
	background-image: url(../gfx/ramka-flasha-gorna.jpg); 
	width: 441px; 
	height: 10px;
}

#ramka_flash_lewa {
	background-image: url(../gfx/ramka-flasha-lewa.jpg); 
	width: 10px; 
	height: 255px;
}

#ramka_flash_prawa {
	background-image: url(../gfx/ramka-flasha-prawa.jpg); 
	width: 9px; 
	height: 255px;
}

#ramka_flash_dol {
	background-image: url(../gfx/ramka-flasha-dolna.jpg); 
	width: 441px; 
	height: 10px;
}

#main_stopka {
	position: relative;
	top: 15px;
	width: 300px;
	margin: 0px;
}

#linia {
	position: relative;
	width: 330px;
	height: 7px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	left: 0px;
	margin-bottom: 10px;
}

#dogory {
	position: relative;
	width: 330px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	right: 10px;
}

#left_text {
/*	position: absolute;
	top: 435px;
	left: 120px; */
  position: relative;
	top: -25px;
	left: 130px; 
	width: 400px;
	height: 125px;
}

#left_text_in {
	position: relative;
	display: inline; 
	margin: 0px 3px 0px 0px; 
	clear: none; 
	float: left;
	text-align: right;
	vertical-align: top;
	font-size: 13px;
}

#menu_gora {
	position: relative;
	top: 20px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	/*width: 100%;*/
}

#zobacz_wiecej {
	position: relative;
	float: right;
	margin: 30px 10px 10px 0px;
}

TD#tlo_obrazka {
	width: 110px;
	height: 145px;
	background-image: url(../gfx/tlo_obrazka.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

table#galeria {
	margin: 10px 0 0 0;
	/*width: 300px;*/
	text-align: center;
}

div#powieksz {
	text-align: right; 
	margin-top: 3px; 
	padding-right: 12px;
}

img.miniaturka {
  margin-top: 4px;
  border-style: solid;
	border-width: 1px;
	border-color: #848282;
}
