@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1D181E;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: #B7EDFF;
	margin-bottom: 1px;
}
.StackedContainersTitelVorschau {
	font-size: 16px;
	color: #B7EDFF;
	font-weight: bold;
}
.StackedContainersArtikelVorschau {
	font-size: 12px;
	color: #FFF;
}

