body {
  background-color: rgb(60,60,60);
  background-image: url("layout/background.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: left bottom;
}

html, body {
  scrollbar-face-color: rgb(60,60,60);
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: rgb(58,58,58);
  scrollbar-darkshadow-color: rgb(58,58,58);
  scrollbar-shadow-color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: rgb(58,58,58);
}


h1 {
  color: rgb(199,228,84);
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 4px;
  text-decoration: none;
}



h2 {
  color: rgb(199,228,84);
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 15px;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(199,228,84);
}


h3 {
  color: rgb(199,228,84);
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 2px;
  }

p.3 {
  color: rgb(199,228,84);
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 2px;
  }

p {
  color: rgb(192,192,192);
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 1px;
}


p.kursiv {
  color: rgb(192,192,192);
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 1px;
}


table {
  color: rgb(192,192,192);
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 1px;
  background-color: rgb(89,89,89);
      
}

    

table:hover.mover12 { 
  background-color: rgb(60,60,60); 
  border-width: 1px;
  border-style: solid;
  border-color: rgb(60,60,60);
}


table.menue {
  color: rgb(192,192,192)
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  letter-spacing: 1px;
  background-color: rgb(89,89,89);
}

table.scrollbox {
  color: rgb(60,60,60);
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 11px;
  text-align: left;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: rgb(204,204,204);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(60,60,60);
  
}


table.links {
  color: rgb(192,192,192);
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgb(89,89,89);
  white-space: nowrap;
  
}





a:link {
  color: white;
  text-decoration:none;
  text-decoration: underline;
  font-weight:bold;
}
a:visited {
  color: white;
  text-decoration:none;
  text-decoration: underline;
  font-weight:bold;
}
a:active {
  color: white;
  text-decoration:none;
  text-decoration: underline;
  font-weight:bold;
}
a:hover {
  text-transform: none;
  letter-spacing: none;
  font-weight:bold;
  color: rgb(199,228,84);
  text-decoration: underline;
}
a:focus { 
  outline: none; 
}



a:link.menue {
  color: rgb(192,192,192);
  text-decoration:none;
}
a:visited.menue {
  color: rgb(192,192,192);
  text-decoration:none;
}
a:active.menue {
  color: rgb(192,192,192);
  text-decoration:none;
}
a:hover.menue {
  text-transform: none;
  letter-spacing: 3px;
  font-weight:bold;
  color: white;
  text-decoration: none;
  border-bottom-style:solid; 
  border-bottom-width:2px; 
  border-bottom-color: rgb(199,228,84);	
}



img:hover.movimg {
  cursor: url("images/lupe.cur"), pointer;
}


