html {
 overflow-x: hidden;
 margin: 0;
 padding: 0;
}

body {
 background-color: #111;
}

body, td {
 color: #FFF;
 font-size: 0.8em;
 line-height: 140%;
 font-family: Arial, Helvetica, Sans-Serif;
}

a:link {
 color: #FCC300;
 text-decoration: none;
}

a:visited {
 color: #FFD959;
 text-decoration: none;
}

a:hover {
 color: #FFD959;
 text-decoration: underline;
}

h1 {
 font-size: 1.4em;
 line-height: 140%;
}

h2 {
 font-size: 1.1em;
 line-height: 140%;
}

h3 {
 font-size: 1.1em;
 margin: 0 0 1px;
}

/* ---------- Klassen ------------- */

.content {
 padding: 20px;
 border: 1px solid #4D4D4D;
 background-color: #000;
 height: 100%;
}

.footer {
 font-size: 0.8em;
}

.tabelle {
 padding: 5px;
 border: 1px solid #FFF;
}

.infozeile {
 background-color: #232323;
 padding: 20px;
 width: 100%;
}

/* ---------- Form ------------- */

form fieldset {
 padding: 20px;
}

form fieldset legend {
 color: #FFF;
 padding: 5px;
 font-weight: bold;
}

form fieldset input,
form fieldset select,
form fieldset textarea {
 margin: 0.1em;
 padding: 0.1em;
}

form fieldset#form label {
 float: left;
 width: 180px;
 text-align: left;
}