body {
  font: 100.00% Verdana, Arial, Helvetica, sans-serif;
}
* {
  margin:0;
  padding:0;
  background-color:transparent;
  }
li {
  background-color:white;
  padding-left:10px;
  }
h4 {
   background-color:#EE6336;
   }
h2 {
   background-color:#EE6336;
   }
h3 {
   background-color:#95EA7E;
   color:green;
   }
a:link
{ font-family: Verdana,Arial;
font-size: 12pt;
color: red;
text-decoration: none;
border:0px;
}
a:active
{ font-family: Verdana,Arial;
color: red;
text-decoration: none;
border:0px;
}
a:visited
{ font-family: Verdana,Arial;
color: red;
text-decoration: none;
border:0px;
}
a:hover
{ font-family: Verdana,Arial;
color: red;
text-decoration: none;
border:0px;
font-weight: bold;
}
.input
{
border: 3px solid black;
background-color:silver;
}

.input:hover
{
border: 3px solid black;
background-color:white;
}

#seite {
  width: 1024px;
  margin: 0 auto;
  background-color:black;
  border: 1px solid red;
}
#kopfbereich {
  padding: 0px;
  height: 150px;
  width:1024px;
  background-image: url(img/dartrechner-logo1.jpg);
  background-size: 500px 145px;
  background-repeat: no-repeat;"
}
#inhalt {
  background-color: white;
  overflow: auto;
  margin-left: 162px;
  padding: 10px;
  height: 680px;
}
#steuerung {
  float: left;
  width:160px;
  padding: 8px;
  background-color:black;
  border: 1px solid red;
  border-bottom: none;
  height: 603px;
  border-top: none;
}
#fussbereich {
  clear: both;
  padding: 10px;
  background-color:black;
  border: 1px solid red;
}
a.rot
{
font-size:26pt;
text-decoration:none;
color:yellow;
}
a.rot:hover
{
color:blue;
text-decoration:none;
cursor: pointer;
}
a.gelb
{
text-decoration:none;
color:black;
}
a.gelb:hover
{
color:red;
text-decoration:none;
cursor: pointer;
}
a.small
{
font-size:12pt;
text-decoration:none;
color:blue;
}
a.small:hover
{
color:red;
text-decoration:none;
}
a.na
{
color:black;
font-weight: normal;
}
a.na:hover
{
color:red;
font-weight: normal;
cursor: pointer;
}
.button_top {
font-size:60px;
text-align:center;
background-color:black;
color:red;
}
.button {
width:95%;
height:110px;
font-size:60pt;
background-color:black;
border:3px solid black;
color:yellow;
border-radius:15px;
}
.button_rot {
width:95%;
height:95%;
font-size:50pt;
text-align:center;
background-color:black;
border:3px solid red;
color:red;
border-radius:15px;
}
.button_like {
width:60%;
height:95%;
font-size:100px;
text-align:center;
background-color:black;
border:3px solid;
color:blue;
border-radius:15px;
}
.button_link {
width:95%;
font-size:16pt;
background-color:black;
border:3px solid black;
color:yellow;
border-radius:5px;
padding-top:3px;
padding-bottom:3px;
}
.caption_input {
height:100px;
width:100%;
font-size:50pt;
background-color:black;
border:3px solid black;
color:yellow;
border-radius:15px;
}
.m_input {
border: 3px solid black;
background-color:silver;
font-size:40pt;
width:100%;
text-align:center;
border-radius:15px;
}
.button_top_n {
height:26pt;
font-size:18pt;
text-align:center;
background-color:black;
color:red;
}
.button_rech {
color: black;
background-color: silver;
font-size: 20px;
font-weight: bold;
width: 150px;
height: 40px;
border-radius:15px;
z-index:1000;
}
.button_name {
color: black;
padding: 3px;
background-color: silver;
font-size: 12pt;
border: 1px solid black;
border-radius:3px;
margin:1px;
}
.button_menue {
color: red;
padding: 3px;
background-color: black;
font-size: 16pt;
border: 1px solid black;
border-radius:3px;
margin:1px;
cursor:pointer;
}
.gruen {
color: red;
}
a.gruen:hover {
color: red;
font-weight: normal;
}
.number_scheibe1
{
font-size:16pt;
color:yellow;
text-decoration:none;
cursor: pointer;
}
.number_scheibe1:hover
{
font-size:16pt;
color:blue;
text-decoration:none;
cursor: pointer;
}
.number_scheibe2
{
font-size:16pt;
color:black;
text-decoration:none;
cursor: pointer;
}
.number_scheibe2:hover
{
font-size:16pt;
color:red;
text-decoration:none;
cursor: pointer;
}