
/* HOWTOs */

/*general*/
#howto {
	float:left;
	position:relative;
	height:190px; 
	width:734px;
	overflow:hidden;
	background-repeat:no-repeat;  
	color:#ffffff;
	margin-top:19px;
}

#howto p {
	line-height:1.3em;
}

#howto .textleft {
	position:absolute;
	top: 8px;
	left: 22px;
	height: 150px;
	width: 170px;
}

#howto .textmiddle {
	position:absolute;
	top: 27px;
	left: 235px;
	height: 150px;
	width: 125px;
}

#howto .textright {
	position:absolute;
	top: 8px;
	left: 425px;
	height: 150px;
	width: 145px;
}

#howto h1, .linktext {
	font-family:Helvetica,Arial,Tahoma,Verdana,sans-serif;
	margin-top:9px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/*category all*/
#howto.all .textright {
	position:absolute;
	top: 15px;
	left: 583px;
	height: 170px;
	width: 125px;
}

#howto.all .step1 {
	position:absolute;
	top: 123px;
	left: 58px;
	height: 50px;
	width: 140px;
}

#howto.all .step2 {
	position:absolute;
	top: 123px;
	left: 235px;
	height: 50px;
	width: 140px;
}

#howto.all .step3 {
	position:absolute;
	top: 123px;
	left: 412px;
	height: 50px;
	width: 140px;
}

#howto a {
	position:absolute;
	color:#fff;
	top: 2px;
	left: 589px;
	height: 27px;
	width: 93px;
	padding:156px 20px 0 30px;
	text-decoration: none;
	margin-top:0px;
}

#howto .linktext {
	position:absolute;
	top: 30px;
	left: 617px;
	height: 147px;
	width: 93px;
}

/*category weblinks*/
#howto.weblinks {
	height: 247px;	
}

#howto.weblinks .textmiddle {
	position:absolute;
	top: 8px;
	left: 230px;
	height: 150px;
	width: 160px;
}

#howto.weblinks .step1 {
	position:absolute;
	top: 142px;
	left: 248px;
	height: 150px;
	width: 125px;
}

#howto.weblinks .step2 {
	position:absolute;
	top: 142px;
	left: 416px;
	height: 150px;
	width: 125px;
}

#howto.weblinks .step3 {
	position:absolute;
	top: 142px;
	left: 587px;
	height: 150px;
	width: 130px;
}

#howto.weblinks a {
	height:73px;
	left:315px;
	position:absolute;
	top:66px;
	width:69px;
	padding:0;
}

/*category products*/
#howto.products .textright {
	position:absolute;
	top: 27px;
	left: 495px;
	height: 150px;
	width: 125px;
}

/*howto background pics*/
#howto.all {
	background-image:url(/images/howto/alle_bg.png);
}
#howto.products {
	background-image:url(/images/howto/produkte_bg.png);
}
#howto.locations {
	background-image:url(/images/howto/locations_bg.png);
}
#howto.contacts {
	background-image:url(/images/howto/kontakte_bg.png);
}
#howto.weblinks {
	background-image:url(/images/howto/weblinks_bg.png);
}
