/* basic elements */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body { 
	background-color: #f6f9fc;
	color: #001F35;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	min-height: 100%;
	scrollbar-base-color: #6777AF;
	scrollbar-track-color: #f6f9fc;
	scrollbar-arrow-color: #041255;
	scrollbar-face-color: #e1edfb;
	scrollbar-highlight-color: #E6F5F9;
	scrollbar-3d-light-color: #A7E2E9;
	scrollbar-shadow-color: #DCDEFC;
	scrollbar-dark-shadow-color: #010721;
	}
body#printSite {background-color: #f6f9fc;}
img {
	border: 0px;
}
p { 
	margin-top: 0px; 
	text-align: justify;
	text-indent: 15px;
}
h3 {
	font-size: 18px;
	letter-spacing: 1px; 
	color: #37698e;
}
h4 { 
	font-size: 15px;
	letter-spacing: 1px; 
	color: #37698e;
	}
h5 { 
	font-size: 13px;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #37698e;
	}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #37698e;
	}

a:hover, a:active { 
	text-decoration: underline; 
	font-weight: bold; 
	color: #4485ac;
	}
a#main_link, a#main_link:visited, a#main_link :hover, a#main_link :active {
	background-color: transparent;
	text-decoration: none;
}

ul {
	list-style-type: square; 
}
ul ul {
	list-style-type: disc; 
}
#marked {
	font-weight: bold;
	color:#003399;
}
#txtFile {
	margin: 10px; 
}
#boldTxt {
	font-weight: bold;
}
#bottomBar {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-right: 15px;
	text-align: right;
	background-color: #f6f9fc;
}

#bottomBar a, a:visited {
	text-decoration: none;
	font-weight: bold;
	font-weight: bold;
}

/* Główny szablon strony */
#container {
	margin: 0; 
	padding: 0;
	min-height: 100%;
	height: auto;			
	position:relative;
}
/* min-height for IE */
* html #container {height: 100%;}

#onTop {
	position: absolute;
	top: 5px;
	left: 5px;
	vertical-align: top;
	min-width: 790px;
	width: auto;
	height: 105px;
}
/* min-width for IE */
* html #onTop {width: 790px;}
#headline {
	width: 100%;
	height: 42px;
}
#content {
	margin: 0;
	padding-right: 10px;
	padding-left: 175px;	/* zależy od width w klasie .menu */
	padding-top: 110px;	
	padding-bottom: 60px;
	min-height: 440px;
}
/* min-height for IE */
* html #content {height: 600px;}

#footer {
	position:absolute;
	bottom:0;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;		/* może być 790px dla stałego rozmiaru 800X600 lub 100% */
	height: 57px;
	background: #f6f9fc url(img/bg_foot.gif) repeat-x;
	text-align: right;
	vertical-align: bottom;
}

/* Nagłówek aktualna strona (po lefwej) i flagi (po prawej) */
div#currentSite {
	width: 253px;
	height: 42px;
	float: left;
	font-weight: bold;
	background: transparent url(img/bg_headline.gif) no-repeat top right;
}
div#currentSite span {
	display: block;
	padding-top: 13px;
	padding-left: 32px;
	letter-spacing: 1px;
	color: #23435a;
}

/* FLAGI - wybór języków */
ul#flags {
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
	width: 162px;
	height: 42px;
	background: transparent url(img/bg_flags.gif) no-repeat;
	overflow: hidden; 
	list-style-type: none;
}
ul#flags li a {
	width: 35px !important; 
	position: absolute; 
	top: 0;
  text-decoration: none; 
	overflow: hidden;
  height: 42px; 
	background: url(img/flags.gif) no-repeat; 
}
li#home a { background-position: 0 0 !important; left: 25px; }
li#home a:hover { background-position: 0 -42px !important; }
        
li#pl a { background-position: -38px 0 !important; left: 63px; }
li#pl a:hover { background-position: -38px -42px !important; }
        
li#en a { background-position: -76px 0 !important; left: 101px; }
li#en a:hover { background-position: -76px -42px !important; }

/* Formularz */
td#formHeadline {
	padding-left: 5px;
	line-height: 20px;
	font-weight:bold;
	background-color: #c0def5;
}
form#form input, select,textarea {
	border: 1px solid #b5cde6;
	background-color: #f2f8fd;
	font-size: 11px;
}
form#form input:focus, textarea:focus { 
	background-color: #f6f9fc; 
}
form#form input#submit {
	margin-right: 5px;
	float: right; 
	width: 70px;
	color: #2e4e6d;
	font-weight: bold;
	background-color: #c0def5;
}
table#regTab td {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
tr#secTr {
	/* background-color: #dfeef9; */
}
table#parts {
	width: 100%;
}

span#formError {
	color: #ea0000;
	font-size: 11px;
	padding-left: 10px;
}
.communicat {
	border: 1px solid #1b69a9;
	padding: 10px;
	width: 500px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#communicatGood {
	color: #2d8edf;
}
#communicatBad {
	color: #a40000;
}

/* Print Wnidow */
#printBar {
	background: transparent url(img/print/bg_top.gif) repeat-x;
	height: 39px;
	padding: 0;
	position: relative;

	border: 1px solid #f6f9fc;
}
#printBar span#ico {
	position: absolute;
	top: 0px;
	right: 5px;
	letter-spacing: 8px;
}
#printBar h4 {
	margin-top: 10px;
	margin-left: 10px;
}
#printContent {
	padding: 0;
	margin: 0;
	min-height: 362px;
	height: auto;	 
}
/* min-height for IE */
* html #printContent {height: 376px; }

#printBottom {
	background: transparent url(img/print/bg_down.gif) repeat-x;
	height: 33px;
}
#printBottom h5 {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* end print */
/* Galeria */
#gallery {
	margin-top:3px; 
	margin-bottom:5px; 
	border: 0;
}
#gallery td {
	font-size: 11px;
	text-align:center; 
	vertical-align: top;
	padding: 10px;
}
#aboveGallery {
	background-color:#98C0DE; 
	width: 90%;
	height: 1px;
	line-height: 1px;
}
a#galleryImg, a#galleryImg:visited, a#galleryImg :hover, a#galleryImg :active {
	background-color: transparent;
	text-decoration: none;
}
