/**************************
 BEREICHE
**************************/

body {
  font: 14px/16px Georgia, "Times New Roman", Helvetica, serif;
  color: #000;
  margin: 0; padding: 0;
  text-align: left;}

#container, #title, #content {
  width: 100%;}

#logo, #permlinks, #varlinks {
  display: none;}
  
#content {
  margin: 0; padding: 5px 5px;
  border: none;}

b {
font-weight: bold;}

i {
font-style: italic;}
  
/**************************
 TITEL
**************************/

#title h1,h2 {
  line-height: 100%;
  font-weight: bold;}

#title h1 {
  font-size: 190%;
  margin: 0; padding: 0.5em 0 5px 0;}

#title h2 {
  font-size: 130%;
  margin: 0; padding: 0 0 0.5em 0;}

/**************************
 INHALT
**************************/

#content p {
  line-height: 150%;}

/*#content p.hinweis {
  line-height: 100%;
  font-size: 70%;
  color: #999;}*/

#content h1 {
  font-size: 125%;
  line-height: 150%;}

#content a{
  font-weight: normal;
  text-decoration: underline;
  color: black;}

#content a.top, #content p.hinweis{
  display: none;}
  
#content ul {
  line-height: 150%;
  list-style: square;}
  
#content table {
  margin: 0 auto; padding: 0;
  border-collapse: collapse;
  width: 90%;}

#content td, th {
  border: 1px solid #000;
  text-align: center;
  line-height: 150%;
  padding: 5px;}
  
#content th {
  font-weight: bold;
  vertical-align: top;}
  
#content th p.hinweis {
  font-size: 80%;
  font-weight: normal;
  text-align: left;}

#content p.bild {
  text-align: center;}

#content img {
  margin: 10px 5px; padding: 0;
  border: 1px solid black;}
  
#content a img {
  border-style: none;}

#content img.sign {
  margin: 0; padding: 0;
  border-style: none;}
  
#content img.dd {
  float: left;
  margin: 0 15px 0 0; padding: 0;
  border-style: none;}