	/*global reset*/
* {
	/*font-family: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: auto;*/
	/*vertical-align: baseline;*/
	/*font-weight: inherit;*/
	/*border: 0 none;*/
	/*font-style: inherit;*/
	}
body {
	margin: 0; 
	padding: 0;
	text-align: center; /* IE 5-Browser Zentrierung */
	font-size:100%;
	font-size:0.8em;
	font-family: Arial,Helvetica,sans-serif;
}
#MainBox {
	color: #9f4e4c;
	width: 990px;
}
#QuickNav {
	top: 0;
	padding: 5px 35px;
	text-align: right;
	color: #CCCCCC;
}
.QuickNavLink {
	color: #9f4e4c;
	text-transform: uppercase;
	font: normal normal normal 12px Georgia;
}

/* ************ CSS-Tabelle für Navi und Ihnalt ************ */
.CSSTable{
	display: table;
	width: 100%;
	margin-top: 20px;
}
.CSSTable .Row {
	display: table-row;
}
.CSSTable .Cell1 {
	display: table-cell;
	width: 200px;
	min-height: 200px;
	
}
.CSSTable .Cell2 {
	text-align: left;
	display: table-cell;
	min-height: 200px;
	width: 750px;
	
}

/* ************ Navigationsmenu ************ */
#FirstNav {
  width: 157px;	
	list-style-type: none;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
	font: 14px Georgia;
	margin: -0px 0 0 0;
}
#FirstNav ul{
	height: 40px;
	margin-left: -30px;
}
li.firstnav {
  padding: 10px 0 5px 0;
  }
li.secnav {
  padding: -10px 0 0px 0;
  }

/* ************ Box im Inhaltsbereich ************ */
.BoxTop {
	height: 26px;
	width: 177px;
	background: url(bg_box_top.jpg) no-repeat;
	padding:0;

}
.BoxBottom {
	height: 25px;
	width: 177px;
	background: url(bg_box_bottom.jpg) no-repeat;
}
.BoxMitte {
	width: 157x;
	background: url(bg_box.jpg) repeat-y;
	padding: 0px 15px 15px 15px;
	margin: -1px 0 0 0;
	color: #cccccc;
}
.BoxMitte a{
	color: #cccccc;
}

/* ************ Impressum ************ */
#Impressum {
	font: 12px Georgia;
	color: #847c1d;
}

#warenkorb a,p,td {
font: 10px Georgia;
color: #847c1d;
}
  
#warenkorb p {
font: 10px Georgia;
color: #847c1d;
}
  
#warenkorb td {
  font: 10px Georgia;
	color: #847c1d;
}
  

