{literal}
/* Style ogólne */
BODY {
	background-color: #EFEFEF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#646464;
}
BODY, TD, LI, SELECT, TEXTAREA, A {
	font-size:  11px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	line-height: 16px;
}
H1, .h1 {
	font-size:12px;
	color: #b62125;
}
SELECT, TEXTAREA {
	color:#696969;
}
INPUT {
	font: 11px Tahoma,Verdana, Arial, sans-serif;
	color: #696969;
}
A {
	color:#646464;
	text-decoration: none;
}
A.menu-n {
	color:blue;
}
A.menu-b {
	color:blue;
	font-weight:bold;
}
A:hover {
	text-decoration:underline;
}
.ramka {
	width: 485px;
	border:1px solid silver;
	background-color:#e6e6e6;
	padding:5 5 5 5;
	color:#696969;
}

.green-normal, .green-bold {
	color:#007f2b;
}

.green-bold {
	font-weight:bold;
}
.black-bold {
	color:black;
	font-weight:bold;
}
.wciecie {
	margin-left:20px;
}
.blad {
	color: red;
}

/* Klasy dla tabel i komórek określających layout strony */
TABLE.layout-main-table {
	width: 750;
	background-color: White;
	padding: 0 10 0 10;
}
TD.layout-lewe-menu {
	vertical-align: top;
	padding-top: 10;
}
TD.layout-kropki-pion {
	background-image: url('../grafika robocza/kropka_pion.jpg');
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 5 0 5;
}
TD.layout-zawartosc {
	vertical-align: top;
	padding: 10 10 0 10;
	width: 570px
}

/* Lewe menu */
#lewe-menu LI {
	line-height:18px;
}
UL.menu-poziom-1 {
	margin-left:20px;
	font-weight: bold;
}
UL.menu-poziom-2 {
	margin-left:20px;
}
LI A.menu-poziom-1-active {
	color:#007f2b;
}
UL.menu-poziom-1 LI {
	font-weight:bold;
	height:19px;
	list-style-image: url('../grafika/orange_arrow.gif');
}
UL.menu-poziom-2 LI{
	font-weight: normal;
	list-style-image:none;
	list-style-type: square;
	color: #007f2b;
}
UL.menu-poziom-1 A {
	color: #007f2b;
}
UL.menu-poziom-2 A {
	color: #007f2b;
}


/* Pole szukaj w prawym górnym rogu */
TD.pole-szukaj {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	font-weight:bold;
	color:#007f2b;
}
INPUT.pole-szukaj {
	border:1px solid silver;
	font:11px Tahoma;
	width:96px;
	background:rgb(237,237,237);
	color: #696969;
}

.text {
	padding-left:18px
}


TD.nav-bar, A.nav-bar {
	font-size:10px;
	color: gray;
}
TD.kropki {
	background-image: url('../grafika robocza/kropa_szara.jpg');
	background-repeat: repeat-x;
}
/* Style dla przycisków w górnym menu *********************************/
TD.menu-butt-norm, TD.menu-butt-over, TD.menu-butt-active, TD.menu-butt-main {
	border-top: 5px solid rgb(175,22,22);
	border-bottom: 1px solid rgb(224,224,224);
	background-color: rgb(237,237,237);
	padding: 3 3 3 3;
	color: gray;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 81px;
	cursor: hand;
}
TD.menu-butt-over {
	border-top: 5px solid #FF8C00;
	background-color: rgb(247,247,247);
}
TD.menu-butt-active {
	border-top: 5px solid #FF8C00;
	background-color: rgb(247,247,247);
	font-weight: bold;
}
TD.menu-butt-main {
	width: 184px;
}
#gorne_menu A:hover {
	text-decoration:none;
}


/* Ramka popielata wokół zdjęcia */
.img-border {
	border: 1px solid silver;
	padding: 1 1 1 1;
}
#stopka TD {
	color: #696969;
}


/* Wyniki wyszukiwania */
.search-title {
	font-weight: bold;
	color: blue;
}
.search-body {
	font-weight: normal;
	color: #696969;
}
.search-link {
	font-weight: normal;
	color: #007f2b;
}

/* Grafik zajetosci sal */
#kal TD {
	background-color: rgb(247,247,247);
	font:11px Tahoma;
	color:gray;
	vertical-align:top;
	height:70px;
}
#kal TH {
	background-color: silver;
	font:bold 11px Tahoma;
	color:gray;
	vertical-align:top;
	height:26px;
	width: 70px;
}	
#kal .w {
    background-color: #FFFFC0;
}
#kal A {
	font:10px Arial;
}
#kal A.z, #kal_opis .z {
	color: #007f2b;
}
#kal A.p, #kal_opis .p {
	color: #990000;
}
#kal A.a, #kal_opis .a {
	color: gray;
	text-decoration: line-through;
}

{/literal}
