body {
  background-image:url(../bilder/2.png);
  /*background-color: green;*/
  color: black;
  font-size: 100.01%;
  font-family: Arial,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite {
  background-color: white;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  max-width: 800px;
  min-width: 300px;
  padding: .1em .5em .5em;
  border: 2px ridge silver; /*normale border*/
  //-webkit-box-shadow: 0em 0em 12em rgb(0, 0, 0);  /*solange sollen safari-nutzer profitieren ;(*/
  box-shadow: 0em 0em 12em rgb(0, 0, 0); /*wenns denn mal in den Browser drin is*/
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

ul#Navigation {
  font-size: 0.91em;
  float: left; width: 12em;
  margin: 0; padding: 0;
  border: 2px solid silver;
}

ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.25em;
}

ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}

ul#Navigation a:link
{
  color: black;
  background-color: #eee;
}

ul#Navigation a:visited
{
  color: #666;
  background-color: #eee;
}

ul#Navigation a:hover
{
  color: black;
  background-color: white;
}

ul#Navigation a:active
{
  color: white; 
  background-color: gray;
}

div#headhelper1{
  margin: 0;
  padding: 0;
  background-image:url(../bilder/head.png);
  background-position: left;
  background-repeat: no-repeat;
}

div#headhelper2{
  margin: 0;
  padding: 0;
  background-image:url(../bilder/head.png);
  background-position: right;
  background-repeat: no-repeat;
}

div#Inhalt {
  margin-left: 12em;
  padding: 0 1em;
}

div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}

div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}

div#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}

div#Inhalt table.anmeldung
{
    background-color: white;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-spacing: 1px;
    border-width: 2px;
    border-color: gray;
    border-style: solid;
}

div#Inhalt table.passaend
{
    font-size: 13px;
    background-color: #EEF0EE;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-spacing: 0px;
    border-width: 0px;
    border-color: white;
    border-style: solid;
}

div#Inhalt table.sem
{
    width: 85%;
}

div#SemesterAuswahl
{
  margin-left: 12em;
  padding: 1em 1em;
  font-size: .8em;
  text-align: center;
}

div#SemesterAuswahl a:link
{
  color: black;
  text-decoration:none;
}

div#SemesterAuswahl a:visited
{
  color: black;
  text-decoration:none;
}

div#SemesterAuswahl a:hover
{
  color: black;
  font-weight: bolder;
  text-decoration:none;
}

div#SemesterAuswahl a:active
{
  color: gray;
  font-weight: bolder;
  text-decoration:none;
}


div#TabellenKopf
{
  margin-left: 12em;
  padding: 0 1em;
}

div#TabellenKopf a:link
{
  color:#9F1A23;
  text-decoration:none;
}

div#TabellenKopf a:visited
{
  color:#9F1A23;
  text-decoration:none;
}

div#TabellenKopf a:hover
{
  color:#9F1A23;
  text-decoration:underline;
}

div#TabellenKopf a:active
{
  color:#9F1A23;
  text-decoration:underline;
}



div#footer {
  clear: both;
  font-size: .7em;
  margin: 1em 0 0 0;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  font-weight: bolder;
  font-variant: small-caps;
  text-align: center;
  letter-spacing: 0.5em;
}

h2 {
  font-size: 1.1em;
  font-family: sans-serif;
  text-align: center;
}

table 
{
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
      background-color: gray;
      border-spacing: 3px;
      border-width: 2px;
      border-color: gray;
      border-style: solid;
}
tr.odd{
background-color: white;
}

tr.even{
background-color: rgb(255,222,222);
}

td {
  letter-spacing: 0.0em;
  font-size: 1em;
  font-weight: normal;
  border: none;
}

td.kopf {
  color:#9F1A23;
  background-color:#CCCCCC;
  font-weight:bold;
}

td.name {
 color: black;
 font-weight:bold;	
}

td.odd {
  color: black;
  text-align: center;
}

td.even {
  color: black;
  background-color: rgb(222,222,255);
  text-align: center;
}

tr.even td.even{
  color: black;
  background-color: rgb(244,202,255);
  text-align: center;
}

tr.errorgame
{
    background-color: #FF0000;
}

input
{
    font-weight:bold;
}

input.zahl
{
    font-family: Arial;
    font-size: 13px;
    width: 30px;
    color: #000000;
    text-align: right;
}


fieldset
{
    text-align: left;
    font-size: 14px;
    width: 450px;
}

.Eingabe
{
    background-color: #FFFFFF;
    width: 150px;
    border: 1px solid #AAAAAA;
    color: #000000;
}

.Buttongruen
{
    color: #01773E;
    width: 150px;
}


hr {
  border: none;
  color: silver;
  background-color: silver;
  height: 2px;
}

li hr {
  margin-left: .5em;
  margin-right: .5em;
}
