html {
  font-size:0.8em;
  line-height:1.55;
}

body {
  margin:1cm
  padding:0;
}

body, td {
  font:normal 1em/1.55 "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  color:#000000;
  text-align:left;
}

table, td {
  border:none;
}

table.fullwidth {
  width:100%;
}

td {
  margin:0;
  padding:2px;
  text-align:left;
  vertical-align:top;
}

a {
  color:#603230;
  text-decoration:underline;
}
a:hover, a.selected {
  color:#000;
}
a img {
  border:none;
}
a.nodeco{
  text-decoration:none;
}

hr {
  height:1px;
  color:#000;
  background-color:#898584;
  border:none;
}

h1,h2,h3 {
  font-size:1em;
  line-height:1.55;
  font-weight:bold;
  color:#603230;
  margin:0;
}

h1 {
  padding:0 0 1.55em 0;
}

h2 {
  color:#000;
  padding:0.4em 0 0.4em 0;
}

h3 {
  padding:0.2em 0 0 0;
}

strong, b {
  font-weight:bold;
  color:#603230;
}

p {
  margin:0;
  padding:0 0 1.55em 0;
}

ul {
  margin-top:0;
  margin-bottom:0;
  padding-top:0.55em;
  padding-bottom:1em;
  list-style-type:square;
}
ul li a {
  text-decoration:none;
}

#langmenu {
  display:none;
}

#logotype {
  position:relative;
  z-index:1000;
}

#mainmenu {
  display:none;
}

#topframe {
  display:none;
}

#text {
  position:relative;
}

#text #viewermenu {
  display:none;
}

#text p.error {
  color:#ff0000;
  text-align:center;
  padding-top:50px;
  padding-bottom:50px;
}

#text ul.links {
  list-style-type:square;
}

#text p.img {
  position:relative;
  font-size:0.8em;
  height:279px;
  background-color:#fff;
}
#text p.img img {
  float:left;
  margin:0 20px 0 0;
}

#text .header h1 {
  padding:45px 0 0 0;
  margin:0;
  line-height:0;
}
#text .header h1 img {
  position:relative;
  top:1px;
}
#text .header ul.links {
  padding:0px;
}

#bottomframe {
  display:none;
}

#homepage #leftcol {

}

#homemenu {
  display:none;
}

#homepage #righttext {
}

.none {
  display:none;
}

.floatleft {
  float:left;
}

.floatright {
  float:right;
}

.cleaner {
  clear:both;
}