div.grayBoxHolder
{
	background-image: url('/grafik/viungestory/grayBoxBottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 20px 0 12px 0;
}

div.quizHolder
{
	background-image: url('/grafik/viungestory/grayBoxTop.png');
	background-position: center top;
	background-repeat: no-repeat;
    clear: both;
    padding: 30px 75px 30px;
    width: 462px;
}

div.quizHolder div.item
{
    margin-bottom: 24px;
}

div.quizHolder h1
{
    margin: 15px 0 0 28px;
}

div.quizHolder div.item p.headline
{
	font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

div.quizHolder div.item p.question
{
	font-family: Tahoma;
    margin: 10px 0;
}

div.quizHolder div.item div.answers div.txtStandard
{
	background-repeat: no-repeat;
    margin-bottom: 4px;
    width: 300px;
}

div.quizHolder div.item div.answers div.radStandard
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
    margin-top: 4px;
    position: relative;
    text-indent: 20px;
}

div.quizHolder div.item div.answers div.radStandard input
{
	margin: 0px 0px 0 -20px;
	.margin: -4px 0px 0 -22px;
	position: absolute;
}

div.quizHolder div.txtStandard span.error
{
	color: red;
	padding-left: 10px;
}

div.quizHolder input.btnStandardSmall
{
	background: none;
	background-image: url('/grafik/viungestory/bulletPurple.gif');
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	color: #000;
	cursor: pointer;
	/*float: left;*/
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
    height: 22px;
    margin: 10px 0 0 -24px;
    padding: 0 2px 2px 26px;
    .padding: 0 2px 0px 22px;
    text-decoration: none;
    width: 69px;
}



/* SECTION OVERVIEW */
ul.TestList
{
    list-style: none;
    margin: 12px 0 12px;
    padding: 0 0 0px;
    width: 456px;
}

ul.TestList li
{
	background: url('/grafik/viungestory/sectionBg1.jpg') no-repeat right top;
    height: 110px;
    margin-bottom: 12px;
	overflow: hidden;
}

ul.TestListWhite li
{
    background: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
}

ul.TestList .image
{
	border: 1px solid #ccc;
    float: left;
    height: 102px;
    padding: 2px;
    overflow: hidden;
    width: 114px;
}

ul.TestList .teaser
{
    padding: 0;
    margin: 0;
    font-size: 11px;
    height: 40px;
    overflow: hidden;
}

ul.TestList .teaser a,
ul.TestList .teaser a:visited
{
	color: #ccc;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
    padding: 0;
    margin: 0;
    height: 40px;
    overflow: hidden;
}

ul.TestList .content
{
    float: left;
    height: 66px;
    margin: 18px 0px 0 2px;
    position: static;
    padding: 0 20px;
    overflow: hidden;
    width: 290px;
}

ul.TestList h3,
ul.TestList h3 a,
ul.TestList h3 a:visited
{
	color: #fff;
	font-family: Trebuchet MS;
    font-size: 20px;
    margin: 0 0 2px 0;
    font-weight: bold;
    text-transform: uppercase;
}

ul.TestList .readmore
{
	background: url('/grafik/viungestory/flowerMicroSection.gif') no-repeat left 4px;
    float: left;
	margin: 0px 0 0 20px;
	padding-left: 10px;
}

ul.TestList .readmore a,
ul.TestList .readmore a:visited
{
	color: #fff;
	font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

ul.TestList p.cat
{
    display: none;
}