 /*
Theme Name: xenos
Theme URI: http//:www.xenos-jhw.de
Description: Theme for Wordpress 2.x, based on red minimalista (<a href="http://www.vlad-design.de">by Vladimir Simovic</a>) aka <a href="http://www.perun.net">Perun</a>. This Theme is Open Source.
Version: 2.x
Author: Vladimir Simovic & bernd winter
Author URI: 
 */


body, html
{
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  background-color: #fff;
  font-family: arial, helvetica, sans-serif;
}

#header, #header_line, #header_line_ro, #sidebar, #sidebar_inline, #fjb_logo, #footer
{
  display: none;
}

h1
{
  position: relative;
  top: 0px;
  left: 0px;
}
#content
{
  float: none;
  position: relative;
  top: 0px;
  left: 0px;
  width: 80%;
  padding: 0;
  margin: 2em 20% 0 0;
}
#content a {
  text-decoration: none;
  color: #000;
}
p {
  font-size: 0.8em;
}

#content h1, h2, h3, h4{
 font-size: 1em;
}

#header_print h3, h4 {
  color: #ccc;
  font-size: 0.9em;
}

#container
{
  position: relative;
  width: 100%;
  margin: 0px auto;
}

