﻿/* --------------------------------------------------------------------------- */
/* -------------------------------- Content ---------------------------------- */
/* --------------------------------------------------------------------------- */

.pnlContentWrapper
{
	margin:0 auto;
	position:relative;
	z-index:10;
}

.pnlSlideShow
{
	width:945px;
	height:352px;
	overflow:hidden;
	margin-top:-9px;
	background-color:transparent;
}

.aSlideLeft,
.aSlideRight
{
	width:20px;
	height:49px;
	position:absolute;
	z-index:500;
	outline:none;
}

.aSlideLeft
{
	left:10px;
	top:174px;
	background:url('/Content/IMG/Dummies/Blank.png') no-repeat center;
}

.aSlideRight
{
	right:10px;
	top:174px;
	background:url('/Content/IMG/Dummies/Blank.png') no-repeat center;
}

.pnlContent
{
	width:925px;
	position:relative;
	z-index:30;
	padding:20px 10px 10px 10px;
	background-image:url('/Content/IMG/Backgrounds/VS_Liste_Verlauf1px.png');
	background-repeat:repeat-x;
	background-color:#eee;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

.pnlContent ul
{
	padding-left:16px;
}

.pnlContent ul li
{
	list-style-type:disc;
}

.pnlContent ol
{
	padding-left:28px;
}

.pnlContent ol li
{
	list-style-type:decimal;
}

.pnlTemplateWrapper
{
	margin-top:-10px;
	z-index:-20;
}

.pnlTemplateWrapper a
{
	color:Black;
	text-decoration:underline;
}


