﻿html {
	height: 100%;
}
body {
	font-family: Calibri, verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
	color: #929280;
	background-color: #050505;
}
.tabelle {
	background: #000000 url('../images/dl/bg_grad_2.jpg') repeat-x left top;
}
.NaviTitle {
	padding: 35px 0 15px 0;
	text-align: left;
	font-size: 20px;
	text-transform: lowercase;
}
.NaviLinks {
	font-size: 12px;
}
.MovieTitle {
	padding: 32px 0 15px 0;
	text-align: center;
	font-size: 20px;
	text-transform: lowercase;
}
.MovieContainer {
	text-align: center;
}
.MovieDetail {
	text-align: center;
	padding: 0 100px 50px 100px;
	font-size: 12px;
}
/* ancors Start
---------------------*/
a {
	outline: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* unordered list */
ul {
	margin: 2px 0px 18px 6px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/*  LOGO  
-----------------------*/
#logo h1 a {
	color: #FF0000;
    border: none;
	text-decoration: none;
}
#logo {
	/*color: #40403E;*/
	border: none;
	text-decoration: none;
	width: 800px;
	height: 96px;
}
#logo h1 {
	font-family: century gothic, sans-serif;
	font-size: 54px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px 0px 0px 1px;
	border: 0px;
	float: left;
	letter-spacing: 0px;
}
#Sitelogo h1 a {
	/*color: #40403E;*/
  	border: none;
	text-decoration: none;
}
#Sitelogo {
	/*color: #40403E;*/
	padding: 10px 0 0 0;
	border: none;
	text-decoration: none;
	width: 800px;
	height: 30px;
	text-align: right;
}
#Sitelogo h1 {
	font-family: century gothic, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px 0px 0px 1px;
	border: 0px;
	float: right;
	letter-spacing: 0px;
}

/*  MENU  
-----------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 0px solid #625e00;
	border-width: 0px 0;
	background: black url('../images/blockdefault.gif') center center repeat-x;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 0px solid white;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url('../images/blockactive.gif') center center repeat-x;
}
p.iepara {
	/*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
/*  NAVIGATION  
-----------------------*/
#Navigation {
	margin: 20px 0 0 0;
	width: 200px;
}
/*  DETAIL
-----------------------*/
#detail {
	margin: 20px 0 0 0;
	width: 600px;
}

#container
{
	margin: 0px 50px 50px 50px;
}