html, div, body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial;
  font-size: 13px;
}

a {
  outline: none;
}

body {
  background: #e0d9cb;
}

a img {
  border: 0;
}

h2 {
  font-size: medium;
  color: #d1232c;
}

#container {
  width: 898px;
  border: 1px solid #aaaaaa;
  margin: 0 auto;
  background: #ffffff;
}

#header_1 {
  border-bottom: 1px solid #aaaaaa;
}

#header_2 {
  border-top: 1px solid #aaaaaa;
}

#content {
  border-top: 1px solid #aaaaaa;
  background: url(/images/dzien/content_bg.png) repeat-y;
}

#left {
  float: left;
  display: block;
  width: 280px;
  min-height: 100px;
}

#right {
  float: left;
  display: block;
  width: 580px;
  padding: 18px;
}

#footer_1, #footer_2 {
  border-top: 1px solid #AAAAAA;
}

#menu_container {
  height: 35px;
} 

ul.level_1 {
  margin: 0; 
  padding: 0;
  list-style: none;
} 

ul.level_1 li.level_1 {
  float: left;
  display: block;
}

ul.level_1 li.level_1 a.level_1 {
  text-decoration: none;
  color: #000;
  height: 35px;
  line-height: 37px;
  display: block;
  padding: 0 21px;
  float: left;
  border-right: 1px solid #aaaaaa;
  font-weight: bold;
}

ul.level_1 li.level_1 a.level_1:hover, ul.level_1 li.selected a.level_1 {
  color: #ffffff;
  background: #d1232c;
}

#article a, div.box a {
  text-decoration: none;
  color: #d1232c;
}

#article a:hover, div.box a:hover {
  text-decoration: underline;
}


ul.level_2, ul.level_3 {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

ul.level_2 li.level_2, ul.level_3 li.level_3 {
  zoom: 1;
}

ul.level_2 li.level_2 a.level_2, ul.level_3 li.level_3 a.level_3 {
  padding: 10px 0 10px 30px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

ul.level_2 li.selected a.level_2, ul.level_3 li.selected a.level_3 {
  background: url(/images/dzien/menu_act.png) no-repeat left center;
  color: #d1232c;
}

ul.level_2 li.level_2 a:hover, ul.level_3 li.level_3 a:hover {
  color: #d1232c;
  text-decoration: none;
}

ul.level_2 li.level_2 span.border {
  display: none;
  width: 10px;
  height: 0px;
}

ul.level_3 li.level_3 span.border {
  display: none;
  width: 10px;
  height: 0px;
}

#article {
  color: #000000;
}

#article ul {
	list-style-image: url(/images/dzien/trojkacik.png);
}

.clear {
  visibility: hidden;
  height: 0px;
  width: 100%;
  line-height: 0px;
  clear: both;
}

.photo {
  border: 5px solid #e7e7e7;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.photo:hover {
  border: 5px solid #d1232c;
}

.photo a {
  width: 130px;
  height: 130px;
  display: block;
}

#gallery .photo.without_shadowbox {
  position: relative;
}

#gallery .description.without_shadowbox {
  position: absolute;
  top: 30px;
  left: 80px;
  width: 200px;
  display: block;
  background: white;
  border: 1px solid #999;
  padding: 20px;
  color: #999;
  z-index: 100;
}

