body {
  background: #ebf4f7;
  font: normal 12px/23px Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
}

a {
  color: #4baed7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

h1,h2,h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
}

h2 {
  font-size: 21px;
  line-height: 23px;
}

h3 {
  font-size: 17px;
  line-height: 19px;
}

#wrap {
  margin-top: 35px;
  background: white url('../images/shadow.gif?1') repeat-y;
}

#container {
  background: white;
}

#langmenu a {
  color: #666666;
}

#langmenu a:hover, #langmenu a.active {
  text-decoration: none;
  color: #4baed7;
}

#header {
  background: #afd43f;
  text-align: left;
}

#navmenu a {
  font-size: 15px;
  color: #191919;
  border-bottom: 14px solid #afd43f;
  line-height: 18px;
  padding-bottom: 5px;
background: #AFD43F;
}

* html #navmenu a {
 white-space: nowrap;
}

#navmenu a:hover, #navmenu a.active {
  border-bottom: 14px solid #d3e896;
  text-decoration: none;
}

#search .textbox {
  border: 1px solid #cfcfcf;
  background: white;
  color: #191919;
  font: normal 12px/15px Arial, Helvetica, sans-serif;
}

#search .submit {
  border: none;
  background: transparent;
  background: url('../images/search.gif?1') no-repeat center right;
  color: #191919;
  font: normal 15px/17px Arial, Helvetica, sans-serif;
}

#submenu {

}

#submenu a {
  color: #191919;
}

#slogan {
  border-bottom: 6px solid #afd43f;
  color: #257fa5;
}

#frontbox {
  color: white;
  background: #4baed7 url('../images/frontbox.gif?1') repeat-y top right;
}

#frontbox a {
  color: white;
  text-decoration: underline;
}

#content_left_inner h1, #content_left_inner h2, #content_left_inner h3 {
  color: #257fa5;
}

#news a.newslink {
  color: #000000;
}

#news td.first {
  color: #4baed7;
}

#content_right h1, #content_right h2, #content_right h3 {
  color: #257fa5;
}

#darkbox {
  background: #9bc119;
}

#darkbox.two_column {
  background: #9bc119 url('../images/black.gif?1') repeat-y top right;
}

#darkbox_left a, #darkbox_right a {
  color: white;
}

#darkbox h1, #darkbox h2, #darkbox h3 {
  color: white;
}

#darkbox a {
  color: white;
}

#blackbox {
  background: #4baed7;
  color: white;
}

#blackbox a {
  color: #b7d94d;
}

.gallery_item .active  {
  background: #9bc119;
}

#content_left_inner .blog h1 a {
 color: #257fa5;
} 
#content_left_inner .blog h1 span {
  color: #afd43f;
}

.blogpic {
  border: 3px solid #545454;
}

.blog_heading span {
  color: #000000;
}

.blog_heading span span {
  color: #4baed7;
}

#content_left_inner .blog form h1 {
  color: #afd43f;
}

.blog input.textbox, .blog textarea {
  background: white;
  border: 1px solid #5fa1bd;
  border: 1px solid #657f0e;
}

.blog .submit {
  background: #9bc119;
  border: 1px solid #657f0e;
  color: white;
  font: normal 10px/15px Arial, Helvetica, sans-serif;
}

#content_left_inner .comment h1 {
  font-size: 20px;
  color: #257fa5;
}

.comment span {
  font-size: 10px;
  color: black;
}

#content_left_inner #blog .blog_archive .author {
  color: black;
}

#footer {
  color: #242424;
  background: url('../images/footer.gif?1') no-repeat;
}

#front #footer {
  border: none;
}

#edicy a {
  color: #666666;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}