* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(/s/p/bg/3/bg.jpg) repeat-x;
	background-position: 0px -73px; /* MK */
}

#wrap, #wrap2 {
	min-width: 720px; /*720*/
	max-width: 1100px;
	position: relative;
}

#head {
	background: transparent url(/s/p/bg/3/head2.jpg) top left no-repeat;
	height: 248px; /*248*/
	position: relative;
}

.copyright {
	float: left;
	text-decoration: none;
	font-size: 80%;
	margin: 4px 0 0 4px;
}

#head form {
	position: absolute;
	right: 0;
	bottom: 28px; /* -10px */
	background: #ebebeb;
	padding: 10px 10px 0 10px;
}

#head form input[type=text] {
	background: #ffffff;
	border: 1px solid #7A7A7A;
	height: 16px;
}
#head form input[type=submit] {
	height: 21px;
	
	/* IE */
	position:relative;
	top: 1px;
}

#head form h3 {
	display: inline;
	font-size: small;
}

#main {
	margin: -30px 0 0 297px; /* 30px 0 0 297px; */
	padding: 10px;
	min-width: 300px;
}

#wrap2 #main {
	margin-right: 260px;
}

#logo {
	position: absolute;
	top: 21px;
	left: 61px;
}

#nowosci {
	width: 250px;
	float: right;
	margin-top: 10px; /*35*/
}

#nowosci a {
	color: #439124;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #439124;
	text-decoration: none;
	padding-left: 10px;
	background: url(/s/p/bg/3/file.png) no-repeat 0 3px;
}

#nowosci dt.head {
	color: #439124;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 15px;
}

#nowosci dt {
	margin-bottom: 5px;
}

#pipcname {
	position: absolute;
	left: 180px;
	top: 49px;
	color: #fff;
	font-family: Trebuchet MS, Verdana, non-serif;
	font-size: 20pt;
	font-weight: bold;
	}
#pipcname a {
	color: #fff;
	text-decoration: none;
}

#side {
	width: 230px;
	margin-left: 30px !important;
	margin-left: 15px;
	float: left;
	position: relative;
	top: -110px;
	margin-bottom: -110px;
	position: relative;
	z-index: 1;
}

#side label {
	display: block;
}

#side form {
	padding: 10px;
	background: #2167a0;
	margin: 0;
}

#side form input[type=text], #side form input[type=password] {
	width: 155px;
	background: #fff;
	border: 1px solid #0D2C45;
}

#side form input[type=submit] {
/*	margin-top: 10px;*/
}

#side form h3, #side form label {
	color: #fff;
}

#side form h3 {
	font-size: 90%;
}

#logged {
	padding: 15px 3px;
	border: 1px solid #0D2C45;
	background: #2167A0;
	color: #fff;
	text-align: center;
}

#logged p {
	display: inline;
	margin-right: 10px;
}

#logged a {
	display: block;
	margin-top: 7px;
	color: Yellow;
	text-decoration: none;
	background: #123E62;
	padding: 4px 0;
	border: dashed #416581;
	border-width: 1px 0;
}

#logged a:hover {
	background: #0D2C45;
}

#foot {
	height: 65px;
	font: 10px Verdana;
	color: #A3A3A3;
	clear: both;
	background: #F2F2F2;
	line-height: 15px;
}

#foot a { /*mk*/
  font-size: 10px;
}

#foot ul {
	float: right;
	margin: 0;
	padding: 0;
}

#foot li {
	margin: 5px 15px;
	list-style: none;
}

#news {
	float: right;
	width: 250px;
	height: 220px;
	border: 1px solid yellow;
	margin-top: 30px;
}

#mainmenu {
	background: #123e62;
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

#mainmenu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	z-index: 1;
	display: block;
}

#mainmenu li:hover {
	background: #0d2c45 url(/s/p/bg/3/arrow.png) no-repeat 0 10px;;
}

#mainmenu li {
	background: url(/s/p/bg/3/arrow.png) no-repeat 0 10px;
}

#mainmenu li ul a:hover {
	color: #416581;
}

ul#mainmenu li {
	padding: 5px 5px 5px 13px;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: 1px dashed #416581;
	margin: 0 10px;
}

#mainmenu li ul {
	display: none;
	position: absolute;
	width: 250px;
	background: #0d2c45;
	z-index: 999;
	margin: 0;
	padding: 0;
	left: 210px !important;
	left: 196px;
	top: 0;
}

#mainmenu li:hover > ul {
	display: block;
}

#language { /* MK */
  margin-top: -22px;
  margin-right: 5px;
  text-align: right;
  padding: 5px;
}


.specbox dt img {
	float: left;
	margin-right: 10px;
}
.specbox dt {
	margin-bottom: 5px;
}

.specbox dd {
  margin-bottom: 10px;
}

.specbox dd{
  margin-left: 30px
}
