/* CSS Document */

body {
margin:0;
padding:0;
font-family:Tahoma;
}


li.list{}

a.shortcut_links:link    { color:white;  background-color:; }
a.shortcut_links:visited { color:white;  background-color:; }
a.shortcut_links:hover   { color:silver; background-color:; }
a.shortcut_links:active  { color:white;  background-color:; }

.select_race{
width: 250px;
margin-top:0;
/*border:1px solid silver; */
}

.option_race{

}

a.toplist_links {
width:23px;
margin-right:2px;
font-size:11px;
text-align:center;
padding:3px;
text-decoration:none;
border:1px solid gray;
background-color: white;
}

a.toplist_links:link    { color:gray; background-color:; }
a.toplist_links:visited { color:gray; background-color:; }
a.toplist_links:hover   { color:black; background-color: #EEEEEE; }
a.toplist_links:active  { color:black; background-color: #EEEEEE; }

a.menu_disabled {
display:block;
margin-bottom:0px;
text-align:left;
padding:8px;
padding-left: 24px;
text-decoration:none;
background-color: #f3f3f3;
background-position: 4px;
background-repeat:no-repeat;
cursor:default;
color:silver;
}

a.menu {
display:block;
margin-bottom:0px;
text-align:left;
padding:8px;
padding-left: 24px;
padding-top:12px;
padding-bottom:12px;
text-decoration:none;
background-color: white;
background-position: 4px;
background-repeat:no-repeat;
font-size:13px;
}

a.menu:link    { color:black; background-color:; }
a.menu:visited { color:black; background-color:; }
a.menu:hover   { color:black; background-color: #EEEEEE; }
a.menu:active  { color:black; background-color: #EEEEEE; }

.headline{
background:#F3F3F3;
font-size:14px;
padding:5px;
font-weight:bold;
border-left:1px solid silver;
border-right: 1px solid silver;
border-bottom:1px solid silver;
}

.headline_space{
font-size:14px;
padding:5px;
}

h1 {
background:;
font-size:14px;
padding:5px;
font-weight:bold;
}

.headline2{
background:;
font-size:14px;
padding:5px;
font-weight:bold;

}

.headline_space{
font-size:14px;
padding:5px;
}

a.menuLinks {
  margin-right: 10px;
  color: blue;
}

a.menuLinks:visited {
  color: blue;
}

div.fixedbottom {height: 30px; line-height: 30px; position: fixed; bottom:0%; width:100%; background-color: rgb(255, 255, 255); opacity: 1; z-index: 50; text-align: center; vertical-align: middle; left: 50%; margin-left: -50%;}


optgroup {
    padding:12px 20px 7px 0px;
    text-align:left;
    font-size:16px;
    font-weight:bold;
    background:radial-gradient(ellipse at 50% -40px, white, #003853);
}