@charset "utf-8";
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-image: url(/styles/site/images/bground.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  margin-top: 0px;
  margin-left: 0px;
}
h2 {
  font-size: 14px;
  margin: 8px 0 8px 0;
}
h3 {
	margin: 4px 0 4px 0;
	font-size: 12px;
}
#holder {
  width: 960px;
}
#left_column {
  width: 250px;
  margin-top: 20px;
  float: left;
}

#right_column {
  width: 710px;
  margin-top: 20px;
  float: right;
}
#footer_box {
  clear: both;
  background-image: url(/styles/site/images/footer_bg.jpg);
  width: 940px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}
#footer_box a {
  color: #ffffff;
}

#logo {
  background-color: #4093fb;
  height: 14px;
  padding-bottom: 15px;
  background-image: url(/styles/site/images/logo_pl.jpg);
  background-repeat: no-repeat;
  padding-top: 90px;
  color: #FFFFFF;
}
#search_box {
  background-color: #4093fb;
  height: 50px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding-left: 25px;
  padding-top: 10px;
}
#distrib_box {
  height: 141px;
}
#menu_top_box {
  height: 36px;
  padding-top: 15px;
  text-align: left;
  padding-left: 15px;
}
#top_img_box {
  width: 710px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
#content_header {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #4093fb;
  width: 690px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: left;
}
.content {
  text-align: left;
  width: 670px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.content p {
  margin-top: 0px;
  margin-bottom: 20px;
}
a:link {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}
a:visited {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}
a:active {
  color: #333333;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  color: #000066;
  text-decoration: underline;
  font-weight: normal;
}
a.top:link {
	text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #2076E3;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 3px;
}
a.top:visited {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #2076E3;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 3px;
}
a.top:active {
  text-decoration: none;	
  font-size: 14px;
  font-weight: bold;
  color: #2076E3;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 3px;
}
a.top:hover {
  text-decoration: none;	
  font-size: 14px;
  font-weight: bold;
  color: #8BC43A;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 3px;
}
a.lang:link {
	font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.lang:visited {
	font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.lang:active {
	font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
a.lang:hover {
	font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
#searchfield {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
#menu_name {
  background-image: url(/styles/site/images/menu_name.jpg);
  background-repeat: no-repeat;
  text-align: left;
  height: 30px;
  width: 200px;
  padding-right: 12px;
  padding-left: 38px;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.menu_item {
  background-image: url(/styles/site/images/menu_item.jpg);
  background-repeat: no-repeat;
  text-align: left;
  height: 23px;
  width: 200px;
  padding-right: 12px;
  padding-left: 38px;
  padding-top: 8px;
}
.menu_item a {
  text-decoration: none;
}
#menu_left_box {
  margin-bottom: 10px;
}
.article_title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
p {
	margin-top: 0px;
  margin-bottom: 0px;
}
/* Formularze */
form {
  margin: 0px;
}

select, textarea, input[type="text"], input[type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


