body {
  background-color: #000000;
}
h1, h2, h3 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
a {
  font-size:12pt;
}
p, li {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
}
#main {
  margin: 20px auto;
  width: 700px;
  /*height: 500px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
}
#left {
  width: 490px;
  /*height: 500px;*/
  float: left;
  padding: 4px;
  /*border:1px solid red;*/
}
#nav {
  width: 190px;
  /*height: 500px;*/
  float: right;
  padding: 2px;
  /*border:1px solid red;*/
}

.inhalt {
  width:125px;
}

#tabelle-galerie {
  border: 0px;
  width: 420px;
  margin: 4px 0px 4px 20px;
  padding: 0px;
}

#tabelle-links {
  width: 40%;
  text-align: right;
}

#tabelle-rechts {
  width: 50%;
  text-align: left;
  vertical-align: bottom;
}

#left table p, #left table img { margin: 0px 6px 20px 6px; }

/*Browserweiche für die Position der Schweinchen-Grafik*/
#schweineabstand {
  text-align: right;
  margin-top: 40px;
  margin-right: 20px;
}

p[id]#schweineabstand {
  text-align: right;
  margin-top: 70px;
  margin-right: 20px;
}

a.inhalt_format { display:block; padding-left:4px;}

a:link { text-decoration:none; color:#8080FF; }
a:visited { text-decoration:none; color:#778899; }
a:hover { text-decoration:underline; color:#8080FF; }
