/******************************
* Dokument
******************************/
body{
  color:#2f336a;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

/******************************
* Links
******************************/
a:link{
  color:#2f336a;
  background-color:transparent;
  text-decoration: none;
  font-weight: bold;
}
a:visited{
  color:#2f336a;
  background-color:transparent;
  text-decoration: none;
  font-weight: bold;
}
a:active{
  color:#2f336a;
  background-color:transparent;
  font-weight: bold;
}
a:hover{
  color:#0f1dd8;
  text-decoration: underline;
  font-weight: bold;
}


/******************************
* Sonstiges
******************************/

/* Vermeidet Linien um Bilder */
img{
  border:0;
}
