

.service_head
{
	color:rgb(0,0,0);
	text-shadow: 1px 1px rgb(222,222,222);
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	font-size:14px;
	cursor:default;
	margin: 15px 0 15px 0;
}
.service_top
{
	float:left;
	width:250px;
	height: inherit;
}
.service_top ul
{
	display:block;
	list-style: none outside none;
	margin:0;
	padding:0px;
}
.service_top ul li
{
	color:rgb(0,0,0);
	text-shadow: 1px 1px rgb(222,222,222);
	padding-right:5px;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	white-space:nowrap;
	cursor:default;
	min-height:25px;
	min-width:80px;

}
.service_bottom
{
	float:left;
	width:250px;
	height:159px;
	overflow:hidden;
}
.service_sep
{
	display:block;
	float:left;
	height:159px;
	width:8px;
}
.plaketten
{
	position: absolute;
	top: 140px;
	left: 550px;
}
div.plakette2
{
	top:0;
	left:0;
}
.service_tool
{
	background-image: url(images/tool.jpg);
	width: 250px;
	height: 250px;
	float: right;
	margin-right: 6px;
}
.service_pictures
{
	clear:both;
	display:block;
	padding-top: 6px;
}
.service_pictures div
{
	width: 250px;
	height: 159px;
	float: left;
	padding-left: 6px;
	background-repeat: no-repeat;
}
.service_tacho
{
	background-image: url(images/tacho.jpg);
}
.service_reifen
{
	background-image: url(images/reifen.jpg);
}
.service_licht
{
	background-image: url(images/licht.jpg);
}
div.service_schaltung
{
	background-image: url(images/schaltung.jpg);
	padding-left: 0px;
}
.menue > div
{
	overflow: hidden;
}
@media only screen and (max-width: 1023px)
{
	.service_tool
	{
		display: none;
	}
	.service_pictures
	{
		width: 100vw;
		height: 159px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 700px)
{
	.plaketten
	{
		display: none;
	}
}