html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-color: #FFFFAE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #520D0B;
}
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
a {
	text-decoration: none;
	color: #2b56a4;
}
a:hover {
	text-decoration: underline;
}
#headwrapper {
	background-color: #771210;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 155px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #771210;
	background-image: url(logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 470px;
	height: 170px;
	z-index: 2;
	text-decoration: none;
}
#headerlink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 470px;
	height: 170px;
	z-index: 3;
	text-decoration: none;
}
#bottles {
	position: absolute;
	top: 0px;
	right: 60px;
	background-color: #771210;
	background-image: url(flaschen.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 380px;
	height: 155px;
}
#pagetrail {
	position: absolute;
	top: 158px;
	right: 5px;
	z-index: 4;
	font-size: x-small;
}
#pagetrail a {
	color: #520D0B;
	text-decoration: none;
}
#menu {
	position: absolute;
	top: 190px;
	left: 20px;
	width: 180px;
}
/* #menu a { SCHEISS INTERNET EXPLORER
	display: block;
	height: 23px;
	background-image: url(menu_bg.gif);
	background-color: #771210;
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #520D0B;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFFFAE;
	text-decoration: none;
	font-weight: bold;
} */
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	height: 23px;
	background-image: url(menu_bg.gif);
	background-color: #771210;
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #520D0B;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 3px;
}
#menu li a {
	color: #FFFFAE;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#content {
	margin-left: 230px;
	margin-right: 10%;
	min-height: 200px;
	padding-bottom: 45px;
}
#content p {
	
}
#bottom {
	position: relative;
	left: 0px;
	bottom: 0px;
	margin-top: -31px;
	background-color: #771210;
	color: #FFFFAE;
	font-size: 85%;
	height: 25px;
	padding: 3px;
	clear: both;
}
#bottomtext {
	color: #FFFFAE;
	font-size: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#bottomtext a {
	color: #FFFFAE;
	text-decoration: underline;
}
#admin {
	float: right;
	color: #520D0B;
	font-family: sans-serif;
}
#etoNotice {
	display: none;
}
fieldset {
	/* News-Post */
	border: 2px solid #771210;
	background-color: #ffff94;
	margin-bottom: 1.0em;
	font-size: 85%;
	padding: 0.5em;
}
legend {
	/* News-Post Überschrift */
	background-color: #771210;
	color: #FFFFAE;
	font-size: large;
	padding: 0.1em 0.2em 0.1em 0.2em;
}
