* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 11px;
    font-family: Verdana, Sans-serif;
    background: black url(../layout/bg.jpg) no-repeat;
    color: white;
}

#pictures img {
  border: 3px solid white;
}

#container {
  width: 760px;
  margin: 0 auto;
}

#header {
  float: left;
  padding-top: 10px;
  width: 760px;
  height: 147px;
}

#header .image {
  height: 147px;
  float: right;
}

#header img {
  float:left;
}


#menuContainer {
  float: left;
  width: 760px;
  height: 50px;
}

#slider {
    position: absolute;
    width: 100px;
    height: 35px;
    top: 5px;
}

#menu {
  float: left;
  width: 625px;
  height: 50px;
  top: 3px;
  position: relative;
}

#menu ul {
  padding-top: 5px;
  position: absolute;
  display: inline;
  z-index: 10;
  list-style-type: none;
  overflow: hidden;
}

#menu li {
  width: 100px;
  height: 45px;
  margin-right: 25px;
  color: white;
  float: left;
  text-align: center;
  position: relative;
}

#menu a {
  width: 100px;
  height: 52px;
  padding-top: 7px;
  text-decoration: none;
  font-family: Georgia;
  letter-spacing: -1px;
  font-size: 18px;
  color: #e9e4dd;
  display: block;
}

#menu a:hover {
  color: #241d12;
}

#langSelect {
  width: 135px;
  height: 55px;
  padding-top: 10px;
  float: right;
}

#langSelect img {
	border:none;
}

#langSelect p {
  color: white;
  height: 20px;
  text-align: right;
}

#flags img {
  float: right;
  margin-left: 3px;
}

#content {
  float:left;
  width: 760px;
}

#homeContent {
  float:left;
  width: 760px;
  background-image: url(../layout/contentBg-trans.png);
  background-repeat: no-repeat;
}

#leftFlank h1 {

  color: white;
  font-size: 36px;
  font-weight: lighter;
  font-family: Georgia;
}

#leftFlank h1:first-child {
  padding-top: 30px;
}

#leftFlank span {
  float: left;
  margin-top: 33px;
  letter-spacing: -1px;
  padding: 3px;
  color: #241d12;
  background-color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Georgia;
}

#leftFlank p {
  width: 100%;
  float: left;
  margin-top: 33px;
  color: #b39e81;
  font-size: 11px;
}

#leftFlank a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#leftFlank {
  float: left;
  width: 500px;
}

#rightFlank {
  float: right;
  color: white;
  text-align: right;
  width: 250px;
}

#rightFlank span {
  margin-top: 210px;
  letter-spacing: -1px;
  text-align: right;
  float: right;
  padding: 3px;
  color: #241d12;
  background-color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Georgia;
}

#rightFlank p {
  width: 100%;
  margin-top: 33px;
  text-align: right;
  float: right;
  margin-bottom: 33px;
  color: #b39e81;
  font-size: 11px;
}

#rightFlank hr {
  width: 100%;
  float: right;
  margin-bottom: 33px;
}

#rightFlank form {
  width: 100%;
  text-align: right;
  float: right;
}

#rightFlank input {
  margin: 5px;
  border: 1px solid white;
  background-color: #241d12;
  color: white;
}

#extContent {
  width: 760px;
  margin-top: 33px;
  float: left;
  position: relative;
}

#extContent p, h1, h2, h3, h4, h5, h6, li, pre {
  color: #b39e81;
}


#extContent ol, ul {
  list-style-position: inside;
}

#footer {
  position: relative;
  float: left;
  margin-top: 33px;
  margin-bottom: 33px;
  width: 760px;
  height: 42px;
  background-color: #101010;
}

#linking span {
  display: none;
}

#linking a {
  width: 193px;
  height: 42px;
  float: left;
  display: block;
  background-image: url(../layout/snt.jpg);
}

#linking a:hover {
  background-image: url(../layout/snt2.jpg);
}

#fRight {
  float: right;
  padding-top: 15px;
  padding-right: 20px;
  color: white;
  text-align: right;
}

#fRight a {
  color: #a38e72;
  text-decoration: none;
}

#fRight a:hover {
  color: white;
  text-decoration: none;
}

#fadeBox {
  width: 455px;
  height: 150px;
  margin-top: 33px;
  border: 3px solid white;
  float: left;
}

#pictures {
  margin-top: 35px;
  width: 760px;
  float: left;
}

#pictures img {
  margin-right: 33px;
  margin-bottom: 33px;
}



#leftFlankAdmin h1 {
  margin-top: 54px;
  color: white;
  font-size: 36px;
  font-weight: lighter;
  font-family: Georgia;
}

#leftFlankAdmin span {
  float: left;
  margin-top: 33px;
  letter-spacing: -1px;
  padding: 3px;
  color: #241d12;
  background-color: white;
  font-size: 24px;
  font-weight: 500;
  font-family: Georgia;
}

#leftFlankAdmin p {
  float: left;
  margin-top: 33px;
  color: #b39e81;
  font-size: 11px;
}

#leftFlankAdmin a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#leftFlankAdmin {
  float: left;
}

#leftFlankAdmin table {
  margin-top: 30px;
}

th.rowImage, th.rowEdit, th.rowDirection { width: 130px; text-align: center; color: black; padding: 15px; margin-right: 10px; background-color: white; }

td.rowImage, td.rowEdit, td.rowDirection {
    padding: 15px;
    background-color: white;
    text-align: center;
    width: 130px;
    height: 130px;
}

td.rowImage img {
    width: 130px;
    height: 130px;
}

#leftFlankAdmin td.rowEdit a {
  color: blue;
}

