body {
	background-color: #003300;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}
div#box {
	background-color: #FEFBD0;
	text-align: right;
	position: absolute;
	width: 100%;
	height: 435px;
	top: 55px;
	
}
div#nav {
	width: 200px;
	background-color: #FEFBD0;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	z-index: 3;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

div#nav ul {
	display: block;
	list-style-type: none;
	margin: 10px 0 0 10px; 
	padding: 0px;
}

div#nav ul li{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

div#nav ul li a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
div#nav ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
div#nav ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}


div#inhalt {
	background-color: #FEFBD0;
	margin: 0px;
	padding: 0px;
	border-left-width: 220px;
	border-left-style: solid;
	border-left-color: #FEFBD0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	color: #000000;
	height: 415px;
}

div#inhalt a{
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}
div#inhalt p{
	text-align: left;
	margin: 0px 20px 10px 20px
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFF66;
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 495px;
	width: 100%;
}

div#footer a{
	color: #009900;
	font-size: 80%;
	text-decoration: none;
}
div#footer a.gelb{
	color: #FFFF66;
	font-size: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFF66;
	text-align: center;
	height: 60px;
	margin: 5px 0 0 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 10px 0px 0px 20px;
}
.aktuell {
	background-color: #FFF4F0;
	border: medium solid #003300;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding: 10px;
	margin: 10px;
	width: 150px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../grafik/pfeil_gr.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
a.aktuell_li:link, a.aktuell_li:visited {
	color: #CC0000;
}

a.aktuell_li:hover{
	color: #006600;
}

.bild {
	background-attachment: scroll;
	background-image: url(../grafik/haus_wein_4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	height: 415px;
	width: 770px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.zeit {
	padding-left: 10px;
}

.fett {
	font-weight: bold;
}
.start{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
}
.start2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	margin-left: 20px;
	list-style-type: circle;
	text-align: left;
}

.rechts{
	float: right;
	margin: 0 20px 20px 30px;
	padding: 0;
}

.eur_rechts{
	float: right;
	margin: 0;
	padding: 0 150px 0 0 ;
}
.links{
	float: left;
	margin: -20px 30px 0px 20px;
	padding: 0;
}

.frei{
	clear: both;
}

.galerie{
	list-style-type: none;
	display: inline;
	margin: 0 0 20px 10px;
	padding: 0;
}

