/**
 * General composition settings
 */

* html, body
{
  height: 100%;
}

body
{
  background: url(img/xhtml/background.jpg) center center fixed;
  margin: 0px;
}

.block
{
  display: block;
}

.rightpadding
{
  padding-right: 22%!important;
}

.imgleft
{
  float: left;
}

.imgcenter
{
  margin-left: auto;
  margin-right: auto;
}

.imgright
{
  float: right;
}

.hspaced
{
  margin-left: 8px;
  margin-right: 8px;
}

.vspaced
{
  margin-top: 8px;
  margin-bottom: 8px;
}

.innerpadding
{
  padding: 6px;
}

.whiteborder
{
  border: 1px solid white;
  width: 100%;
  height: 100%;
}

.heavywhiteborder
{
  border: 3px solid white;
  width: 100%;
  height: 100%;
}

.inlinewhiteborder
{
  border: 3px solid white;
}

.uppermargin
{
  margin-top: 130px;
}

a img
{
  border: none;
}

.center
{
  text-align: center;
}

#page
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-left: 6px solid #900;
  border-right: 6px solid #900;
}

#header
{
  margin-left: auto;
  margin-right: auto;
  width: 897px;
  height: 20%;
}

#layout
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 75%;
}

#footer
{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 5%;
}

/**
 * Elements
 */

/* Logotype area */
#logo
{
  width: 20%;
  text-align: center;
  float: left;
}

#logo img
{
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Header */

#uppersection                 /* Main container */
{
  width: 80%;
  float: right;
}

#languagebar                  /* Language bar */
{
  width: 100%;
  background: #990000;
  font: 12px Tahoma, Arial;
  color: white;
  text-align: right;
}

#languagebar img              /* Flag */
{
  margin-right: 3px;
}

#languagebar a
{
  color: white;
  text-decoration: none;
}

#languagebar a:hover
{
  color: yellow;
  text-decoration: underline;
}

#lastupdated                  /* Last updated box */
{
  background: red;
  width: 78%;
  margin-bottom: 3px;
  font: 13px Calibri, Arial;
  color: white;
  height: 157px;
  float: left;
  text-align: right;
}

#sectionbar                   /* Current section bar */
{
  background: #f1cb41;
  width: 100%;
  font: 45px/38px Calibri, Arial;
  letter-spacing: -3px;
  color: white;
  text-align: right;
  height: 43px;
  clear: left;
}

#decogold                     /* Empty gold box */
{
  background: #f2e100;
  width: 22%;
  height: 157px;
  float: right;
}

/* Menu */

#menu
{
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 1px;
  padding-bottom: 1px;
  border-right: 5px solid #f2e200;
  font: 16px Calibri;
  color: #111;
}

/* Frontend | news */

#pagecontents
{
  width: 79%;
  float: right;
  margin-left: 2px;
  height: 100%;
}

#pagecontents #textdata
{
  padding: 10px 30px;
  font: 15px Calibri;
}

#pagecontents:after
{
  
}

#news
{
  width: 50%;
  background: #333;
  height: 100%;
  float: left;
  margin: 2px;
}

#news a
{
  color: orange;
}

#news a:hover
{
  color: gold;
}

.noteitem
{
  margin: 10px 0px 10px 0px;
}

.noteitem:after
{
  content: "."; 
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#notelist
{
  clear: left;
  margin-top: 10px;
  width: 93%;
}

.notethumb
{
  margin-right: 5px;
  width: 25%;
  border: 1px solid orange;
  float: left;
  clear: right;
}

.notesummary
{
  font: 14px/17px Calibri, Arial;
  color: white;
  float: right;
  width: 70%;
}

.notesummary span
{
  font-size: 12px;
  color: gray;
  display: block;
}

#decored
{
  background: #660000;
  width: 49%;
  float: right;
  height: 15px;
  margin: 2px;
  margin-right: 0px;
}

#calendar
{
  float: right;
  background: #666;
  width: 49%;
  margin: 2px;
  margin-right: 0px;
  height: auto;
}

#cinema
{
  float: right;
  background: #999;
  width: 49%;
  margin: 2px;
  margin-right: 0px;
  height: auto;
}

.movieposter
{
  width: 140px;
  height: 210px;
  margin: 3px;
}

.movieposter_extended
{
  width: 140px;
  height: 210px;
}

#links
{
  background: #f2e100;
  height: 157px;
  width: 20%;
  float: left;
  clear: left;
  padding-right: 1px;
  border-right: 5px solid #f2e200;
}

#decoredleft
{
  border-right: 6px solid #d92925;
  background: #d92925;
  width: 20%;
  float: left;
  height: inherit;
  margin-top: 2px;
  clear: left;
}

#copyright
{
  background: #f1cb41;
  display: block;
  width: 100%;
  float: right;
  text-align: right;
}

#moviename, #notetitle
{
  font: 30px Calibri, Arial;
  color: #d92925;
}

#notetitle
{
  margin-left: 10px;
}

#moviecast, #notesummary
{
  font: 14px Calibri, Arial;
  color: #c00000;  
}

#moviedirector
{
  font: 13px Calibri, Arial;
  color: gray;
}

#movieplot
{
  font: 14px/17px Calibri, Arial;
  color: black;
  margin-top: 10px;
}

#movieshowday, #notebody
{
  font: 13px Calibri, Arial;
  color: black;
}

#notebody
{
  margin-left: 70px;
  text-align: justify;
  margin-bottom: 10px;
  margin-right: 30px;
}

#notedate
{
  font: bold 12px Calibri, Arial;
  color: gray;
  margin-top: 10px;
  margin-left: 10px;
}

#notebody img
{
  margin: 10px;
}

.commentbox, .commentSent, .viaMail, .mailSent, .contactbox
{
    color: white;
    font: 13px "Segoe UI";
    margin-left: 15px;
    margin-right: 15px;
}

.commentbox form, .viaMail form, .contactbox form
{
    margin: 0px;
}

.commentbox input, .commentbox textarea,
.viaMail input, .viaMail textarea,
.contactbox input, .contactbox textarea,
{
    font: 12px "Segoe UI";
    width: 98%;
}

button
{
    margin-top: 4px;
    font: 12px "Segoe UI";
    font-weight: bold;
}
