body, 
body * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	background:#fff;
}
#tf .clear {
	clear:both;
}
#tf a {
	color:#dc1425;
}
#tf #hd {
	width:100%;
	height:102px;
	background:url(/assets/images/hd_bg.gif) repeat-x;
	padding:70px 0 0 0;
	margin:0px 0 0 0;
}
#tf #hd-inner {
	position:relative;
	width:835px;
	height:44px;
	background:url(/assets/images/hd-inner_bg.gif) no-repeat;
	margin:0 auto 0 auto;
}
#tf #hd-inner #homelink {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:835px;
	height:44px;
	text-indent:-3000px;
	font-size:0px;
	line-height:0px;
	text-decoration:none;
}
#tf #ct {
	width:100%;
	margin:5px 0;
}
#tf #ct-inner {
	width:835px;
	margin:0 auto;
	font-size:11px;
	line-height:25px;
	color:#1a171b;
}
#tf #ct-inner h1 {
	font-size:24px;
	font-weight:normal;
	text-transform:lowercase;
	vertical-align: middle;
}
#tf #ct-inner h1 img {
	display:inline;
	margin:0 15px 0 0;
	vertical-align: middle;
}
#tf #ct-inner h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#tf #ct-inner h2 a {
	text-decoration:none;
}
#tf #ct-inner .left {
	float:left;
	width:400px;
}
#tf #ct-inner .right {
	float:right;
	width:400px;
}
#tf #mn {
	width:100%;
	height:132px;
	background:url(/assets/images/mn_bg.gif) repeat-x;
}
#tf #mn-inner {
	width:1069px;
	height:132px;
	background:url(/assets/images/mn-inner_bg.gif) no-repeat;
	padding:0 0 0 130px;
	margin:0 auto;
}
#tf #mn  ul,
#tf #mn  li {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#tf #mn li object {
	position:relative;
	display:block;
	float:left;
	width:155px;
	height:113px;
	text-indent:-3000px;
	font-size:0px;
	line-height:0px;
	margin:5px 0 0 0;
}
#tf #mn li a {
	position:relative;
	display:block;
	float:left;
	width:155px;
	height:113px;
	xtext-indent:-3000px;
	xfont-size:0px;
	xline-height:0px;
}
#tf #rf {
	width:100%;
	margin:45px 0 0 0;
}
#tf #rf-inner {
	width:835px;
	margin:0 auto;
}
#tf #ft {
	width:100%;
	height:98px;
	margin:30px 0 0 0;
	background:url(/assets/images/ft_bg.gif) repeat-x;
}
#tf #ft #ft-inner {
	width:835px;
	height:98px;
	margin:0 auto;
	font-size:11px;
	color:#1a171b;
}
#tf #ft ul,
#tf #ft li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
#tf #ft a {
	color:#1a171b;
	text-decoration:none;
	line-height:50px;
	margin:0 24px 0 0;
}
#tf .referenzlistimg {
	float:left;
	margin:0 35px 10px 0;
}

#tf  #referenz .referenzimg {
	float:left;
	margin:0 35px 10px 0;
}
.flashContent { width:100%; height:100%; }
#tf .containerBox {
	clear:both;
	border:1px solid #ccc;
	margin: 0 0 30px 0;
	padding:20px;
}
#tf .containerImg {
	float:left;
	margin:0 10px 0 0;
}

#menuCssAnim  ul,
#menuCssAnim  li {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menuCssAnim li a {
	position:relative;
	display:block;
	float:left;
	width:155px;
	padding-top:70px;
	height:43px;
	text-decoration:none;
	color:#3a3a39;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	background:url(/assets/images/clock_bg.png) no-repeat center 10px;
}
#menuCssAnim li a .zeiger {
	position:absolute;
	top:19px;
	left:76px;
	display:block;
	width:2px;
	height:30px;
	background:transparent;
	transition: all 1s ease-in-out;	
	-webkit-transition: all 1s ease-in-out;
	transform: rotate(-135deg);	
	-webkit-transform: rotate(-135deg);
}
#menuCssAnim li a .zeiger:after {
	content:' ';
	position:absolute;
	display:block;
	overflow:hidden;
	width:1px;
	height:1px;
	background:#e80c0c;
	box-shadow: -1px 0px 2px #000;
	border-bottom:20px solid transparent;
}
#menuCssAnim li a .zeiger:before {
	content:' ';
	position:absolute;
	top:12px;
	left:-1px;
	display:block;
	overflow:hidden;
	width:3px;
	height:5px;
	background:#bf0516;
	box-shadow: -1px 0px 2px #000;
}

#menuCssAnim li a:hover .zeiger {
	transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
}