body {
  background-color: white;
 
  margin-top: 100px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 70px;

}

h1 {
  color: black;
  font-size: 16px;  
  font-family: arial, verdana, sans-serif;
  font-variant: small-caps;
  font-weight: bold;

  letter-spacing: 6px;

  position:absolute;
  top: 10px;
  left: 20px;
}

h2 {
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-variant: normal;
  font-size: 12px;
  
  position:absolute;
  top: 50px;
  left: 20px;
}

h3 {
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-variant: normal;
  font-size: 12px;
    
}

p {
  font-family: arial, verdana, sans-serif;
  font-size: 11px;

}

#picture {
  float:left;
  width: 120px;
}

div.table1 {
  height: 100px;
  width: 680px;
  position:absolute;
  top: 80px;
  left: 20px;

}


OL {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}


a {
  color: black;  
  text-decoration:none;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  
}


a:link {
  color: black;
}

a:visited {
  color: blue;
}



a:hover {
  text-transform: uppercase;
  color:blue;
}

th {
  text-align: center;
}

td {
  text-align: center;
}


a.weisswein {
  color: #FFBB00;
}

a.rotwein {
  color: #800000;
}

#k1-2 {
  color: red;
}

span.tugend {
  color:red;
}


#spd {
  background:red;
  color:white;
}

#cducsu {
  background:black;
  color:white;

}



div.boks2 {
  height: 200px;
  width: 200px;
  border: 1px solid black;
  background: white;

  position:absolute;
  top: 1100px;
  left: 60px;

z-index: 2;

}



#column1 {
  float:left;
  width: 33%;
}

#column2 {
  float:left;
  width: 33%;
}

#column3 {
  float:left;
  width: 33%;
}