

html { 
  background: url(bilder/hintergrund.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
 text-decoration: none;
 color: #930d16;
}

a:hover {
 text-decoration: none;
 color: #651214;
}

a:visited{
 text-decoration: none;
 color: #930d16;
}

.navigation1 {  
 font-family: sans-serif;
 font-size: 12px;
 color: #930d16;
 font-weight: 500;
}

.navigation1 a:hover {
 text-decoration: none;
 color: #651214;
}

.navigation2 {  
 font-family: sans-serif;
 font-size: 8px;
 color: #818181;
 line-height:20px;
}

.linie1 {
  border: none;
  border-top: 2px dotted #c5c5c6;
  height: 1px;
  width:75px;
}

.linie2 {
  border: none;
  border-top: 2px dotted #e3e3e3;
  height: 1px;
  width:150px;
}

.hl1 {  
 font-family: sans-serif;
 font-size: 14px;
 color: #651214;
}

.hl2 {  
 font-family: sans-serif;
 font-size: 14px;
 color: #5b5b5b;
}

.hl3 {  
 font-family: sans-serif;
 font-size: 14px;
 color: #7f7f7f;
 line-height:0px;
}

.text1 {  
 font-family: sans-serif;
 font-size: 12px;
 color: #818181;
 line-height: 20px;
 max-width: 60%;
}

.text2 {  
 font-family: sans-serif;
 font-size: 12px;
 color: #818181;
 line-height: 0px;
}

.text3 {  
 font-family: sans-serif;
 font-size: 12px;
 color: #d1d1d1;
 line-height: 20px;
}

.text4 {  
 font-family: sans-serif;
 font-size: 10px;
 color: #d1d1d1;
 line-height: 10px;
}

.leerzeile {
 line-height:0px;
}