/*  +++++++++++++++++++++++++++++++++++++  */
/*  CSS DATEI www.sportwelt-preussler.de   */
/*  Stand: 10.12.2006                      */
/*  +++++++++++++++++++++++++++++++++++++  */

*
{
	margin: 0;
	padding: 0;
}	

.vorschau
{
	color: #404177;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.vorschau h1
{
	font-size: 100%;
	font-style: italic;
	padding: 10px 20px 10px 15px;
	font-size: 12px;
	line-height: 24px;
}

.vorschau dl
{
	float: left;
	margin: 0 0 15px 15px;
	display: inline;
	width: 140px;
}

.vorschau dt img
{
	width: 123px;    /* Breitenangabe für jedes Bild */
	height: 123px;   /* Höhenangabe für jedes Bild */ 
	border: 2px solid #fff;
}

.vorschau dt a
{
	float: left;
	border: 1px solid #404177;
}

.vorschau dt a:hover
{
	border: 1px solid #DC070D;
}


.vorschau dd
{
	width: 125px;
	font-size: 70%;
	overflow: hidden;
	margin-top: 5px;
	height: 50px;
}

.vorschau .detail dd
{
	height: 100px;
}








/*  +++++++++++++++++++++++++++  */
/*  Seitenübergreifende Befehle  */
/*  +++++++++++++++++++++++++++  */

.strong
{
	font-weight: bold;
}


.mitte
{
	text-align: center;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
