/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2007 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------General Rules-------------*/
a {
  color:#000000;
}
a:hover {
	color:#000000;
}
img {
	border:none;
	margin-bottom:10px;
	display:block;
	float:none;
	clear:both;
}
img.threesixty {
display:none;
}
/*----------------General Rules-------------*/
html, body {
  background-color: #ffffff;
  color:#000000;
  font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
  width:16cm;
  margin:0;
  padding:0;
  }
/*----------------Header--------------------*/
#header h1 a{
  font-size:12pt;
  text-decoration:none;
}
/*----------------Header--------------------*/
/*----------------mainNav-------------------*/
#mainNav {
	display: none;
	}
/*----------------mainNav-------------------*/
#mood {
  display:none;
  }
#content {
  }
#content h1 {
  font-size:16pt;
  }
h2 {
  font: 18pt  "Times New Roman",Times, serif;
  font-style:italic;
  margin-bottom:12px;
  margin-top:1cm;
  }
p {
  font-size:10pt;
  line-height:18pt;
  }
#content ul {
  font-size:10pt;
  line-height:18pt;
  }
#content table p {
  line-height:18pt;
  }
#content table  {
  margin-bottom:12px;
  width:100%;
  }
#sidebar {
  display:none;
  }
#footer {
  display:none;
  }
