body {
  margin: 0;
  padding: 0;
  font: 12px/20px Verdana, sans-serif;
  color: white;
  background: black url(../images/background-body.jpg) no-repeat top center;
}

a {
  color: #96ca4e;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  /*color: black;*/
  text-decoration: underline;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 15px 20px 25px 20px;
  font-size: 16px;
  color: #96ca4e;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h2 {
  margin: 0 20px 0 20px;
  font-size: 14px;
  color: #282763;
}

img {
  border: none;
}

input.text {
  width: 285px;
  border: 2px solid #b3b3b3;
}

label {
  font-size: 11px;
}

p {
  margin: 0 20px 20px 20px;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

textarea {
  width: 285px;
  margin-top: 3px;
  border: 2px solid #b3b3b3;
}

th {
  text-align: left;
}

.error {
  color: red;
}


#header {
  height: 119px;
  background: #282763 url(../images/background-header.gif) repeat-x bottom left;
}

#language_links {
  width: 803px;
  margin: 0 auto 0 auto;
  padding-top: 15px;
  text-align: right;
  font-weight: bold;
}

#topnav {
  /*height: 31px;*/  height: 50px; /* German site */
  color: #282763;
  background-color: #96ca4e;
  border-top: 3px solid white;
  font-weight: bold;
  font-size: 11px;
}

#topnavlinks {
  position: relative;
  /*width: 809px;*/ width: 532px;
  margin: 0 auto 0 auto;
  padding-top: 4px;
  padding-left: 277px;
}

#topnav a {
  color: #282763;
  text-decoration: none;
}

#topnav a:hover {
  color: white;
}

#topnav a.currentpage {
  color: white;
}

#logo {
  position: absolute;
  top: -122px;
  left: 0px;
  width: 269px;
  height: 209px;
}

#logo img {
  display: block;
  width: 269px;
  height: 209px;
  color: white;
}







#container {
  /*width: 809px;*/ width: 803px;
  margin: 66px auto 0 auto;
  padding: 0 0 20px 0;
  border: 3px solid white;
  color: black;
  background-color: white;
  letter-spacing: 1px;
}

body#homepage #container {
  padding-bottom: 1px;
}

div.img-header {
  height: 313px;
  margin: 0 4px 4px 4px;
  padding-top: 4px;
}

body#homepage div.img-header {
  height: 290px;
}

div.img-header img {
  width: 795px;
  height: 313px;
}

body#homepage div.img-header img {
  float: left;
  width: 395px;
  height: 290px;
}

body#homepage div.img-header div#movie {
  float: right;
  width: 395px;
  height: 290px;
  background-color: black;
}

body#homepage div#homepage_content {
  width: 581px; /*541px;*/
  margin: 4px;
  padding: 0 0 20px 0;
  color: white;
  background-color: black;
}

body#homepage div#homepage_content h1 {
  margin-top: 0;
  padding-top: 20px;
}

/*
body#homepage div#cmsbody div.img-header {
  float: right;
}

body#homepage div#cmsbody div.cmstokenbox {
  clear: both;
}*/



#sidebar {
  position: absolute;
  z-index: 0;
  top: 321px;
  right: 4px;
  width: /*214px;*/ 192px;
  padding: 15px 11px 0 11px;
  color: white;
  background-color: #282763;
  font-size: 11px;
  letter-spacing: normal;
}

body#homepage #sidebar {
  top: 298px;
  text-align: center;
}

#sidebar p {
  margin-left: 0;
  margin-right: 0;
}

#sidebar strong {
  white-space: nowrap;
}

#sidebar a:hover {
  color: #96ca4e;
}

#contact {
  width: 560px;
  position: relative;
  z-index: 100;
  margin: 0 20px 0 20px;
}

#contact p {
  margin-left: 0;
  font-size: 11px;
}

table.form {
  margin-bottom: 20px;
}

table.form td {
  padding: 0 20px 0 0;
}

table.form td.label {
  font-size: 13px;
  line-height: 30px;
}

table.form td.field {
  vertical-align: middle;
}








#footer {
  width: 809px;
  margin: 15px auto 0 auto;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  color: #96ca4e;
  text-align: center;
}

#footer p {
  margin-left: 0;
  margin-right: 0;
}

#footer #bottom-nav {
  font-size: 10px;
}

#footer a {
  color: #96ca4e;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
