﻿div#ArtikelInfos
{
    float:left;
    width:380px;
}
div#ArtikelBilder
{
    margin-right:20px;
    float:right;
}
.clear { 
	clear: both;
}
div#Vorschau
{
    background-image:url(../images/artikel/bgbildvorschau.png);
    width:328px;
    height:312px;
}
div#VorschauInhalt
{
    padding:15px;  
}
div#VorschauBild
{
    height:210px;    
}
div#VorschauText
{
    padding-top:10px;  
}
.MiniVorschau
{
    border: 1px solid #99ccff;
    width:40px;
    height:40px; 
}
.MiniVorschauBild
{
    max-width:40px;
    max-height:40px;   
}


