* { 
  border: 0 none; 
  margin: 0; 
  padding: 0;
}
body, html { 
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 11px;
  color: #414141;
	background-color: #fbfbe6;
}
.cleaner { 
  float: none; 
  clear: both; 
  width: 0; 
  height: 0; 
  line-height: 0; 
  font-size: 0; 
}
h1, h2, h3 {
  font-family: Georgia, "New York CE", utopia, serif;
}
h1 {
	font-size: 140%;
  float: right;
  margin: 28px 35px 0 0; 
  position: relative;
  width: 142px;
  height: 56px;
  overflow: hidden;
}
h1 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 142px;
  height: 56px;
  background: url('../_img/logo.jpg') top left no-repeat;
}
.de1 {
  background: url('../_img/logo-de.jpg') top left no-repeat;
}

h2 {
	font-size: 140%;
  float: left;
  margin: 30px 0 0 40px; 
  position: relative;
  width: 246px;
  height: 47px;
  overflow: hidden;
}
h2 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 246px;
  height: 47px;
  background: url('../_img/slogan.gif') top left no-repeat;
}
.de2 {
  background: url('../_img/slogan-de.gif') top left no-repeat;
}
h3 {
  color: #2e4e2e;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	padding: 15px 0 5px 0;
  border-bottom: 5px solid #d2dabc;
}
h3.clr {
  padding-top: 0;
  clear: both;
}
h4 {
  padding-top: 10px;
	font-size: 11px;
  color: #c52c07;  
}
a {
  color: #c52c07;
}
a:link, a:visited {
  font-weight: normal;
  color: #c52c07;
  text-decoration: underline;
}

a:hover, a:active {
  font-weight: normal;
  color: #c52c07;
  text-decoration: none;
}
p {
	margin: 10px 0;
	line-height: 16px;
}
sup {
	font-size: 70%;
}
.red {
  color: #c52c07;
}
.separ {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2dabc;
}
.end {
  text-align: right;
}
.bold {
	color: #c52c07;
  font-weight: bold;
}
img.logos {
  float: right;
  margin: 18px 20px 0 12px;
}
img.home {
  margin: 10px 0 0 10px;
}
img.rightside {
  float: right;
  margin: 10px 0 10px 8px;
}
img.leftside {
  float: left;
  margin: 10px 8px 10px 0;
}
.foto {
  width: 144px;
  height: 144px;
  float: left;  
  margin: 10px 17px 10px 8px;
  background: url('../_img/foto-bg.gif') top left no-repeat #ffffff;  
}
img.gallery {
  margin: 5px 0 0 6px;
}
/* ************* web layout ************* */
#mainwrap { 
  width: 780px; 
  margin: 0 auto 0 auto;
}
#header {
	height: 106px;
  background: url('../_img/header-bg.gif') top left repeat-y #ffffff;
}

/* ************* top menu ************* */
#topmenu {
  font-family: Georgia, "New York CE", utopia, serif;
	height: 215px;
  background: url('../_img/top-bg.jpg') top left no-repeat #365a3a;
}
#topmenu ul {
  width: 155px;
  margin-left: 35px;
  padding-top: 25px;
  border-bottom: 1px solid #ffffff;
}
#topmenu li {
  padding: 4px 0 4px 6px;
  list-style-type: none;
  border-top: 1px solid #ffffff;
  
}
#topmenu li.active {
  background: url('../_img/li-active.gif') top left repeat-x #becea0;
}
#topmenu a {
  padding-left: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background: url('../_img/li-main.gif') center left no-repeat transparent;
}
#topmenu li.active a {
  color: #2e4e2d;
}
#topmenu .rq {
  float: right;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

#topmenu p {
  margin: 12px 0 0 35px;
}
#topmenu a.language {
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 0;
  color: #8d9d7e;
  text-decoration: underline;
  background: none;
}
/* ************* page content ************* */
#pagewrap {
  background: url('../_img/page-bg.gif') top left repeat-y #ffffff;
}
/* ************* left-side bar ************* */
#leftwrap {
  float: left;
  width: 210px;
}
#leftcont {
  min-height: 450px;
  padding: 5px 20px 20px 35px;
  background: url('../_img/left-bg.gif') top left no-repeat #ffffff;
}
#leftcont ul {
  padding: 10px 0;
  border-bottom: 5px solid #d2dabc;
}
#leftcont li {
  padding: 0 0 0 13px;
  list-style-type: none;
  line-height: 19px;
  list-style-type: none;
  background: url('../_img/li.gif') 0px 7px no-repeat;
}
#leftcont li ul {
  padding: 0;
  border-bottom: none;
}
#leftcont li ul li {
  background: url('../_img/li-sub.gif') 0px 7px no-repeat;
}
#leftcont a.home {
  padding-left: 0;
}
#leftcont p.home {
  margin-top: 20px;
}
/* ************* content ************* */
#contwrap { 
  margin: 0 0 0 210px;
}
#cont{
  padding: 5px 35px 20px 25px;
}
#cont ul {
  padding: 10px 0;
}
/*#cont li {
  line-height: 16px;
  list-style-type: none;
}*/
#cont li {
	padding-left: 14px;
	line-height: 16px;
	list-style-type: none;
	background: transparent url("../_img/li.gif") 0 .5em no-repeat;
}
#cont ol li {
  list-style-type: decimal;
}
/*#leftcol {
  float: left;
  width: 245px;
}
#rightcol {
  margin: 0 0 0 265px;
}*/
.leftcol {
  float: left;
  width: 245px;
}
.rightcol {
  margin: 0 0 0 265px;
}
/* tables */
table {
	width: 100%;
	border: 0;
  /*border-bottom: 1px #6A0000 solid;
  background: #fbfbe6;*/
}
td {
  /*border-top: 1px #6A0000 solid;*/
  background: #fbfbe6;
  padding: 4px;
}
td strong {
  color: #000;
}
table.noborder, .noborder tr, .noborder td {
  border: 0;
  background: #fff;
}
table.centr, .centr tr, .centr td {
  border: 0;
  background: #fff;
  text-align: center;
}
/* form */
input {
  margin: 0px 0px 0px 0px;
  padding: 1px;
  border: 1px #d2dabc solid;
}
.form {
	margin:0px;
	padding:2px;
	color: #000000;
  height: 20px;
  border: 1px #d2dabc solid;
  background-color: #fff;
  font-family: Tahoma, Sans-serif;
  font-size: 9pt;
}
.formText {
	margin:0px;
	padding:2px;
  color: #000000;
  height: 80px;
  width: 200px;
  border: 1px #d2dabc solid;
  background-color: #fff;
  font-family: Tahoma, Sans-serif;
  font-size: 9pt;
}
.btt {
  color: #414141;
  height: 25px;
  border: 0; 
  font-size : 9pt;
  font-weight: bold;
  background: url('../_img/li-active.gif') top left repeat-x #b9cf9f;
}

#sales-map {
  padding: 2em 5em;
}
#sales-head h4 {
  font-size : 15px;
  margin:0 0 1em 0;
}
#sales-list {

}
dl {
  margin:0 0 1em 0;
}

/* ************* footer ************* */
#footer {
	height: 60px;
	margin: 15px 0 0 0;
	padding: 0 0 0 235px;
  background: url('../_img/footer-bg.gif') top left no-repeat;
}
#footer p {
  padding-top: 18px;
}

