article.vtab section h2 {
	margin:0;
	padding:0;
}

article.vtab {
	color:#424242;
	margin:0;
	width:100%;
}

/* Vertikale Tabs */

article.vtab section h2 a {
	background:#8f8f8f;
	background:linear-gradient(to bottom,#cecece 0%,#8f8f8f 100%);
	border:1px solid #fff;
	border-radius:0.2em;
	color:#424242;
	display:block;
	font-size:18px;
	font-weight:400;
	margin:0;
	padding:1em;
	text-decoration:none;
	text-shadow:2px 2px 2px #aeaeae;
}

article.vtab section:target h2 a,article.vtab section h2 a:focus,article.vtab section h2 a:hover,article.vtab section h2 a:active {
	background:#28d;
	background:linear-gradient(to bottom,#6bb2ff 0%,#28d 100%);
	color:#FFF;
}

article.vtab section {
	margin:0;
}

section.vtabwrap>ul>li {
	margin: 0.2em;
	float:left;
}

article.vtab section:target section.vtabwrap {
	max-height:4000px;
	overflow:auto;
}

article.vtab section section.vtabwrap {
	margin:0;
	max-height:0;
	overflow:hidden;
	padding:0 1em;
	transition:max-height .5s ease-in;
}

.pli_img
{
width:30%;
}

.pli_img img
{
width:100%;
}
