/***  Page layout  ***/

/* body, img, a {
  cursor:url("fileadmin/bcbeuel/shuttle.cur");
  background-image: url('fileadmin/bcbeuel/Internet_Hintergrund.jpg');
} */

hr {
  color: black;
  background-color: black;
  height: 3px;
}

#Logo {
  position: absolute;
  top: 10px;
  left: 160px;
  width: 500px;
  height: 150px;
  padding-top: 5px;
  /* background-color: #FFFF77;
     background-color: yellow; */
}

#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: 12px;
  /* background-color: yellow; */
}

#Menu a {
  color: black;
  text-decoration: none;
}

#Menu a:focus {
  text-decoration: underline;
}

// #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);
// }

#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: 12px;
  /* border-style: solid;
     border-width: thin; */
}

// #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;
// }

#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 {
}

