/* Stylesheet iFrame */



/* allgemeine Formatierungen */
*
{
    margin: 0;
    padding: 0;
}

body
{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}

#section-wrapper
{
    width: auto;
    height: 100%;
    max-width: 150px;
    max-height: 200px;
    padding: 5px;
    margin: 5px;
    position: relative;
    text-align: center;
    float: left;
}

#section-wrapper img {
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	border:#ffffff solid 8px;
	margin-top:10px;
	border-radius:6px;
        width: 80%;
        height: 80%;
    max-width: 120px;
    max-height: 120px;
}


#artikeltext{
	line-height: 18px;
	width: 100%;
        text-align: center;
}
