
  body, form {
    padding: 0px;
    margin: 0px;
  }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	background-color: #ffffff;
}

a:link {
	text-decoration: none;
 	color: #000000;
}

a:visited {
	text-decoration: none;
 	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #DE1021
}

strong {
 	color: red;
}

.image { margin: 0px; border-width: 1px; border: 1px solid;}
a:link .image { border-color:#ffffff; color: #ffffff;}
a:visited  .image { border-color:#ffffff; color: #ffffff;}
a:hover .image { border-color: #DE1021; color: #DE1021;}

.osxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.osxtitle a:link {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:visited {
	text-decoration: none;
 	color: #ffffff;
}

.osxtitle a:hover {
	text-decoration: none;
	color: #ffffff;
}

.smalltxt {
	color: #666666;
	font-size: 11px;
}

.xsmalltxt {
	color: #888888;
	font-size: 9px;
}

.menutop {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}

.menuitem {
  padding-left: 25px !important;
  background-image: url("../interface/item.gif");
}

.menu {
  border-bottom: 1px solid #848284;
  padding: 0px;
}

.menu a {
  cursor: pointer;
  height: 18px;
  color: #000000;
  font: normal 10px/19px menu,"MS Sans Serif", Geneva, sans-serif;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 4px;
  margin-right: 5px;
  padding: 0px 2px;
  vertical-align: top;
  background-position: 2px 5px;
  background-repeat: no-repeat;
  border: 1px solid #EFEFEF;
  display: block;
  text-decoration: none;
} 

.menu a:hover {
  border: 1px solid #DE1021;
  color: #000000;
} 

.footer {
	font-size: 10px;
	color: #9ED7FF;
	text-align:center;
    padding-top: 4px;
}

.header {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    text-align: right;
    padding: 0;
}

.headertxt {
	color: #053A7F;
}

#headeritem {
	color: #ffffff;
}

#headeritem:hover {
	color: #ffffff;
	text-decoration: underline;
}

.szukaj {
    background: #4294D6;
    color: #ffffff;
    border: 1px solid;
    padding: 0;
    width: 100px;
    height: 16px;
    font-size: 12px;
    cursor: text;
  }

.about {
	font-size: 12px;
	color: #000000;
}