html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: tahoma, sans-serif;
	font-size: 100%;
	color: #100c32;
	background: transparent;
	vertical-align: baseline;
}
body {
	line-height: 1.0em;
}
ul {
	list-style: none;
}
ol {
  list-style: decimal;
}

table, tr, th, td {
  vertical-align: middle;
}

table.filmdata
{
  margin-bottom: 10px;
}

td.filmdata
{
  vertical-align: top;
}

a,
a:visited
{
  color: #557fac;
  text-decoration: none;
}

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

textarea
{
  font-family: tahoma;
  font-size: 100%;
}

#page
{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#header
{
  height: 119px;
  background-image: url(../img/header.png);
  background-repeat: no-repeat;
}

#fivePixer
{
  margin: 5px 0 5px 0;
}

#tenPixer
{
  margin: 10px 0 10px 0;
}

.imagefloatframeright
{
  float: right;
  padding: 4px;
  border: 1px solid #dddddd;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.imagefloatframeleft
{
  float: left;
  padding: 4px;
  border: 1px solid #dddddd;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.imagefloatright
{
  float: right;
  padding: 4px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.imagefloatleft
{
  float: left;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#datetext
{
  color: #557fac;
  font-size: 85%; 
}

#relText
{
  color: #557fac;
  font-size: 85%; 
  width: 28px;
  float: right;
}

#navi_menu
{
  margin: 0 -10px 5px -10px;
}

#navi_menu ul
{

}

#navi_menu li
{
  line-height: 18px;
  background-color: #e9f0f7;
  /*border-top: 1px dotted #d7e3f0; */
  height: 18px;
  color: #557fac;
  text-decoration: none;
}

#navi_menu a
{
  display: block;
}

#navi_menu_chap
{
  background-image: url(../img/menu_arrow_down.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 12px;
  line-height: 18px;
  height: 18px;
  background-color: #e9f0f7;
  border-bottom: 1px dotted #d7e3f0;
  font-weight: bold;
  color: #557fac;
}

#navi_menu ul li
{
  padding-left: 12px;
  font-weight: bold;

}

#navi_menu ul ul li
{
  padding-left: 20px;
  font-weight: normal;

}

#navi_menu li:hover,
#navi_menu li:active,
#navi_menu li.current
{
  background-color: #d7e3f0;
  background-image: url(../img/menu_arrow_right.png);
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 37px;
}
  


#topmenu
{
  margin-top: -18px;
  margin-bottom: 7px;
  padding-bottom: 6px;
  text-align: right;
  list-style:none;
  background-image: url(../img/topmenubottom.png);
  background-position: right bottom;
  background-repeat: no-repeat;  
}

#topmenu li
{
  display: inline;
  margin: 0 11px 0 11px;
  font-size: small;
}

#topmenu a
{
  display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
  color: #557fac;
  text-decoration: none;
}

#topmenu a:hover
{
  color: #df9d00;
  text-decoration: underline;
}

#box_left
{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#newcommentbox
{
  float: right;
}

#box_right
{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

#box_middle
{
  float: right;
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

#box_logo_right
{ 
  float: left;
  padding: 0 8px 0 4px;
  background-image: url(../img/boxbg_dark.png);
  background-repeat: repeat-x;
} 

#box_logo_left
{ 
  float: left;
  padding: 0 8px 0 4px;
  background-image: url(../img/boxbg.png);
  background-repeat: repeat-x;
} 

#box_content
{
  position: relative;
  margin-top: -5px;
  padding: 15px 10px 10px 10px;
  border-right: 1px solid #dae3ed;
  border-left: 1px solid #dae3ed;
  border-bottom: 1px solid #dae3ed;
  font-size: 80%;
}

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

#box_content h2
{
  margin: 10px 0 10px 0;
  padding-left: 14px;
  background-image: url(../img/h2_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #4580bc;
  font-size: 140%;
  font-weight: normal;
  font-variant: small-caps;
}

#box_content h3
{
  margin: 10px 0 6px 0;
  color: #30547a;
  padding-bottom: 2px;
  border-bottom: 1px solid #dae3ed;
}

#vote_in_corner
{
  float: right;
  margin: -27px 5px 0 0;
  padding: 0;
}

#vote_in_corner_img
{
  margin-left: -6px;
  padding: 0;
}

#box_right h1,
#box_middle h1
{
  background-image: url(../img/boxbg_dark.png);
  background-repeat: repeat-x;
  height: 27px;
  color: #30547a;
  font-variant: small-caps;
  font-weight: normal;
  line-height: 22px;
}

#box_left h1
{
  background-image: url(../img/boxbg.png);
  background-repeat: repeat-x;
  height: 27px;
  color: #557fac;
  font-variant: small-caps;
  font-weight: normal;
  line-height: 22px;
}

#film_info_box
{
  float: right;
  width: 181px;
  padding: 0 0 10px 10px;
  vertical-align: middle;
}

#film_image2
{
  float: left;
  margin: 5px 10px 2px 0;
  font-family: helvetica;
}

a.register_item
{
  background: transparent url(../img/register_end_active.png) no-repeat scroll top right;
  display: block;
  float: right;
  height: 17px;
  margin: -22px 1px 0 1px;
  padding-right: 5px; /* sliding doors padding */
  font-size: small;
  text-decoration: none;
  text-align: center;

}

a.register_item span {
    background: transparent url(../img/register_span_active.png) no-repeat;
    display: block;
    line-height: 8px;
    padding: 5px 3px 5px 10px;
} 

#boxmenu
{
  margin-top: -22px;
  margin-right: 1px;
  padding-bottom: 6px;
  text-align: right;
  float: right;
}

#boxmenu li
{
  display:inline;
  font-size: small;
  float: left;
}

#boxmenu a
{
  background: transparent url(../img/register_end.png) no-repeat scroll top right;
  display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
  height: 17px;
  padding-right: 5px; /* sliding doors padding */
  font-size: 90%;
  text-decoration: none;
  text-align: center;
}

#boxmenu a.current
{
  background: transparent url(../img/register_end_active.png) no-repeat scroll top right;
  display: block;
  height: 17px;
  padding-right: 5px; /* sliding doors padding */
  font-size: 90%;
  text-decoration: none;
  text-align: center;
}

#boxmenu span {
    background: transparent url(../img/register_span.png) no-repeat;
    display: block;
    line-height: 8px;
    padding: 5px 9px 5px 12px;
} 

#boxmenu span.current {
    background: transparent url(../img/register_span_active.png) no-repeat;
    display: block;
    line-height: 8px;
    padding: 5px 9px 5px 12px;
} 

#boxmenu a:active,
#boxmenu a:hover
{
    background: transparent url(../img/register_end_active.png) no-repeat scroll top right;
    outline: none; /* hide dotted outline in Firefox */
}

#boxmenu a:active span, 
#boxmenu a:hover span
{
    background: transparent url(../img/register_span_active.png) no-repeat;
} 

#eval
{
  margin: 2px 0 15px; 0;
  color: red;
}

/* FORMULAR STYLES */

#searchbutton
{
  text-align: center;
  border: 1px solid #557fac;
  font-size: x-small;
  margin-top: 10px;
  height: 18px;
}

#searchbutton:hover
{
  background-color: #c7dbef;
}

#searchfield
{
  height: 13px;
  font-size: x-small;
  margin-bottom: 15px;
}

#footer
{
  float: left;
  background-image: url(../img/footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 70%;
  padding-left: 10px;
  line-height: 20px;
  height: 27px;
  width: 790px;
  color: #557fac;
}