/*
	Werbestudio Mack
	Kunde: Weingut L. Honold
	
	Gelb: fffad1
	Rot:  a20032
	Grau: 9c9b91

*/
 * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 }


body {
	margin: 0;
	padding: 0;	
	background: #fffad1;
	/*background: #fffad1 url("../images/bg_glas.jpg") no-repeat bottom right;*/
}
iframe {
	background-color: #fffad1;
	/*border: 2px solid #a20032;*/
}
#header {
background: transparent url("../images/honold-muster_bg.jpg") no-repeat top right;
}
#content{
	padding: 20px 0 0 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #a20032;
}
h2 {
	font-size: 16px;
	color: #a20032;
}
h3 {
	font-size: 12px;
	color: #a20032;
}

a:link, a:visited {
	color: #a20032;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
small {
	font-size: 10px;
	color: #9c9b91;
}
ul.verwaltung{
	margin:0;
	width: 60%;
}
#content ul.verwaltung li{
	list-style-type: none;
	font-size: 14px;
	padding: 5px 0 5px 20px;
	border: 1px solid #9c9b91;
}
td.impressum{
	/*border: 2px solid #a20032;*/
}

.backbutton{
text-align: center;
width: 100%;
 position: fixed;
}

.galerie{
	border: #9c9b91 solid 1px;
}

#content li {
	list-style-image: url(../images/traubenhenkel.gif);
	padding-bottom: 5px;
}