/* wein-loft.ch style sheet */

html {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	margin:0px auto 15px auto;
	padding: 0;
	position:relative; 
	width:650px; 
	text-align: center;
	background-color: #FFF;
}

.dn{
display:none;
}

h1 {
	/*font: bold 100%/1.2em;*/
	font-size: 133%;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0 3px 0px;
	margin-bottom: -0%;
	border-bottom: 1px solid #999;
}

h4 {
	font-weight: bold;
	margin-bottom: -3%;
	padding-bottom: 3px;
}

p {
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 10px;
}

li {
	line-height: 1.4em;
	margin-bottom: 5px;
}

#header {
	width: 680px;
}

#content {
	width: 680px;
	font-size:75%;
	color: #000;
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#footer {
	font-size:75%;
	color: #FFF;
	text-align: center;
	border: 0;
	background: #666;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 680px;
}

#top {
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	width: 680px;
	font-size: 75%;
	color: #9900;
	font-weight: bold;
}

hr {
	border: none;
	background-color: #999;
	height: 1px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #900;
}

a:visited  {
	color: #c66; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header0 {
	background-color: #FCC;
}

#header01 {
	background-color: #FCF;
}

#header1 {
	background-color: #FFF;
}

#header2 {
	background-color: #ffc;
}

#header3 {
	background-color: #FFC;
	border-right: 2px dashed; #999;
	border-left: 2px dashed; #999;
}

#content td {
	padding: 1px 0px 3px 0px;
	margin: 1px 1px 1px 1px;
	border-bottom: 1px solid #999;
}

.OldPrice {
text-decoration: line-through;
}