/* CSS fuer 2-spaltige Seiten */


div#spalte1 {
    font-size: 1em;
    float: left;
    position: absolute;
    top: 110px;
    left: 0.5em;
    width: 11em;
    margin: 0;
    padding: 0.5em;
    background-color: #EEEEEE;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
  }

div#spalte1 ul {
    text-indent: 0;
    margin: 0;
    padding: 0;
  }

div#spalte1 li {
    font-size: 0.8em;
    list-style: none;
    margin: 0;
    padding-left: 0.5em;
  }

div#spalte1 h1
  {
    font-size: 1em;
    font-weight: bold;
    background-color: #CCCCCC;
    line-height: 120%;
    padding: 0;
  }

div#spalte2 {
    font-size: 1em;
    position: absolute;
    top: 110px;
    left: 13em;
    right: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
/*    padding-bottom: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
*/
  }
div#spalte2 h1 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
div#spalte2 h2 {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
div#spalte2 p {
    font-size: 1em;
    margin: 0.5em 0;
  }


/*  Weitere individuelle Gestaltung */

body
 {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   background-color: #FFFFFF;
   background-image: url(../pics/wm-hintergrund.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: top right;
 }

a
 {
  color: #0000dd;
  text-decoration: none;
  border-bottom-width: 1px;
 border-bottom-color: #0000cc;
 border-bottom-style: solid;
 }
a:hover
 {
  text-decoration: underline;
 }

th
 {
  text-align: left;
 }

table.liste
 {
  border-style: solid;
  border-color: #CCCCCC;
 background-color: #ffffff;
  border-width: 1px;
 line-height: 1em;
 }
table.liste caption
 {
  text-align: left;
  padding: 0.2em;
 font-weight: bold;
 }
table.liste thead tr
 {
  background-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  margin: 0;
 }
table.liste td,th
 {
  margin: 0;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 0.8em;
 }

th.landspalte_fix
 {
  width: 13em;
 }
th.stadionspalte_fix
 {
  width: 10em;
 }
th.tipperspalte_fix
 {
  width: 13em;
 }
th.punktespalte, td.punktespalte
 {
  text-align: center;
 }

tr.ungerade_zeile
 {
  background-color: #DDEEDD;
 }
tr.gerade_zeile
 {
  background-color: #eeeeee;
 }

.Titel1
 {
   font-size: large;
 }

.hervorhebung
 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: larger;
   font-style: italic;
   font-variant: small-caps;
 }

.wichtig
 {
  background-color: #DDEEDD;
  border-style: solid;
  border-color: #cccccc;
  border-width: 2px;
  padding-left: 0.5em;
  padding-right: 0.5em;
 }
.wichtigfett
 {
  background-color: #DDEEDD;
  border-style: solid;
  border-color: #cccccc;
  border-width: 2px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
 }

.bereich-titel
 {
   top: 0px;
   left: 0px;
   height: 100px;
   position: absolute;
   float: left;
   padding: 0px;
   margin: 0;
 }

.bildunterschrift
 {
   font-size: 0.8em;
   font-weight: bold;
 }

.infobox
 {
  color: #000000;
  background: #FFFFFF;
  border-style: solid;
  border-color: #cccccc;
  border-width: 2px;
  text-align: center;
  font-size: 0.7em;
  margin-top: 1em;
  margin-bottom: 1em;
 }

img.floatpic
 {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
  margin-right: 10px;
 }

.floatstop
 {
  clear: both;
 }

span.seriffont
 {
   font-family: serif;
 }


/* Formulare, Formularelemente und deren Labels */

form
 {
/*
  color: #000000;
  background-color: #EEEEEE;
*/
  padding: 0.5em;
  line-height: 1.5em;
/*  border-color: #000000;
  border-style: solid;
  border-width: thin;   */
 }
form fieldset
 {
  color: #000000;
  background-color: #EEEEEE;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0.5em;
 }
form legend
 {
  color: #000000;
  background-color: #EEEEEE;
  padding-left: 1em;
  padding-right: 1em;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
 }

form.anmeldung
 {
  color: #000000;
  background-color: #EEEEEE;
  padding: 0.5em;
  line-height: 1.5em;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
 }
form p
 {
  line-height: 1em;
 }

label, input[type=submit]
 {
  cursor: pointer;
 }

input[type=text], input[type=password], input[type=checkbox], input[type=radio], textarea
 {
  color: #000000;
  background: #FFFFFF;
  border-color: #000000;
  border-style: dotted;
  border-width: thin;
 }

input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus
 {
  color: #000000;
  background: #FFFFCC;
  border-color: #000000;
  border-style: solid;
  border-width: thin;
 }

table.formulargestaltung
 {
  border: 0;
 }
