body {
	margin: 0px;
	padding: 0px;
}

body, th, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000;
    line-height: 150%;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000;
    line-height: 150%;
}

.tytul{
	margin-top: 18px;
	margin-left: 20px;
	font-size:20px;
	color:black;
}
fieldset{
	text-align:center;
	border:1px solid #ff0;
	margin:10px 0 5px 0;
}
fieldset div{
	margin-top:5px;
	padding:5px 0;
	background-color: white;
	color:black;
	text-align:center;
}
fieldset legend{
	font-weight: bold;
	color: black;
	text-decoration:underline;
}
form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
}

a {
    color: #333;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(images/index12.gif);
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index14.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.bg3 {
    background-image: url(images/index15.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/
.over{
	cursor:pointer;
}
.over .left{
}	
.over .middle{
	color: black;
	font-weight:bold;
	border-top:2px solid black;
	border-bottom:2px solid black;
}
.over .right{
}
.out .left{
}
.out .middle{
	color: #333;
	font-weight:bold;
}
.out .right{

}
.naglowek{
	font-size: 150%;
	font-weight: bold;
}