
/* Alle Aussen- (Margins) und Innenabstände (Paddings) auf 0 setzen, wegen verschiedene darstellung Browser */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../img/tv_fuzz_dark.gif');
	background-repeat: repeat;
	background-position: top left;
	height: 100%;
	text-align: center;
	min-width:725px;
}

.noborder {
	border: none !important;
}

/* *******************
-- start accessibility --
   ******************* */


/* accessibility divs are hidden by default text, screenreaders and such will show these */

.accessibility, hr {

   position: absolute;
   top: -999em;
   left: -999em;
}


/* definition tags are also hidden these are also used for menu links */

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* *******************
-- schriftformatierung --
   ******************* */
   
   
* {
	font-family: Arial, Verdana, "Tahoma", sans-serif;
	font-size: 1em;
}  

.white {
	color: #ffffff;
}

.yellow {
	color: #fff400;
}

.red {
	color: #ff0000;
}

p.footer {
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 11px;
}

h2 {
	font-size: 60px;
}

h2.small {
	font-size: 35px;
}

a img {
	border: none;
}

a.yellowtextlink {
	text-decoration: none;
	display: inline-block;
}

a.yellowtextlink:hover {
	text-decoration: underline;
	color: #fff400;
}

h2.content-title {
	font-size: 37px;
	margin-top: 25px;
	color: #fff400;
}

h3.content-title {
	font-size: 1em;
	color: #ffffff;
	font-weight: normal;
}

h3.content-title.red{
	color: #ff0000;
}

p.italic {
	font-style: italic;
}

p.tracklisting {
	font-size: 13px;
}

.side-col-text {
	font-size: 13px;
}


/*  
FIX --------------------------------------------------------------
*/

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}


/*  
CONTENT BLOCKS --------------------------------------------------------------
*/

/*
.content {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	text-align:left;
}

div.content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align:left;
	z-index: 100;
}

div.content-folge {
	position: relative;
	top: 0px;
	
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	text-align: left;
}

div.content-folge.intro {
	position: absolute;
	top: 50px;
	right: 257px;
	width: 400px;
	text-align: right;
}
*/

div.content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -158px; /* half logo width */
	margin-top: -148px; /* half logo height */
}

div.content-folge-wide {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	text-align: left;
	padding-bottom: 50px;
}

div.content-folge-wide.intro {
	position: absolute;
	top: 50px;
	left: 60px;
	right: 257px;
	text-align: right;
}


/*
LOGO ---------------------------------------
*/

div.ttm-logo-small {
	background-image: url('../img/TTM_small.png');
	background-repeat: no-repeat;
	/*background-color: yellow;
	opacity: 0.5;*/
	
	width: 183px;
	height: 183px;
	top: 60px;
	right: 60px;
	z-index: 10;
	position: absolute;
}

div.ttm-movieaward-logo-small {
	background-image: url('../img/TTM_movieaward_small.png');
	background-repeat: no-repeat;
	/*background-color: yellow;
	opacity: 0.5;*/
	
	width: 183px;
	height: 204px;
	margin-left: auto;
	margin-top: 60px;
	margin-right: 60px;
}



/*
NAVIGATION ---------------------------------------
*/

div.navigation {
	position: absolute;
	top: 268px;
	width: 215px;
	right: 10px;
	text-align: left;
	z-index: 20;
}

div.navigation ul {
border-bottom: 2px solid #fff;

}

div.navigation ul li {
	list-style: none;
	border-top: 2px solid #fff;
	
	padding-top: 2px;
}

div.navigation ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.navigation ul li a:hover, .navigation ul li a.selected {
	color: #ff0000;
}

/*
SUB-NAVIGATION ---------------------------------------
*/

div.navigation ul li ul.diy li{
	list-style: none;
	font-size: 51px;
	padding-top: 2px;
}

div.navigation ul li ul.diy li a{
	padding-left: 33px;
}

div.navigation ul li ul.diy li a span.diy-middle{
	font-size: 30px;
}

div.navigation ul li ul.diy li a span.diy-small{
	font-size: 14px;
}



/*  
FOOTER --------------------------------------------------------------
*/

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 9;
	margin-left: -60px;
} 

div.footer-disclaimer {
}

div.footer-disclaimer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	display: inline;
}

div.footer-disclaimer a:hover {
	text-decoration: underline;
}


/*  
Releases --------------------------------------------------------------
*/
div.releases-wrapper {
	margin-top: 20px;
	margin-bottom: 50px;
	float: right;
	position: relative;
}


#releases {

}

div.releases-wrapper ul {
}

div.releases-wrapper ul li {
	display: inline;
}

div.releases-wrapper ul li img {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

div.releases-wrapper ul li a {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

div.releases-wrapper ul li a:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.release-tracks {
	float: right;
}

div.release-image {
	float: right;
	margin-top: 37px;
	margin-right: 35px;
}



/*
Sticky Corners ---------------------------------------
*/

#TopLeftCorner { 
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_corner_left_top.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 250px;
	}
#TopRightCorner { 
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_corner_right_top.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 250px;
	}
#BottomLeftCorner { 
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
    float: none;
	  
	background-image: url('../img/TTM_TV_corner_left_bottom.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 250px;
	}
#BottomRightCorner { 
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_corner_right_bottom.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 250px;
	}
	
#Top {
	display: block;
	position: fixed;
	right: 250px;
	left: 250px;
	top: 0px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_top.png');
	background-repeat: repeat;
	background-position: top left;
	width: auto;
	height: 250px;
	pointer-events:none;          /* FOR LINK OVER TV Dark */
}

#Right {
	display: block;
	position: fixed;
	right: 0px;
	top: 250px;
	bottom:250px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_right.png');
	background-repeat: repeat;
	background-position: top left;
	width: 250px;
	height: auto;
	pointer-events:none;          /* FOR LINK OVER TV Dark */
}

#Bottom {
	display: block;
	position: fixed;
	right: 250px;
	left: 250px;
	bottom: 0px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_bottom.png');
	background-repeat: repeat;
	background-position: top left;
	width: auto;
	height: 250px;
	pointer-events:none;          /* FOR LINK OVER TV Dark */
}

#Left {
	display: block;
	position: fixed;
	left: 0px;
	top: 250px;
	bottom:250px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: none;
	float: none;
	  
	background-image: url('../img/TTM_TV_left.png');
	background-repeat: repeat;
	background-position: top left;
	width: 250px;
	height: auto;
	pointer-events:none;          /* FOR LINK OVER TV Dark */
}
	


