/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
html { 
  background: url() no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {font-family: Arial;font-size: medium;color:#000000;background: none;
cursor: url(images\abbw cursor.gif), auto;

}

a {font-family: Arial;color: #0080C0;background: none; text-decoration: none; text-shadow:

}

a:hover {
    color: #FF0000;background: #000000;
  }  

.menu{
text-decoration: underline; 
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}