body {
 font-size:12px;
 font-family:Verdana, sans-serif;
 text-align:justify;
 background-color:#ffffff;
}

.content {
 margin-top:0px;
 margin-right:10px;
 margin-bottom:10px;
 margin-left:10px; /* margin-left:210px;*/
 padding:10px;
/* background-color:#ffeecc;
 border:3px dashed #eeddbb;*/
 border:#dddddd solid 1px;
}

/*begin CategoryStyles*/
td.Invention {
  background-color:#ffffbb
}

td.Society {
  background-color:#ffbbbb;
}

td.Economy {
  background-color:#bbffbb;
}

td.Politics {
  background-color:#bbbbff;
}


/*end CategoryStyles*/

p { margin-top:0px; }

div, td, form {
  font-family:Verdana, sans-serif;
  color:#000000;
}

th, td {
 padding:4px;
}

.wichtig, .warning {
  color:#ff0000;
  text-align:left;
}
.warning { font-weight:bold; }

/*begin other stuff*/
a:link, a:visited, a:hover, a:active, a:focus
{
 font-family:Verdana, sans-serif;
 text-decoration:underline;
}
a:link { color:#000000; }
a:visited { color:#000080; }
a:hover, a:active, a:focus { color:#ff0000; }
/*end other stuff*/

/*begin other weird things I am still working on...*/
th {
  font-family:Verdana, sans-serif;
  color:#000000;
  background-color:#cccccc;
  font-weight:bold;
}
img {
 border:0;
}
/*end other weird things I am still working on...*/