/* Cascading Style Sheet
/*
/* Site:	baytubes.com > Special Style for Home
/* Client:  Bayer MaterialScience AG
/*
/* Version: 1.0.0
/* as of:	2007-08-19
/*
/* Code by:	Raytion GmbH, sk
/* Copyright 2007, all rights reserved
/*
/*********************************************************/

#homeKV {
	position: absolute; 
	top: 89px; 
	left: 0; 
	width: 449px; 
	height:152px; 
	background: #ccc;
}

#homeWelcome {
	position: absolute; 
	top: 89px; 
	left: 450px; 
	width: 546px; 
	height:152px; 
	background: #ccc;
}

#home {
	position: absolute;
	top: 242px;
	left: 0px;
	width: 996px;
	overflow: hidden;
}

#homeLinks {
	 width: 170px; 
	 border-right: 1px solid #fff;
	 font-size: 12px;
	 background: #ccc;
}

#homeLinks .head {
	color: #fff; 
	background: #999 url(../images/bg_home_links.gif) top left repeat-x; 
	font-weight: bold; 
	padding: 1px 0 2px 18px; 
	border-bottom: 1px solid #fff;
}

#homeLinks .content {
	padding: 1px 0 5px 18px;
}

#homeLinks .meta {
	padding: 4px 0 2px 18px; 
	border-top: 1px solid #666; 
	font-size: 10px;
}

#homeLinks a {
	color: #666;
	text-decoration: none;
}

#homeLinks a:hover {
	color: #000;
}

#homeNews {
	width: 279px; 
	border-right: 1px solid #fff; 
	font-size: 12px;
	background-color: #ffe9da;
}

#homeNews .head {
	color: #fff; 
	background: #f60 url(../images/bg_home_news.gif) no-repeat top right; 
	font-weight: bold; 
	padding: 1px 0 2px 16px; 
	border-bottom: 1px solid #fff;
}

#homeNews .content {
	padding: 0 0 2px 16px;
}

#homeNews .content .date {
	display: block; 
	font-size: 11px; 
	line-height: 12px; 
	font-weight: bold; 
	color: #000; 
	margin-top: 3px;
}

#homeNews .content .title {
	display: block; 
	font-weight: bold; 
	color: #f60; 
	margin-top: 2px;
}

#homeNews .content a {
	color: #f60;
	text-decoration: none;
}

#homeNews .content a:visited {
	color: #830;
	text-decoration: none;
}

#homeNews .content a:hover {
	color: #f60;
	text-decoration: underline;
}

#homeNews .content .teaser {
	display: block; 
	margin-bottom: 9px;
}

#homeMain {
	width: 328px; 
	padding: 14px 20px 10px 8px; 
	font-size: 12px; 
	line-height: 15px; 
	background: #e5f5f5 url(../images/bg_home_main.gif) no-repeat top left;
}

#homeMargin {
	width: 190px;
	padding: 8px 0 10px 0;
	background: #e5f5f5 url(../images/bg_home_teaser.gif) repeat-x top left;
}

#homeMargin .box {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 10px 0;
}

#homeMargin .box .boxHead {
	width: 160px;
	padding: 14px 16px 4px 15px;
	background: url(../images/bg_home_infobox_head.gif) repeat-y top left;
	font-weight: bold;
}

#homeMargin .box .boxMain {
	width: 160px;
	padding: 5px 15px 5px 15px;
	background: url(../images/bg_home_infobox_content.gif) repeat-y bottom left;
}

#homeMargin .box .boxFoot {
	width: 190px;
	height: 17px;
	background: url(../images/bg_home_infobox_foot.gif) no-repeat top left;
}

.homeFooter {
	background-color: #099; 
	height: 15px; 
	font-size: 10px; 
	line-height: 10px;
	color: #fff;
}
