/* -----------------  HTML styles tag   --------------------*/

body {
	background: #DEDEDE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 125%;	
}

h2 {
	font-size: 120%;	
}

h3 {
	font-size: 110%;	
}

p {
	font-size: 100%;
}

a {
	text-decoration:none;
}

img {
	border: 0px;
}

li h2{
	
	margin-bottom: 2px;
	margin-top: 20px;
}

li h3{
	
	margin-bottom: 2px;
	margin-top: 20px;
	
}

/*----------------title ---------------------------- */
#title {	
	padding: 1px 25px;
	background-image:url(../images/design/breadcrumb_bg.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	color: #003366;	
	border-bottom-color: #000000;
	border-bottom-style: groove;
	border-bottom-width: thin;
}

/*----------------------------------------------------*/
/*         Layout  divs                               */
/* ================================================== */

#pageCell {
	position: relative;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	min-width: 770px;
	width: 80%;	
	left: 10%;
	right: 10%;
	visibility: visible;
}

#pageHead {
	position: relative;
	text-align: left;	
	margin: 0px;
	padding: 0px;
	background-color: #E0EFC0;
	height: 205px;
	width: 100%;	
}

#logo {
	margin: 10px;
}

#firma {
	position: absolute;
	left: 120px;
	top: 20px;
}
/* ----------------- columns styles ---------------------- */
#content {
	position: relative;	
	float: left;	
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	top: 5px;
	background-color: #FFFFFF;	
}

#leftColumn {	
	background-color:#FFFFFF;
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;	
	height: auto;
}

#rightColumn {	
	background-color: #FFFFFF;
	float: right;	
	width: 67%;
	height: auto;	
	padding: 0px 1%;
}
#search h2{
	background-color: #CC3300;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}

/* ----------------- siteInfo styles --------------------- */
#siteInfo {	
	clear: both;
	top: 5px;	
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 80%;
}

#siteInfo a {
	color:#FFFFFF;
	font-weight: bolder;
}

#siteInfo a:hover {
	color:#CC6600;
	text-decoration: underline;
}

#siteInfo div {
	padding: 0.3em 2%;
	background-color:#000000;
	float: left;
	width: 96%;
}
#siteInfo #prawa {	
	float: right;	
	right: 2%;	
}

#siteInfo #lewa {	
	float: left;		
}

#siteInfo div a img {
	border: none;
	padding: 0px 2%;
	vertical-align: super;
	float: right;	
}
/* ---------------viewUser styles -----------------------*/
#viewUser {
	background: url(../images/design/login_bg.jpg) repeat-x top left;
	padding: 0px;
	margin: 0px;
}
#viewUser p{
	font-size: 80%;
	color: #000000;	
	padding: 10px 20px;
}

#viewUser b {
	font-size: 120%;
	color:#CC3300;		
}

/* -------------- breadCrumb styles ------------------- */
#breadCrumb {
	background-image:url(../images/design/breadcrumb_bg.jpg);
	background-repeat:repeat-y;
	padding: 10px 25px;
	margin: 0px;
	background-color:#FFFFFF;
	font-size: 85%;
	color: #003366;	
	border-bottom-color: #000000;
	border-bottom-style: groove;
	border-bottom-width: thin;
}

#breadCrumb a {
	color: #003366;
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #003366;
	text-decoration:underline;
}

#breadCrumb a:active {
	text-decoration:underline;
}

#breadCrumb a:visited {
	color: #FF0000;
	text-decoration: none;
}


/* ===============  globalNav styles  =================  */
#globalNav {	
	width: 90%;	
	margin-left: 5%;	
	font-size: 150%;	
	background-color:#336699;	
	border: 2px solid #000000;
	color:#FFFFFF;	
	top: 60px;
}

#globalNav h3 {		
	background-image: url(../images/design/menuheader_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;	
	top: 0px;
	padding: 0px 0px 15px 0px;
	margin: 0px;	
}

#globalNav a {	
	text-align: center;	
	background-color:#336699;
}

#globalNav a img {
	margin: 10px 0px;		
	padding: 0px;
}


/* --------------- subglobalNav styles ---------------- */
.subglobalNav {	
	position: absolute;
	bottom: 34px;
	left: 110px;
	margin: 0px;	
	padding: 0px;	
	font-weight: bolder;
}

.subglobalNav td {	
	background-color: #CCCCCC;	
	border: 1px solid #000000;
	border-bottom: none;
}

.subglobalNav a{
	text-decoration: none;
	color:#000000;
	display: block;
	padding: 8px 10px;
	margin: 0px;
}

.subglobalNav a:hover{
	text-decoration: underline;
	color:#993300;
}

.subglobalNav .current , .subglobalNav .current a{
	text-decoration: none;
	color: #FFCC00;
	background-color:#336699;
}
/* --------------- subglobalNav 2 styles ---------------- */
.subglobalNav2 {	
	position: absolute;
	width: 100%;
	height: 36px;
	bottom: 0px;
	left: 0px;
	background-color: #336699;
	margin: 0px;	
	padding: 0px;
	font-weight: bolder;	
}
.subglobalNav2 a{
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	padding: 5px 10px;
	margin: 0px;
}
.subglobalNav2 a:hover {
	text-decoration: underline;
	color:#FFCC33;
}

.subglobalNav2 .current , .subglobalNav2 .current a{
	text-decoration: none;
	color: #FFCC00;	
}
/* ----------------- lang styles --------------------*/
#lang {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image:url(../images/design/lang_background.gif);
	width: 196px;
	height: 51px;
}

#lang img {	
	position: absolute;
	background-image:url(../images/design/lang_img.gif);
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;	
}

#lang table {
	position: relative;	
	border: 0px;
	top: 5px;
	left: 30px;
}

#lang table img{
	position: relative;	
	padding: 1px;
	margin: 2px;	
	border: 1px solid #FFFFFF;	
	background: none;
}

/* --------------- figures styles ----------------------- */
.figures {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/design/tlo_figures.jpg);
	background-repeat:repeat-x;
	border-bottom: 2px solid #336699;
	border-left: 2px solid #336699;
	border-right: none;
	border-top: none;
}
.figures img {
	border: none;
}
/* ------------------- viewFigur styles ------------------ */
.viewThumb {
	background-image:url(../images/design/tlo_thumbnails.jpg);
	background-repeat: no-repeat;	
	left: 0px;
	width: 330px;
	height: 220px;
	text-align: center;
}
.viewThumb img {
	padding: 0px;
	margin: 0px;
}
.symbol {
	padding: 0px 20px;	
	color:#993333;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}
.symbol_tyt {
	padding: 0px 12px;	
	color:#000000;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
.symb2 {
	padding: 0px 7px;
	color:#000000;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
}

.description {
	font-size: 90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-style:italic;
	padding: 0px 10px;
}

#pageNumber {
	padding: 0px;
	margin: 20px;
}
.adres {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight:bold;	
}
#adresContent {
	padding: 0px 30px;
}

#categoryTable h2 {
	background-color: #336699;	
	text-align: center;
	color: #FFFFFF;
	padding: 6px;		
	margin: 0px 22px 0px 0px;
	background-image:url(../images/design/categoryTable_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

#categoryTable {	
	background-color: #7195B8;	
	text-align: left;
	margin: 20px 10px;
	background-image:url(../images/design/categoryTable_right.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	
}
#categoryTable ul {
	padding: 10px 0px;
}

#categoryTable li {
	margin: 0 40px;
	padding: 0px;
}

#categoryTable a {
	color:#FFFF00;
	font-size: 120%;
	font-weight: bolder;
}
#categoryTable a:hover {
	color: #003399;
}