* {
  margin: 0;
  padding: 0;
}
html {
  background-image: url(images/bg_html.gif);
	background-repeat: repeat-x;
  background-color: #999;
	font-family: mssansserif, arial, verdana, sans-serif;									
	font-size: small;
	color: #fff;
}
.allgemein {
	background-image: url(images/header2.jpg);
}
.weingut {
	background-image: url(images/header2.jpg);
}
.urlaub {
  background-image: url(images/header3.jpg);
}
.aktuelles {
  background-image: url(images/header4.jpg);
}
.links {
  background-image: url(images/header5.jpg);
}
.impressionen {
  background-image: url(images/header6.jpg);
}
.kontakt {
  background-image: url(images/header7.jpg);
}
#header {
	position: relative;
	left: 50%;
	margin-left: -372px;
	width: 744px;
	height: 364px;
/*	background-image: url(images/header_urlaub.jpg);*/
	background-repeat: no-repeat;
}
#header a img {
  border: 0;
	margin-left: 0px;
}
#navigation {
  margin-top: 295px;
	margin-left: 20px;
}
#navigation a {
  margin-right: 20px;
	font-weight: normal;
}
#navigation a:hover {
  font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#navigation .active a {
  font-weight: bold;
	font-style: italic;
}
#subnavi {
  margin-left: 60px;
  margin-top: 3px;
  font-size: 0.9em;
}
#subnavi a {
  margin-right: 20px;
  font-weight: normal;
  font-style: italic;
}
#subnavi a:hover {
  font-weight: bold;
  text-decoration: none;
}
#subnavi .active a {
  font-weight: bold;
  font-style: italic;
}
#rundherum {
  position: relative;
	background-color: #242;
	padding-bottom: 35px;
	border-bottom: 1px solid #ffc;
	border-top: 1px solid #242;
}
#rundherum #content {
  position: relative;
	width: 704px;
	left: 50%;
	margin-left: -372px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
  position: relative;
	left: 50%;
	margin-left: -372px;
	width: 744px;
	text-align: center;
	color: #242;
	padding-bottom: 30px;
	padding-top: 10px;
}
#footer a {
  color: #242;
}
#footer a img {
  border: 0;
}
a {
  color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
h1 {
  margin-bottom: 15px;
}
#sit {
  margin-top: 30px;
  font-size: 0.8em;
}
#content a img {
  border: 0;
}
