body {
	background-color: #AEAEAE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hellgrau {
	background-color: #C6C6C6;
}
.gruen {
	background-color: #7caa77;
}

.weinempfehlung {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #272E1C;
}

td {
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/* Normale Links */
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005F19;
	text-decoration: none;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005F19;
	text-decoration: none;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005F19;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005F19;
	text-decoration: underline;
}

/* Hauptmenue */
a.menue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005F19
	text-decoration: none;
	text-transform: uppercase;
}

a.menue:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005F19;
	text-decoration: none;
	text-transform: uppercase;
}

a.menue:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005F19;
	text-decoration: none;
	text-transform: uppercase;
}

a.menue:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B6B6B6;
	text-decoration: none;
	text-transform: uppercase;
}

a.menue:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B6B6B6;
	text-decoration: none;
	text-transform: uppercase;
}


/* Termin Links */
a.termine {
	color: #005F19;
	text-decoration: none;
}

a.termine:link {
	color: #005F19;
	text-decoration: none;
}

a.termine:visited {
	color: #v;
	text-decoration: none;
}

a.termine:hover {
	color: #005F19;
	text-decoration: none;
}

a.termine:active {
	color: #005F19;
	text-decoration: none;
}

/* Email auf Rot Links */
a.email {
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.email:link {
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.email:visited {
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.email:hover {
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.email:active {
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #005F19;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #005F19;
}

.small {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #005F19;
}

.nav_now {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.big  { 
  font-size: 14px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
 }

/* Tabellen für Datenauflistungen */
/* || (c) APaul 20041110 */
TABLE.descListing {
  border: 1px;
  border-style: solid;
  border-color: #578432;
  border-spacing: 0px;
  background-color: #F8F5C1;
}

.descListing-heading  { 
  color: #FFF; 
  font-size: 8px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
  background-color: #005F19;
  vertical-align: middle;
 }

TD.descListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
}

.descListing-odd {
  background-color: #578432;
}

.descListing-even {
  background-color: #F8F5C1;
}

.descListing-today {
  background-color: #F8F5C1;
}

.descListing-mark {
  font-style: italic;
  background-color: #F8F5C1;
}

.images {
  border: 2px;
  border-style: solid;
  border-color: #578432;
  border-spacing: 0px;
}
