/* Hell Bordeuax = #670A40 */
/* Dunkel Bordeuax = #3F0020 */
/* Beige = #E9DCBD */





/* ################################### FELD DEFINITIONEN */


BODY {
	padding: 0px;
	margin: 0px;
 	background: #500030 url(background.jpg);
}
BODY, table {
	font-family: Arial, Helvetica, Swiss, sans-serif;
	color: #fff;
	line-height:16px;
}

.bestellen {
  position:absolute;
  margin: -20px 0 0 35px;
}



.shade_top {
	background-repeat: repeat-x;
	background-image: url(../images/schatten-oben.gif);
	background-position: bottom;
}

.shade_bottom {
	background-repeat: repeat-x;
	background-image: url(../images/schatten-unten.gif);
	background-position: top;
}

.shade_links {
	background-repeat: repeat-y;
	background-image: url(../images/schatten-links.gif);
	background-position: right;
}

.shade_rechts {
	background-repeat: repeat-y;
	background-image: url(../images/schatten-rechts.gif);
	background-position: left;
}







#NAVIGATION td {
	padding-left: 20px;

}

#NAVIGATION a {
	color: #E9DCBD;
	font-size: 16px;
	font-weight: normal;
	padding-right: 40px;
	text-decoration: none;
}

#NAVIGATION a:hover {
	text-decoration: underline;
}

#NAVIGATION a.active {
	text-decoration: underline;
}

#CONTENT td {
	background-color: #3F0020;
	font-size: 12px;
}

#CONTENT h1,h2,h3 {
	font-size: 14px;
	padding: 15px 10px 0 20px;
	margin:0;
}

#CONTENT P {
	font-size: 12px;
	padding: 0 10px 0 20px;
	margin: 10px 0;
}
#CONTENT ul li {
	padding: 0 10px 0 0;
}
div#textContent {
  height:570px;
  width: 420px;
  overflow:auto;
}
div#textContent table {
	padding: 0 10px 0 20px;
}
div#textContent .first {
	font-weight:bold;
}
div#textContent a {
  color:#fff;
}

#FOOTER td {
	vertical-align: bottom;
	text-align: right;
	font-size: 9px;
	color: #E9DCBD;
}


/* Scrolling-Balken IE */
div#textContent {
  scrollbar-3dlight-color:#500030;
  scrollbar-darkshadow-color:#500030;;
  scrollbar-highlight-color:#500030;;
  scrollbar-shadow-color:#500030;;
  scrollbar-arrow-color:#500030;;
  scrollbar-base-color:#500030;;
  scrollbar-face-color:#B4919F;;
  scrollbar-track-color:#500030;;
}