body {
	margin: 0px;
	padding: 0px;
}

body, th, td, input, select, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #936623;
    line-height: 150%;
}
.tytul{
	margin-top: 18px;
	font-size:20px;
	color:white;
}
fieldset{
	text-align:center;
	width:650px;
	border: 1px solid  #936623;
}
fieldset legend{
	font-weight: bold;
	color: #936623;
}
form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
}

a {
    color: #444444;
}

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{
	background-color:#ffa930;
}
.over .middle{
	color: #5f441b;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}
.over .right{
	background-image:url(guzik/guzik_03_2.jpg);
}
.out .left{
	background-color:#ffa930;
}
.out .middle{
	font-size:12px;
	color: #936623;
	font-weight:bold;
	font-style: italic;
}
.out .right{
	background-image:url(guzik/guzik_03_1.jpg);
}
.naglowek{
	font-size: 150%;
	font-weight: bold;
}