/***  1. BC Beuel - Page layout  ***/

hr {
  color: black;
  background-color: black;
  height: 3px;
}

#Logo {
  position: absolute;
  top: 13px;
  left: 170px;
  width: 500px;
  height: 150px;
  padding-top: 5px;
}

#Menu {
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 160px;
  height: auto;
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 600px;
  font-family: Consolas, Courier, Verdana, Helvetica, Arial;
  font-size: 13px;
}

#Menu a {
  color: black;
  text-decoration: none;
}

#Menu a:focus {
  text-decoration: underline;
}

#Termine {
  position: absolute;
  top: 0px;
  left: 700px;
  width: 300px;
  height: 150px;
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Consolas, Verdana, Helvetica, Arial;
  font-size: 13px;
  line-height: 150%;
  /* border-style: solid;
     border-width: thin; */
}

#Content {
  position: absolute;
  top: 158px;
  left: 170px;
  width: 650px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;  
  font-family: Times;
  font-size: 14px;
  background-color: white;
}

#Sponsoren {
  position: absolute;
  top: 147px;
  left: 850px;
  width: 150px;
  height: auto;
  padding-top: 5px;
  padding-right: 5px;
  font-family: Consolas, Courier, Verdana, Helvetica, Arial;
  font-size: 12px;
}

#Sponsoren a {
  color: black;
  text-decoration: none;
}

/*** OLD ***/

/* body, img, a {
  cursor:url("fileadmin/bcbeuel/shuttle.cur");
} */


/* #Headline {
  position: absolute;
  top: 100px;
  left: 165px;
  width: 535px;
  height: 40px;
  /* padding-top: 10px; */
  /* padding-left: 10px; */
  font-family: Verdana, Helvetica, Arial; 
  font-size: 16px;
  font-weight: bold;
  color: blue;
  background-color: #FFFF77;
  background-color: yellow;
} */


/* #Titel {
  position: absolute;
  top: 0px;
  left: 165px;
  width: 535px;
  height: 100px;
  padding-top: 5px;
  background-color: yellow;
  background-image: url(fileadmin/bcbeuel/spieler-banner-510x90.jpg);
} */
