﻿/* ----------------------------------------------------------

			|   Logic-Base				 |
			|   Standardshop - CSS-Style |
			  -------------------------- 
			|   Version:	 1.0		 |
  	        |   Erstellung:	 20-05-09    |
			  --------------------------
			|                            |

/* ---------------------------------------------------------- */
/*  Globale Definition - gilt für alle Seiten */
/* ---------------------------------------------------------- */

.menz_left {
	float: left;
	width: 350px;
}
.menz_clear {clear: both;}

.menz_content {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

.menz_contentbox {
	padding: 10px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Verdana;
	line-height: 16px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}
/*  mögliche Tabelle abfangen */
.menz_contentbox td {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
.menz_contentbox2 td {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}

/* ---------------------------------------------------------- */
/*  Detailansicht */
/* ---------------------------------------------------------- */
.menz_title {
	color:#E62A00;
	font-weight: bold;
	margin-bottom: 10px;
}

.menz_detailimage {
	width: 98px;
	height: 98px;
	margin: 1px;
}
.menz_thumb a {
	width: 102px;
	height: 102px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(http://media.relaxdays.de/ebay/mixdays/mixdays_thumb.gif);
}
.menz_thumb a:active, .menz_thumb a:hover {
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
	width: 102px;
	height: 102px;
	text-align: center;
	background-image: url(http://media.relaxdays.de/ebay/mixdays/mixdays_thumb_on.gif);
}
/* ---------------------------------------------------------- */
/*  Kurzbeschreibung */
/* ---------------------------------------------------------- */
.menz_detailbox {
	float: right;
	height: 350px;
	width: 200px;
	overflow: hidden;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
.menz_fs5 {
	font-size : 15px;
}
.menz_fs4 {
	font-size : 13px;
}
.menz_h1 {
	margin:10px 0px 10px 0px;
	text-align: center;
	
}