/* Weingut CSS */

	body {
	font-family: Verdana, Geneva, sans-serif;
	color: #4d4d4d;
	font-size: 70%;
	line-height: 1.5em;
}
	input, select, textarea { font-size: 1em; color: #4d4d4d; }
	h1 { font-size: 0.93em; line-height: 1.2em; font-weight: bold; padding: 5px 0px 0px 0px; text-transform:uppercase; text-align:center}
	h1 em { color: #06380B; font-weight: bold; font-style:italic; }
	h2 { color: #909CA8; font-size: 1.1em; line-height: 1.3em; font-weight: bold; padding: 0 0 2px 0; }
		
	img { border:0px; }
	
	a:link, a:active, a:visited{ color:#909CA8; text-decoration: none;}
	a:hover { background-color: #339966; color:#fff;font-weight:bold; }
	

	table { border-collapse: collapse; border-spacing: 0; }
	.WeinOneven { background-color: 000000; }
	
	/* Menu */
	.side-box-contact { width: 180px; background: #e6e6e6 url(side-box-callback-top.gif) 0 0; text-align:left; margin: 0 0 0px 0; *margin:0 0 9px 0;}
	.side-box-contact-bottom { width: 180px; background: url(side-box-callback-bottom.gif) 0 0; height: 5px; overflow: hidden; }
	.side-box-contact-body { padding: 0px 5px 0px 8px; }


	/* Target IE */
	.rightFix { padding: 0 auto; margin: 0 auto; *padding-top:4px; }
	/* Target all Firefox */ 
	@-moz-document url-prefix() { .rightFix { margin-top:-8px } } 
	/* = Force scrollbar in Moz */
	html { overflow-y: scroll; }	
	
	