/* General layout: centered homepage
 * -------------------------------------------------------------
 */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FAFBF9;
	font-family: arial, sans-serif;
	font-size: 13px;
}

body.edit {
	margin: 0;
	padding: 0;
	border: 0;
	background: #f2efee url("images/top_bg.gif") repeat-x;
	font-family: arial, sans-serif;
	font-size: 13px;
}

#centrer, #footer table {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

#top {
	width: 100%;
	height: 83px;
	background: url("images/top_bg.gif") repeat-x;
}

div.container {
  width:100%;
  background: #FDF2AC url("images/cnt_bg.gif") repeat-x;
}

#mid {
	height: 130px;
  width: 285px;
  margin-left: 25px;
	background: url("images/mid_bg.gif") repeat-x;
  position: relative;
}

#mid_lang {
	position: absolute;
	top: 108px;
	left: 0px;
	height: 22px;
	width: 100%;
}

#mid_lang ul {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
}

#mid_lang li {
	float: left;
	height: 19px;
	padding: 2px 5px 0 5px;
	margin: 0 0 0 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0;
	border-style: dashed dashed none dashed;
	border-color: #959c93;
}

#mid_lang li a {
	list-style: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #babea5;
}

#mid_lang li a:hover {
	color: #959c93;
}

#mid_lang li a.selected {
	font-weight: bold;
	color: #959c93;
}

#mid_actual {
	position: absolute;
	border: 0;
	padding: 0;
	margin: 0 0 0 150px;
	left: 0px;
	top: 108px;
	height: 22px;
	width: 110px;
}

#mid_actual p {
	position: relative;
	float: right;
	padding: 3px 5px 0 5px;
	margin: 0;
	border: 0;
	background: #F47E20;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
}

#mid_actual p a {
	color: #fef6f1;
	text-decoration: none;
}

#mid_actual p a:hover {
	color: white;
}

#main {
	width: 770px;
  background: #f2efee;
	padding-top: 15px;
}

#menu {
	width: 285px;
  vertical-align: top;
	text-align: right;
  padding: 20px 25px 0px 0px;
}

#menu ul {
	list-style: none;
	font-weight: bold;
}

#menu li {
	padding: 5px 0 5px 0;
	font-size: 13px;
}

#menu ul.top li a {
	text-decoration: none;
	color: #747e72;
}

#menu ul.top li a:hover,
#menu ul.top li a.selected {
	text-decoration: none;
	color: #ed783b;
}

#menu ul.top li a.open {
	text-decoration: none;
	color: #9a4332;
}

#menu ul.bottom {
	padding-top: 5px;
	font-weight: normal;
}

#menu ul.bottom li a {
	text-decoration: none;
	font-style: italic;
	color: #9a4332;
}

#menu ul.bottom li a:hover,
#menu ul.bottom li a.selected {
	text-decoration: none;
	color: #ed783b;
}

#content {
	width: 440px;
	padding: 20px 10px 20px 10px;
	color: #343e32;
	background-color: #FFFACF;
  vertical-align: top;
}

#content h1, body.edit h1 {
	font-size: 19px;
	font-weight: bold;
	color: #A54925;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content h2,
body.edit h3 {
	font-size: 16px;
	font-weight: bold;
	color: #A54925;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #A54925;
	padding: 0px;
}

#content a, #footer a {
	text-decoration: none;
	color: #A54925;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#content p {
	padding-bottom: 3px;
	padding-top: 3px;
}

#content p.kopf {
	text-align: right;
	font-style: italic;
}

#content h4 {
	font-style: italic;
}

#content h5 {
	font-size: 14px;
	color: #ed783b;
  margin-top: 2px;
  margin-bottom: 2px;
}

body.edit a {
	text-decoration: none;
	color: #747e72;
}

body.edit a:hover {
	text-decoration: none;
	color: #ed783b;
}

body.edit a.red,
#content a.red {
	text-decoration: none;
	color: #787055;
}

body.edit a.red:hover,
#content a.red:hover {
	text-decoration: underline;
}

div.image {
	margin: 20px 0 10px 0;
	padding: 0;
}

.image p {
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #9a4332;
	text-align: center;
}

#content ul.category {
	list-style: none;
	font-weight: bold;
  padding-left: 0px;
	margin-left: 0px;
}

#content ul.category li {
	padding: 0px 0px 2px 0px;
	font-size: 13px;
}

#content ul.category li a:hover,
#content ul.category li a.selected {
	text-decoration: none;
	color: #ed783b;
}

#footer {
  width: 100%;
  height: 80px;
  background-image: url('images/footer_bg.gif');
  background-repeat: repeat-x;
  color: #5A5A52;
  font-size: 8pt;
}

.input_button_image {
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  margin: 0px;
  cursor: pointer;
}

td.product {
  width: 111px;
  height: 115px;
  padding-right: 4px;
  vertical-align: top;
  overflow: hidden;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  vertical-align: top;
}
