body
{
  background: #004242;
  color: #EFEFEE;
}
a:link
{
  color: #00FFAA;
}
a:visited
{
  color: #AAAAFF;
}

/* SVG background */
#bkgnd {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}

#svgiframe {
  border: 0;
}

#svgbkg {
  z-index: -255;
  width: 100%;
  height: 100%;
}

/* non SVG background elements */
.bgi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -255;
}
#tl {
  width: 196px;
  height: 196px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -255;
}
#t {
  width: 100px;
  height: 196px;
  position: absolute;
  top: 0px;
  left: 196px;
  z-index: -255;
}
#tr {
  width: 40px;
  height: 196px;
  position: absolute;
  top: 0px;
  left: 295px;
  z-index: -255;
}
#l {
  width: 196px;
  height: 100px;
  position: absolute;
  top: 196px;
  left: 0px;
  z-index: -255;
}
#c {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 196px;
  left: 196px;
  z-index: -255;
}
#r {
  width: 40px;
  height: 100px;
  position: absolute;
  top: 196px;
  left: 295px;
  z-index: -255;
}
#bl {
  width: 196px;
  height: 40px;
  position: absolute;
  top: 295px;
  left: 0px;
  z-index: -255;
}
#b {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 295px;
  left: 196px;
  z-index: -255;
}
#br {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 295px;
  left: 295px;
  z-index: -255;
}

/* header */
#enblend, #enfuse {
  border: 0;
  padding: 20px;
  width: 45%;
}

#header {
  width: 600px;
  height: 20px;
  position: relative;
  z-index: 1;
  clear: both;
}

/* content */
#content {
    width: 600px;
    position: relative;
    z-index: 1;
}

/* footer */
#footer {
    width: 600px;
    height: 40px;
    position: relative;
    z-index: 1;
    font-size: 70%;
}

/* Icon ie_warning.png from http://tango.freedesktop.org/ */
#IEwarning {
  z-index: 25;
  display: block;
  background: #ffd url(img/ie_warning.png) no-repeat;
  padding: 5px;
  padding-left: 23px;
  border-top: 1px solid #CCCC00;
  border-bottom: 1px solid #CCCC00;
  border-left: none;
  border-right: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: left;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

.illustration {
  text-align: center;
  float: right;
  clear: both;
  border: 1px solid #EFEFEE;
}

.image {
  float: left;
  margin: 5px;
  text-align: center;
}

p {
  line-height: 150%;
}

#content p, h1, h2, h3 {
  text-align: left;
}

.author {
  line-height: 100%;
  font-size: 12px;
  position: relative;
  top: -20px;
}

.image p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center !important;
}

#footer {
  color: #000;
}

#footer img {
  position: relative;
  top: 3px;
}

/* menu */
#menu {
  width: 100%;
  position: relative;
  overflow-y: auto;
  z-index: 1;
  text-align: left;
}

#menu a {
  font-size: 110%;
  font-weight: bold;
}

#menu ul{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
}

/* adjust the width later 9.97% = 7+lang at current page width*/
#menu li{
  width: 29%;
  height: 22px;
  float: left;
  list-style: none;
  padding: 3px;
  margin: 0px 0;
  padding-top: 10px;
  padding-bottom: 1px;
  padding-right: 20px;
  overflow: hidden !important;
}

/* FAQ */

.question {
  font-weight: bold;
  font-size: 140%;
}

.answer {
  margin-left: 40px;
}

/* news element */
.news {
  margin: 20px;
}

.newsdate {
  float: left;
  width: 170px;
  line-height: 150%;
}

.newstext {
  margin-left: 180px;
  line-height: 150%;
}

/* news on index.htm */
#frontnews {
  width: 80%;
  margin: 10%;
  padding: 2%;
  border: 1px solid #F00;
  background-color: #F70;
}

#frontnews a:visited {
  color: #0FF;
}

#frontnews a:link {
  color: #00F;
}

#frontnews p {
  font-weight: bold;
}

#frontnews p, #frontnews h1, #frontnews h2 {
  color: #FF0;
}
