* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

a,:visited {
   color:#0b30bc;
   font-weight:bold;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}
a img {
	border-width: 0px;
	border-style: none;
}

.clear {
	clear: both;
}

p {
   padding-bottom:7px;
}

body {
   background-color:#FFE650;
   font-size: 90%;
	font-family: "Comic Sans MS", Arial, Times, serif;
   color:rgb(29,29,29);
}

.tekst {
   text-align:justify;
	/*text-indent:25px;*/
	padding-bottom:5px;
}

ul {
   margin:0;
   padding:0;
   margin-left:20px;
}

li {
   list-style-image: url('/img/page/tort.png');
   list-style-position:outside;
   margin-left:22px;
   padding-left:5px;
}

h2 {
   padding-top:5px;
   padding-bottom:5px;
   font-size:1.5em;
   line-height:30px;
   padding-left:35px;
   background-image:url('/img/page/czapka.png');
   background-repeat:no-repeat;
   background-position:0px 5px;
}

h4 {
   padding-top:0px;
   padding-bottom:5px;
   font-size:1.0em;
   line-height:15px;
   padding-left:25px;
   background-image:url('/img/page/tort.png');
   background-repeat:no-repeat;
   background-position:0px 5px;
   margin-left:20px;
}

h3 {
   padding-top:5px;
   padding-bottom:5px;
   font-size:1.2em;
   line-height:20px;
   padding-left:5px;
   background-image:url('/img/page/linia.png');
   background-repeat:no-repeat;
   background-position:0px 25px;
}

a.scenariusz {
   line-height:30px;
   color:rgb(29,29,29);
   text-decoration:none;
}

div.ramka {
   width:560px;
   height:130px;
   background-image:url('/img/page/ramka.png');
   background-repeat:no-repeat;
   background-position:0px 0px;
}

div.cennik {
   background-image:url('/img/page/linia.png');
   background-repeat:no-repeat;
   background-position:bottom left;
   clear:both;
   padding:4px;
   padding-bottom:6px;
}

table.plan td {
   
   border-bottom:1px solid rgb(238,183,44);
   text-align:center;
   width:166px;
   height:35px;
}

table.plan td.fiolet {
   background-color:rgb(153,102,204);
}
table.plan td.zielony {
   background-color:rgb(153,204,0);
}
table.plan td.jasnyZielony {
   background-color:rgb(0,255,0);
}
table.plan td.turkusowy {
   background-color:rgb(51,204,204);
}
table.plan td.rozowy {
   background-color:rgb(255,0,255);
}
table.plan td.pomaranczowy {
   background-color:rgb(255,204,0);
}
table.plan td.czerwony {
   background-color:rgb(255,102,0);
}
table.plan td.blekitny {
   background-color:rgb(0,204,255);
}
