body {
  margin:0 0;
  padding:0 0;
  background:#d9d8d8 url('images/back.jpg') repeat;
  text-align:center;
  font-family:Arial, Tahoma, sans-serif;
  font-size:11px;
  color:#555555;
}
p {
	padding:0px 0px;
	margin:0px 0px;
}

.foto {
	width:146px;
	font-size:1px;
	background:#FFFFFF;
}
.foto .up {
	height:6px;
	font-size:1px;
	background:#FFFFFF url('images/foto1.jpg') no-repeat;	
}
.foto .pres {
	text-align:center;
	font-size:1px;
	background:#FFFFFF url('images/foto2.jpg') repeat-y;	
}
.foto .pres img {
  max-width: 135px;
  max-height: 100px;
  width: expression( this.width>135 ) ? 135 : true;
  height: expression( this.height>100 ) ? 100 : true;
}
.foto .dn {
	height:7px;
	font-size:1px;
	background:#FFFFFF url('images/foto3.jpg') no-repeat;	
}

.news {
	padding:10px;
}
.news .title {
	color:#cb0707;
	font-weight:bold;
}
.news .data {
	color:#888888;
	font-size:10px;
}
.news .more {
	text-align:right;
}
.news .more a {
	color:#457197;
}
.news .more a:hover {
	color:#333333;
}
.news .line {
	border-bottom:1px #333333 dotted;
	clear:left;
}

.przejdz {
  width: 172px; 
  height: 33px; 
  background-image: url('images/btnPrzejdz.jpg'); 
  display: block;
  clear: all;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left: 18px;
  text-decoration: none;
}

.przejdz:hover {
  background-position: 0 -33px;
  text-decoration: none;
}

.menu {
	text-align:left;
}
.menu .menupos {
	border-bottom:1px #dFdFdF solid;
	/*height:25px;*/
	width:180px;
	margin-left:15px;
}
.menu .menupos p {
		padding:8px 0px 8px 0px;
}
.menu .menupos a {
	font-weight:normal;
	color:#5f5f5f !important;
	text-decoration:none;
}
.menu .menupos a:hover {
	color:#3a5885 !important;
	text-decoration:underline;
}
.arr {
	color:#3a5885;
	font-weight:bold;
}

#container {
	width:940px;
	margin:0 auto;
}
#header {
	width:940px;
	height:107px;
	background: #ffffff url('images/miraccord1.jpg') no-repeat;
}

#top {
	width: 940px;
	height:178px;
	/*background: #ffffff url('images/miraccord2.jpg') no-repeat;*/
	background: transparent url('images/miraccord3.jpg') repeat-y;
}
.break {
	width:940px;
	height:8px;
	background: transparent url('images/miraccord3.jpg') repeat-y;
	font-size:1px;
}
#content {
	width:940px;
	background: #ffffff url('images/miraccord5.jpg') repeat-y;
}
#content .prawo a {
	color:#457197;
	text-decoration:none;
}
#content .prawo a:hover {
	color:#333333;
}
#content .lewo a {
	color:#457197;
	text-decoration:none;
}
#content .lewo a:hover {
	color:#333333;
}
#footer {
	clear:both;
	width: 940px;
	height:70px;
	background: #ffffff url('images/miraccord6.jpg') no-repeat;	
}
#footer .prawo a {
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
#footer .prawo a:hover {
	color:#333333;
	text-decoration:underline;
}

.srodek a {
	color:#457197;
	text-decoration:none;
}
.srodek a:hover {
	text-decoration: underline;
	color: #234158;
}

.tb {
	font-weight:bold;
}

input.normField {
  width: 200px;
  height: 20px;
  border: 1px solid gray;
}
textarea.normField {
  width: 200px;
  height: 75px;
  border: 1px solid gray;
}