@charset "utf-8";
/* CSS Document */

.SolutionBox-Material { 
	overflow: hidden;
	width: 510px;
	height: 350px;
	background-image: url(/themes/_externals/solution-finder/hg-solfinder-material.png);
	background-repeat: no-repeat;
	z-index:1;
}

.SolutionBox-Prozess { 
	overflow: hidden;
	width: 510px;
	height: 350px;
	background-image: url(/themes/_externals/solution-finder/hg-solfinder-prozess.png);
	background-repeat: no-repeat;
	z-index:1;
}

.SolutionBox-Prozesssuche { 
	overflow: hidden;
	width: 510px;
	height: 350px;
	background-image: url(/themes/_externals/solution-finder/hg-solfinder-prozesssuche.png);
	background-repeat: no-repeat;
	z-index:1;
}

.SolutionBox-Maschine { 
	overflow: hidden;
	width: 510px;
	height: 350px;
	padding-top: -200px;
	background-image: url(/themes/_externals/solution-finder/hg-solfinder-maschine.png);
	background-repeat: no-repeat;
	z-index:1;
}

.SolutionBox-Maschinensuche { 
	overflow: hidden;
	width: 510px;
	height: 350px;
	background-image: url(/themes/_externals/solution-finder/hg-solfinder-maschinensuche.png);
	background-repeat: no-repeat;
	z-index:1;
}

.solfind-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #2F7DB4;
	font-weight: bold;
}

.solfind-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #2F7DB4;
	font-weight: bold;
	text-decoration:none;
}

.solfind-item a:hover {
text-decoration:underline;
}


.solfind-sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	color: #2F7DB4;
	font-weight: normal;
	display: block;
	padding: 5px;
	padding-right: 8px;
}


.choosed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #2F7DB4;
	font-weight: bold;
}


.choosed a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #2F7DB4;
	font-weight: bold;
	text-decoration:none;
}

.choosed a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #2F7DB4;
	font-weight: bold;
	text-decoration:underline;
}


a.button {
	background: transparent url('/themes/_externals/solution-finder/button-off.jpg') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: bold 14px arial, sans-serif;
	height: 29px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	border-left: -1px;
}


a.button:active {
	background: transparent url('/themes/_externals/solution-finder/button-on.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 14px arial, sans-serif;
	height: 29px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	border-left: -1px;
	background-image: url(/themes/_externals/solution-finder/button-on.jpg);
}

a.button:hover {
text-decoration:underline;
}


a.button-on{
	background: transparent url('/themes/_externals/solution-finder/button-on.jpg') no-repeat scroll top right;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 14px arial, sans-serif;
	height: 29px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	border-left: -1px;	
}

a.button-on:hover {
	text-decoration:underline;
	vertical-align: bottom;
}
#Solution-Finder-Picbox {
	position:relative;
	left:364px;
	top:-442px;
	width:158px;
	height:150px;
	z-index:11;
	vertical-align: bottom;

}

