/*** Styles for Bundesliga-FUSSBALLTIPPSPIEL.de ***/

/* CI-Farben:
#d8ded0 - hellgrün, ganz hell (Tabellenhintergrund)
#c9d3bb - hellgrün, mittelhell (Scrollbar)
#bac7ad - hellgrün (Hintergrund)
#8ea476 - dunkelgrün (Buttons)
#5b7143 - dunkelgrün (Links)
#860807 - dunkelrot
*/

body {
/*  background-image: url(../Img/bg_tipspiel.jpg); */
  background-repeat: no-repeat;
  background-color: #fff;
  margin: 0px;
  color: #000;
}
body,p,div,h1,h2,h3,td,th,form,input,option,textarea,li { font-family:tahoma,verdana,arial,helvetica,sans-serif; } 
p,div,td,th,form,input,option,textarea,li { font-size:9pt; }
h1 { font-size: 16pt; color:#8ea476; }
h2 { font-size: 13pt; }
h3 { font-size: 11pt; }
hr { height:1px; border:1px solid silver; color:silver; } 
a { color: #0080c0; }
a:link, a:visited {
  color: #00a;
  text-decoration: none;
}
a:hover {
  color: #00a;
  text-decoration: underline;
}
a:link.menu, a:visited.menu {
  font-size: 0.9em;
  font-weight: bold;
  color: #860807;
  text-decoration: none;
}
a:hover.menu {
  color: #b00;
  text-decoration: underline;
}
a:link.footer, a:visited.footer {
  font-size: 0.9em;
  color: #5b7143;
  text-decoration: none;
}
a:hover.footer {
  color: #5b7143;
  text-decoration: underline;
}
td { vertical-align: top; }
ul,li {	
  list-style-type: square;	
  margin-bottom: 0.7em;
}
input,select { background:#e9efe1; font-size:1.0em; }

/* Classes */
.bodstyl { background-color:#bac7ad; }  /* Body style */
.logolayer { position:absolute; left: 50px; top: 40px; width:133px; height:33px; z-index:1; }
.mainlayer { position:absolute; left:240px; top:175px; width:580px; height:360px; z-index:10; background-color:#bac7ad; }
.menulayer { position:absolute; left: 60px; top:150px; width:150px; height:160px; z-index:2; background-color:#bac7ad; }
.footlayer { position:absolute; left:240px; top:547px; width:580px; height:16px; z-index:3; background-color:#bac7ad; }
.bar_layer { position:absolute; left:222px; top:132px; width:296px; height:21px; z-index:4; } /* Balken */
.bar2layer { position:absolute; left:250px; top:134px; width:280px; height:20px; z-index:5; color:#fff; font-weight:bold; } /* Balkentext */
.box_layer { position:absolute; left:50px; top:450px; width:140px; height:90px; z-index:6; }

.tblheads { background-color:#c9d3bb; }
.tblcells { background-color:#d8ded0; }
.tblcells_over { background-color:#e8eee0; }
.dot {
  color: #860807;
  list-style-type: circle;
  margin-bottom: 0px; margin-top: 0px; 
}
.klein {
  font-size: 8pt;
}
.mini {
  font-size: 8px;
}
.schatten {
  filter: dropshadow(color=000000, offx=1, offy=1, positive=1);  /* nur MSIE */
}

/* (P) S.Ruby, averi */
