@charset "utf-8";
/* CSS Document */
/* v1.0 | 2009-11-05 (c) Minol Messtechnik W. Lehmann GmbH & Co. KG - Author: Markus Wolf */

#areaBody { /* content */
	position:relative;
	margin:0px auto;
	padding: 0px;
	width: 937px;
	padding: 10px 25px 10px 37px;
	border-right: #a3a9b3 1px solid;
	border-left: #a3a9b3 1px solid;
	border-bottom: #a3a9b3 1px solid;
	background-color:#FFFFFF;
}

#areaBody UL.breadcrumbs {
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

#areaBody UL.breadcrumbs LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	background: none;
	display: inline;
}

#areaBody UL.breadcrumbs LI A {
	margin: 0px;
	padding: 0px 4px 0px 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
	line-height: 9px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	background-image: url(images/sprite-icons.png);
	background-repeat: no-repeat;
	background-position: -3px 3px;
	vertical-align: top;
}

#areaBody UL.breadcrumbs LI A:hover {
	/*color: #E30013;*/
	background-image: url(images/sprite-icons.png);
	background-position:-3px -44px;
	color: #E30013;	
}

#areaBody #bottomLeft {
	position:absolute;
	left:-1px;
	bottom:-1px;
	display:block;
	width:9px;
	height:9px;
	background-image:url(images/sprite-contentBottom.png);
	background-position:-1px -1px;
	background-repeat:no-repeat;
}

#areaBody #bottomRight {
	position:absolute;
	right:-1px;
	bottom:-1px;
	display:block;
	width:9px;
	height:9px;
	background-image:url(images/sprite-contentBottom.png);
	background-position:-11px -1px;
	background-repeat:no-repeat;
}
