body {
  background: #DDDDDD;
  text-align: center;
  margin: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

div {
  text-align: left;
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px;
}

a {
	color: #f48000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.language {
  color: white;
	font-weight: bold;
	font-size: 8pt;
}

div#body {
  width: 750px;
  margin: 0 auto;
  background: white;
}

div#upperline {
  width: 750px;
  height: 21px;
  background-image: url('/img/orange.png');
  overflow: hidden;
}
div#uppergreen {
  width: 200px;
  height: 21px;
  float: left;
  background-image: url('/img/green.png');
  overflow: hidden;
}
div#language {
  float: right;
  text-align: right;
  padding-top: 1px;
  padding-right: 8px;
}

div#menu {
  width: 180px;
  float: left;
  padding: 10px;
}
div#menu div.min-height {
  height: 300px;
  float: right;
  width: 1px;
}
img#logo {
  margin-bottom: 20px;
}

div#content {
  float: right;
  width: 520px;
  padding: 10px;
}

div#special {
  float: right;
  width: 180px;
}

/* //
div.header {
  background: #23906f;
  color: white;
  font-weight: bold;
  font-size: 9pt;
  padding: 3px 9px 5px 9px;
  margin-bottom: 10px;
}
// */

div.header {
  color: black;
  border-bottom: 2px solid #23906f;
  font-size: 9pt;
  padding: 3px 0px 5px 0px;
  margin-bottom: 10px;
}

div#bottomline {
  clear: both;
  width: 750px;
  height: 3px;
  background-image: url('/img/orange_small.png');
  overflow: hidden;
}
div#bottomgreen {
  width: 200px;
  height: 3px;
  float: left;
  background-image: url('/img/green_small.png');
  overflow: hidden;
}
div#footer {
  width: 750px;
  text-align: right;
  padding-top: 3px;
  background: #DDDDDD;
}

.address {
  font-size: 11px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #23906f;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #23906f;
}
.date {
	font-size: 11px;
	font-weight: bold;
}
div.menuitem {
	/*border-bottom: 1px dotted silver;*/
}
a.menuitem {
  font-weight: bold;
}
a.menuitemactive {
  font-weight: bold;
}
div.subitem {
  padding-left: 7px;
  margin-left: 3px;
  /*border-bottom: 1px dotted silver;*/
  margin-top: 7px;
  border-left: 3px solid #dddddd;
}
a.subitem {
  color: black;
  font-size: 11px;
}
a.subitemactive {
  color: black;
  font-size: 11px;
  font-weight: bold;
}
div.row {
    height: 55px;
    border: 1px solid gray;
    margin-bottom: 5px;
    padding: 2px;
    padding-left: 60px;
}
div.row div.right {
    float: right;
    width: 260px;
    font-size: 8pt;
    border-left: 1px dotted silver;
    height: 100%;
    padding-left: 5px;
}
div.right div.select {
    float: right;
    height: 50px;
    background: #dddddd;
    text-align: center;
    vertical-align: middle;
}
div.image {
    position: absolute;
    height: 53px;
    width: 53px;
    margin-left: -58px;
    border: 1px solid gray;
    cursor: pointer;
}
div.imagezoom {
    position: absolute;
    height: 198px;
    width: 148px;
    margin-left: -214px;
    margin-top: -141px;
    border: 1px solid gray;
    visibility: hidden;
}
span.add {
    background: #23906f;
    font-weight: bold;
    color: white;
    font-size: 8pt;
    padding: 0;
    padding-left: 3px;
    padding-right: 3px;
}
div#newslist {
    /* background: #23906f;*/
    /*background: #f48000;*/
    color: black;
    font-weight: bold;
    font-size: 8pt;
    margin-top: 25px;
    border: 1px solid gray;
    padding: 2px 5px 7px 5px;
    background: #DDDDDD;
}
input.newslist {
    margin-top: 3px;
    font-size: 8pt;
}
span.lm {
    color: red;
}
div#loading {
    position: absolute;
    top: 40%;
    width: 20%;
    left: 40%;
    border: 1px solid gray;
    background: #dddddd;
    padding: 10px;
    z-index: 10000;
}
div#progressborder {
    padding: 1px 2px 1px 2px;
    background: white;
    width: 100%;
    height: 15px;
    border: 1px solid black;
    margin-top: 10px;
}
div#progress {
    background: navy;
    width: 0;
    height: 100%;
    color: white;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
}
/* EOF */
