.invisible, #main_menu li, #pages {
  display: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
   CLEARFIX HACK:
   fixes mistakes in displaying floating containers
   see: http://positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
  text-decoration: none;
  color: #373638;
}
p,ul,ol,div,img,pre {
  margin: 0; padding: 0;
}
img {
  border: 0;
}
body {
  width:670px; height: auto;

  font-family: Geneva, 'Lucida Sans', sans-serif;
  color: #555555;

  font-size: 0.625em;
}

#content {
  padding: 50px 1em 0 235px;
  width: 410px;
}
#content p {
  font-size: 11px;
  line-height: 16px;
}

#header {
  display: block;
  position: absolute;
  top: 0; left: 0;
  height: 40px; width: 650px;
  border-bottom: solid 1px #555555;
}

#logo {
  display: block;
  width: 225; height: 30px;
  float: left;
  margin: 0 9px 0 0;
}
#logo img {
  width: 225; height: 30px;
  border: 0;
}
#submenu {
  display: none;
}
#breadcrumb {
  padding: 17px 0 0 10px;
  width: 400px; float: left;
  font-size: 11px;
}

.citem {
  margin: 0 0 20px 0;
}
.citem img {
  margin: 0 0 9px 0;
}

.citem_myhtml img {
  margin: 0 0 9px 0;
  display: block;
}

#haase {
  display: none;
}
#augen {
  display: none;
}
#printhaase {
  margin: 0 0 0 -160px;
}