/* index.css */

#header {
	height: 305px;
	background-image: url(../images/header_home.jpg);
}
#menu {
	top: 230px;
}
#content {
	padding-left: 55px;
}
#summary {
	float: left;
	width: 478px;
}
#teasers {
	float: right;
	width: 250px;
}
#teasers a {
	padding-top: 28px;
	background: transparent url(../images/hr.png) no-repeat scroll 0 0;
}
#teasers a img {
	width: 85px;
	height: 55px;
	display: block;
	float: left;
	padding-right: 25px;
}
#teasers a span {
	float: right;
	width: 140px;
	font-size: 10px;
	color: #666;
	line-height: 1.2;
}
#teasers a:hover span {
	color: #496B82;
}
#teasers .linktext {
	padding: 0;
}

#innovations {
	float: right;
	width: 250px;
}
#innovations a {
	padding-top: 28px;
	background: transparent url(../images/hr.png) no-repeat scroll 0 0;
}
#innovations a img {
	width: 85px;
	height: 55px;
	display: block;
	float: left;
	padding-right: 25px;
}
#innovations a span {
	float: right;
	width: 140px;
	font-size: 9px;
	color: #666;
	line-height: 1.2;
}
#innovations a:hover span {
	color: #496B82;
}
#innovations .linktext {
	padding: 0;
}
h1.img span {
	position: absolute;
	left: -9999px;
}
