/* ####################################### */
/* German-Football.net Style.css ######### */
/* ####################################### */

body {

  background: #FFFFFF url(img/hintergrund2.jpg);
  background-repeat:repeat-x;
  background-position:top;

}

A:link, A:visited, A:active {
  color:#000000;
  text-decoration:underline;
}

A:hover {
  color:#000000;
  text-decoration:none;
}

input.text {

  border:1pt solid #dfdede;
  font:8pt Verdana;

}

textarea.text {

  border:1pt solid #dfdede;
  font:8pt Verdana;

}

TD#bglinks {

  background-image:url(img/hintergrund_links3.jpg);
  background-repeat:no-repeat;
  background-position:top;

}

TD#bgrechts {

  background-image:url(img/hintergrund_rechts2.jpg);
  background-repeat:no-repeat;
  background-position:top;

}

select {
  border:1pt solid #dfdede;
  font:8pt Verdana;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
text-decoration:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
text-decoration:none;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
text-decoration:none;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
font-family:verdana;
padding:0px 0;
color:#FFFFFF;
background:#1d6387;
text-decoration:none;
margin-right:0px;
margin-left:0px;
text-align:left;

}
/* style the links hover */
.menu a:hover{
text-decoration:none;
background:#4093bd;
color:#FFFFFF;
}

/* hide the sub level links */
.menu ul ul{
visibility:hidden;
position:absolute;
}

.menu li li {
display:block;
font-size:10px;
font-family:verdana;
background:#1d6387;
color:#FFFFFF;
text-decoration:none;
width:170px;
padding-left:0px;
padding-bottom:3px;
}

.menu ul ul {
border: 0px solid #FFFFFF;
}

.menu ul ul a {

}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;

}