/* =================================================================================== */
/* Dokument Definitionen */
/* =================================================================================== */
html{
	min-height: 100%;
}

body {
	font-family: Arial;
	background-color: #961919;
	background-position: bottom right;
	background-repeat:no-repeat; 
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}
/* =================================================================================== */



/* =================================================================================== */
/* Link Definitionen */
/* =================================================================================== */
a, a:visited{
	color: #F1BB46;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* =================================================================================== */


/* =================================================================================== */
/* Navigation Definitionen */
/* =================================================================================== */
.TABnavi{
	margin: 0px 34px 0px 9px;
	width: 161px;
}

.TABnavi th{
	text-align: left;
	padding: 0px 0px 18px 0px;
}

.TABnavi td{
	text-align: left;
	border-style: solid;
	border-color: #F1BB46;
	border-width: 1px 0px 0px 0px;
	padding: 18px 0px 18px 0px;
	vertical-align: top;
}

a.Asubnavi,  a.Asubnavi:visited {
	float: left;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 10px 0px 10px;
	font-size: 11px;
	text-decoration: none;
}

a.Aimpressum,  a.Aimpressum:visited {
	float: left;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
	font-size: 11px;
	text-decoration: none;
}
/* =================================================================================== */


/* =================================================================================== */
/* Text Definitionen */
/* =================================================================================== */
p {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #F1BB46;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 28px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #F1BB46;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 28px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-style: solid;
	border-color: #F1BB46;
	border-width: 0px 0px 1px 0px;
}

.TXTinTabelle{
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
/* =================================================================================== */



/* =================================================================================== */
/* Weinempfehlung Definitionen */
/* =================================================================================== */
.DIVweine {
	margin: 50px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	border-style: solid;
	border-color: #F1BB46;
	border-width: 1px 0px 0px 0px;
}

.DIVweine h1{
	margin: 0px;
	font-size: 16px;
	color: #F1BB46;
}

.DIVweine h2{
	margin: 0px 0px 27px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.DIVweine img{
	margin: 0px 0px 18px 25px;
	float: right;
}

.LINKdetails{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.LINKdetails a, a:visited{
	font-weight: normal;
}
/* =================================================================================== */
