/*
########################################
########## Title: 	ThyssenKrupp Microsite CSS
########## Author: 	BC DESIGN®
########################################
*/

*
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;	
}

/* Clearfix */

.clearfix:after 
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1px; }
.clearfix { display: block; }

body
{
	color: #ffffff;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;
}

a 
{
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}

/*
########## FRAMEWORK ##########
*/

div#container
{
	width: 740px;
	margin: auto;
	padding: 0px 20px 20px 20px;
}

div#header
{
	width: 740px;
	height: 110px;
	background: url("../gfx/header_de.gif") no-repeat;
}

div#header a
{
	display: block;
	width: 740px;
	height: 110px;
	font-size: 0px;
	text-indent: -9999px;
	line-height: 0px;
	text-decoration: none;
}

div#flashcontainer
{
	background: url("../gfx/no_flash.jpg") no-repeat;
	width: 740px;
	height: 570px;
}

div#getFlash
{	
	width: 740px;
	height: 200px;
	text-align: center;
	padding-top: 350px; 	
}

div#footer ul
{
	list-style: none;
	margin: 20px 0px 0px 18px;
}

div#footer ul li
{
	height: 11px;
	float: left;
}

li#footer_spacer
{
	width: 6px;
	background: url("../gfx/footer_spacer.gif") no-repeat;	
}

div#footer ul li a
{
	display: block;
	height: 11px;
	font-size: 0px;
	text-indent: -9999px;
}

a#footer_impressum
{
	width: 53px;
	background: url("../gfx/footer_impressum_de.gif") no-repeat;	
}

a#footer_tklink
{
	width: 116px;
	margin-left: 4px;
	background: url("../gfx/footer_tklink.gif") no-repeat;	
}