@charset "utf-8";
/* CSS Document */
/* fields*/

* {
	margin: 0;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img  {
		border: 0px;
		margin: 0px;
		display: block; /*weiss nicht warum ,wichtig*/
}
.img-center {
	display:table-cell;
}

body {
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
#container  {
	width: 1124px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}
table {
	background-color: #666;
	vertical-align: middle;
	text-align:center;
	font-size:90%;
	border-collapse:collapse;
}

td  {
	width:340px;
	height: 272px;
	border: 1px solid #CCCCCC;
}
.footer {
	height: 25px;
}

/*Bilder mit Komentar*/

a.tiptop, a.tipbot  {
	text-decoration:none;
}

a.tiptop span, a.tipbot span {
	display:none;
	margin-left:0px;
	width:333px;
	padding: 2px 3px;
}


a.tiptop span {margin-top:243px;} 

a.tipbot span {margin-bottom:0px;}

a.tiptop:hover span, a.tipbot:hover span{
	display: table-cell; /*wichtig*/
	position:absolute;
	opacity:0.7;
	text-decoration:none;  /*fuer IE6 and %*/
	border:0;
	color:#fff;
	margin-left: 1px;
	background-color: #333333;

}
/*Wines*/

#wine  {
background-image:url(../bilder/wines/grad33.jpg);
background-position:bottom;
}

.Weintitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 25px;
	padding: 0 20px 0 20px;
}
.style-rot {
/*	color: #D6D6D6;*/
	color:#F00;
}
.Pad13 {
	font-size: 13px;
	padding-left: 40px;
	padding-right: 20px;
	letter-spacing: 1px;
	line-height:normal;
}
.halfcell-upper {
	height: 136px;
	border-bottom:none;
	vertical-align:middle;
}
.halfcell-lower {
	height: 135px;
	border-top:none;
	vertical-align:middle;
}
.sold {
	color:#999;
}
.dunkel {color: #464646;
}
a.d:link {color: #333; text-decoration: none; }
a.d:visited {color: #333; text-decoration: none; }
a.d:active {color: black; }
a.d:hover {color: #333; text-decoration:underline;}
