/* CSS definition file containing sitestyle stylesheets */
body {
  background-color: #7D7F72;
  margin: 0px;
}

img {
  border: 0px;
}

#container {
  position: relative;
  left: 50%;
  margin-left: -450px;
  width: 900px;
}

#container p, #container div, #container span, #container a, #container tr, #container th, #container td, #container h1, #container h2, #container h3, #container h4 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 15px;
  color: white;
  margin: 0px;
  padding: none;
}

#container a {
  font-weight: bold;
  text-decoration: none;
}

#container h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#container h2 {
  font-size: 17px;
  font-weight: normal;
}


#header {
  position: relative;
  top: 5px;
  height: 75px;
  vertical-align: bottom;
}

#header img.pelles {
  height: 75px;
}

#header img.shab {
  height: 45px;
  margin-top: 30px;
}

#front_image {
  position: relative;
  top: 10px;
}

#front_image img {
  width: 900px;
}

#news {
  width: 144px;
  background: #F1F6EF;
  border-left: 1px solid silver;
  border-top: 1px silver solid;
  padding: 3px;
  overflow: hidden;
}

#error, #success {
  display: none;
}

button.edit {
  font-size: 10px;
  color: white;
  background-color: black;
  border: none;
}

button.edit:hover {
  cursor: pointer;
}

button {
  font-size: 11px;
}

input, select {
  font-size: 12px;
}

#langinfo h3 {
  color: black;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

.front_image_edit {
  position: relative;
  top: 0px;
  text-align: right;
}

#front_image img {
  border: 2px solid #333;
  width: 896px;
  height: 300px;
}

#container div.print, #container div.print a {
  text-align: right;
  font-size: 9px;
  font-weight: normal;
  font-style: italic;
}

#container div.print a img {
  height: 24px;
}

#content_holder {
  position: relative;
  top: 28px;
  width: 100%;
/*   overflow: auto; */
}

#content_holder #content {
  padding-bottom: 15px;
}

#footer {
  height: 40px;
/*   position: absolute; */
  left: 0px;
  margin-left: -450px;
  width: 900px;
  border-top: 1px solid white;
}

#footer div, #footer a {
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  color: #eee;
}

#footer .copy, #footer .copy a {
  color: #ddd;
  font-size: 10px;
  padding-top: 3px;
}

#editor {
  width: 890px;
}

#editor div#accordion h3 a {
  color: black;
}

#editor form {
  height: 500px;
  width: 870px;
}

#editor form textarea {
  height: 430px;
  width: 850px;
}
