/*
 * New Portal Style
 */

#w {
	padding-top: 10px;
	margin: 0 20px;
}

#w div {
	display: inline;
	margin-right: 10px;
}

#w div i {
	font-size: 100px;
	overflow: hidden;
	display: inline-block;
	height: 120px;
	width: 1px;
	margin: 0px; padding: 0px;
}

#w div span {
	border: 1px solid #ccc;
	background-color: #ccc;
	
	/*
	padding = height + img margin top + img margin botton + border + outline
	*/
	padding: 84px 0 0 0;
	margin: 5px 5px 10px 0px;
	
	font-size: 0px;
	
	position: relative;
	display: inline;
	overflow: visible;
}

#w div span strong {
	position: absolute;
	top: -15px;
	left: 0px;
/*
	z-index: 10;
*/
		
	display: block;
	height: 12px;

	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #ccc;
	
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	
	padding: 2px 2px 0 2px;
	margin: 0px;
}

#w div span,
#w div span strong {
	border-color: #888;
}

#w div span:hover,
#w div span:hover strong {
	border-color: #333;
}

#w a img {
	width: 76px;
	height: 76px;
	margin: 3px;
	border: 1px solid #555;
	outline: 1px solid transparent;
}

#w a, #w a:hover {
	text-decoration: none;
	border: none;
}

#w a:hover img {
	outline: 1px solid #fff;
}

#w span.heute strong, #w span.heute {
	border-color: green;
	background-color: #eee;
}

#w span.heute {
	border-color: green;
}

