/* CCS Defintion Homepage */
/* Content Left */
#contentleft {
	position: absolute;
	left: 0;
	top: 88px;
}
#leftnav {
	position: relative;
	top: 15px;
	width: 182px;
	height: 400px;
	float: left;
}
#bayerlinks {
	background: white;
}
#bayerlinkscontent {
	background: white;
}
#countrynews {
	font-weight: bold;
	color: #390;
	width: 270px;
	margin-top: 15px;
	margin-left: 185px;
}
#countrynews a {
	color: #390;
}
#globalnews {
	font-weight: bold;
	width: 270px;
	margin-top: 23px;
	margin-left: 185px;
}
.newsline {
	margin-top: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.newsdate {
	font-weight: bold;
	color: #666;
}
.news {
	font-weight: normal;
	color: #666;
	margin-bottom: 11px;
}

/* Content Right */
#contentright {
	position: absolute;
	left; 470px;
	top: 88px;
}
#shadow {
	position: absolute;
	left: 1px;
	top: 88px;
}
#margin {
	position: absolute;
	top: 103px;
	left: 790px;
	width: 196px;
}
#teasercolumn {
	position: absolute;
	left: 470px;
	top: 91px;
	background: #EBF6FA;
	width: 280px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;

}
.hometeaser {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 280px;
}
*html .hometeaser {
	padding-bottom: 0px;
}
.hometeaser img {
	float: left;
	margin-right: 12px;
}
.htline {
	clear: both;
	margin-top: 14px;
	border-bottom: 1px solid #ccc;
}
.headline_orange {
	color: #F60;
}    

/* Footer */
#footer {
	position: absolute;
	top: 846px;
	margin-left: 185px;
	left: 1px;
	width: 526px;
	height: 24px;


}
.footer {
	font-size: 10px;
	color: #666;
}
.footer:hover {
	text-decoration: none;
}

