/* Author: Norbert Klein * Date: 02. September 2005 */
@media all {
#boundary {
	width:772px;
} 
#content {
	position:relative;
	margin:1em 0;
	border-style:none;
	padding:0;
	height:400px;
	background-color:#fff;
	background-image:url(img_home/home_background.jpg);
	background-repeat:no-repeat;
}
#content[id] {
	height:auto;
	min-height:400px;
}
#content #special {
	position:absolute;
	left:53px; top:320px;
}
#content #section {
	position:absolute;
	top:120px;
	left:328px;
	margin:0;
	border-style:none;
	padding:0 8px 0 0;
	background-color:transparent;
	font-size:94%;
}
#content #section b {
	color:#933;
}
#content #recent {
	margin:0;
	border-style:none;
	padding:276px 0 0 320px;
	font-size:94%;
}
#content #recent table {
	border-style:none;
	width:450px;
}
#content #recent table th,#content #recent table td {
	padding:0 0 0 20px;
	vertical-align:baseline;
}
#content #recent table th {
	color:#336;
	background-image:url(img_home/home_heading.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:left;
}
#content #recent table td {
	color:#666;
	font-size:92%;
}
#content #recent table td a:link,
#content #recent table td a:visited,
#content #recent table td a:hover {
	display:block;
	margin:6px 8px 8px 0;
	color:#666;
	text-decoration:none;
}
#content #award {
	position:absolute;
	top:320px;
	left:79px;
	margin:0;
	border-style:none;
}
} 
@media print {
#content {
	position:static;
	margin:0;
	border-top:1px solid #999;
	padding:1em 0 0;
	height:auto;
	background-image:none;
}
#content[id] {
	min-height:0;
}
#content #special {
	display:none;
}
#content #section {
	position:static;
}
#content #section b {
	display:block;
	color:#000;
	font-size:120%;
}
#content #recent {
	padding:0;
}
#content #recent table {
	margin:1em 0;
	width:100%;
}
#content #recent table th,#content #recent table td {
	padding:0;
	color:#000;
}
#content #recent table th {
	background-image:none;
}
#content #recent table td a:link,
#content #recent table td a:visited,
#content #recent table td a:hover {
	color:#000;
}
#content #recent table td a img {
	display:none;
}
}
