body{
  background-color: #567;
  color: #dedede;
  font-family: Verdana, Tahoma, "Deja Vu", Geneva, Hevletica, Arial, sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}

img{
  border: 0;
}

a {
  color: #fffecb;
  text-decoration: none;
  border-bottom: 1px solid #6f3f00;
}

a:hover {
  border-bottom: none;
  color: #ff8;
}

hr{
  border: none;
  border-bottom: 1px dashed #555;
  margin: auto 0;
}

#wrapper{
  width: 100%;
  margin: auto;
  border: 1px solid #fff;
  background-color: #000;
  min-width: 760px;
}

#head{
  background: #012 url('img/logoe.gif') top center no-repeat;
  background-position: top center;
  /*width: 700px;*/
  height: 227px;
}

#head *{
  display: none;
  visibility: hidden;
  speak: normal;
}

#menu {
  border: 1px solid #822;
  border-width: 1px 0;
  text-align: center;
  padding-bottom: 12px;
}

#menu ul {
  list-style-type: none;
  padding: 0;
  margin:0;
}

#menu li {
  display: inline-block;
  padding: 6px 1px;
  position: relative;
  float: left;
}

#menu li ul {
  display: none;
  background: #822;
  color: #555;
  position: absolute;
  border: 1px solid #b88;
}

#menu li:hover ul, #menu li.over ul{
  display: block;
  z-index:3;
}

#menu li li {
  display: block;
  width: 150px;
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  border-bottom: 1px solid #955;
}

#menu li li ul {
  position: absolute;
  left: 150px;
  display: none;
  top: 0;
}

#menu li:hover li ul, #menu li.over li ul {
  display: none;
}

#menu li li:hover ul, #menu li li.over ul {
  display: block;
}

#menu a{
  color: #dcdcdc;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  border-bottom: none;
}

#menu a:hover, #menu li:hover a, #menu li.over a  {
  background: #822;
  color: #dcdcdc;
}

#menu li li a {
  font-weight: normal;
  display: block;
  padding: 1px 0;
}

#menu li li a:hover {
  color: #822;
  background-color: #dcdcdc;
}

#content {
  text-align: justify;
  background: #012;
}

#content h2 {
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px dashed #333;
  margin: 20px;
  color: #ffd;
  font-size: 14pt;
}

#content h3 {
  text-align: left;
  padding-left: 10px;
  font-style: italic;
  font-weight: normal;
  border-bottom: 1px dashed #333;
  color: #ffb;
  font-size: 12pt;
}

table {
  width: 100%;
  border-collapse: collapse;
}


td, th {
  border: 1px solid #abc;
  padding: 5px;
}

.winner td, .winner th {
  border-color: #e44;
}

th {
  background-color: #abc;
  color: #111;
  margin-top:  10px;
  border-color: #012;
}

.winner th{
  background-color: #e44;
}

td {
  text-align: center;
}

.movieinfo {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #555;
  clear: both;
}

.moviepic {
  float: left;
  margin-right: 5px;
}

a.moviepic:hover{
  margin-bottom: 1px;
}

.gallery {
  width: 100%;
  text-align: center;
}

.gallery td{
  border: none;
  width: 33%
}

.gallery a:hover {
  margin-bottom: 1px;
}

div.news{
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #555;
}

#links {
  text-align: center;
  list-style-type: none;
  
}

#links a {
  border: none;
}

#sidebar {
  /*width: 155px;*/
  width: 18%;
  text-align: left;
  padding: 0 5px;
  margin-left: 0px;
  margin-top: 10px;
  float: left;
  font-size: 0.856em;
}

#sidebar .language {
  text-align: center;
  margin-bottom: 10px;
}

#sidebar form p{
 margin: 0;
 padding: 0;
 text-align: center;
}

#sidebar .mailinput {
  width: 130px;
}

#sidebar ul{
  list-style-type: none;
  padding: 0;
}

#sidebar li {
  margin-bottom: 1em;
}

#maincontent{
  float: left;
  padding-left: 10px;
  border-left: 1px dashed #555;
  width: 78%
}

#foot{
  text-align: center;
  padding: 2px;
  font-size: 0.8em;
}

#sponsors {
  margin-left: -2px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.clear {
  clear: both;
}

.small {
  font-size: 0.7em;
}