/* CSS Document */
body {
    margin : 0px;
    border : 0px;
    padding : 0px;
    background-position:bottom;
    background-repeat:no-repeat;
    background-attachment:fixed;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
img{
    border : 0px;
}
td.naglowek {
	font-weight:bold;
	font-size:15px;
}
.error {
	color:#CC0000;
	text-align:center;
	font-weight:bold;
}
.ok {
	color:#006600;
	text-align:center;
	font-weight:bold;
}
.naj{
	color:#FF0000;
	font-weight:600;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.opis {
	text-align:justify;
}
.stopka{
	font-size:10px;	
}
.image {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:129px; 
	height:129px;
	text-align:center;
	margin-left:10px;
}
.image_imprezy {
	position:relative;
	top:0;
	right:0;
	float:right;
	width:180px; 
	height:180px;
	text-align:center;
	margin-left:10px;
}
.ramka {
	width: 373px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
.naglowek{
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}
.data{
	font-size:13px;
	font-style:italic;
}
.wiecej{
	font-size:7px;
	color:#000000;
}
.trans {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./img/img_fr_back.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans[class] {
  background-image:url(../img/img_fr_back.png);
}

.trans_podglad {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/img_fr_back.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_podglad[class] {
  background-image:url(../img/img_fr_back.png);
}
