html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #49bfdf;
}

a:active,
a:hover,
a.active {
  text-decoration: underline;
  color: #49bfdf;
}

fieldset {
    margin-bottom:20px;
    border-color: #49bfdf;
}

legend {
    color:#49bfdf;
}

table {
  margin: 0 0 1.5em;
  width: 100%; }

td {
    padding: 2px;
    vertical-align: top;
}

.body {
  width: 800px;
  margin: 0 auto;
/*  background:#333;*/
}

#header {
    width: 800px;
    text-align:center;
}

#header img {
   margin:20px 0 10px 0;
}

div#menu {
    margin-bottom:20px;
    
}

div#menu a {
    margin-right:10px;
    color:#49bfdf;
}

div#meldung {
    display: block;
    margin-top:20px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    width:90%;
    text-align:center;
}

ul.meldung {
    margin-bottom:20px;
}

ul.meldung li {
    margin-bottom:5px;
    padding:3px;
    border: 1px dotted #ccc;
    border-radius: 10px;
    align:left;
    color:#015E9B;
    font-weight:bold;
    list-style-type:none;
}
ul.meldung li.error {
    background:#E04452;
    color:#000;
}
ul.meldung li.no_error {
    background:#6c3;
}
ul.meldung li.sign {
    background:#DB760C;
}

.content {
    margin-bottom:20px;
}

div.login_form {
    width:800px;
}

div.login_form div {
    margin: 0 auto;
    width:230px;
    text-align:left;
}



/* Gutschein */
table.gutschein {
    width:800px;
    border:0px;
}

table.gutschein th {
    font-weight:bold;
}

table.gutschein td.userID {
    width:100px;
}
table.gutschein td.hubinar {
    width:300px;
}
table.gutschein td.name {
    width:298px;
}
table.gutschein td.mail {
    width:1px;
}
table.gutschein td.login {
    width:1px;
}
table.gutschein td.valid{
    width:100px;
}

td.vorname,
td.name {
    width:240px;
}
td.mail {
    width:290px;
}

td.vorname input,
td.name input {
    width:230px;
}
td.mail input {
    width:280px;
}

/* Statistik */

table.stat_list td.hubinar {
    width:200px;
    vertical-align:top;
}

table.stat_list td.status {
    width: 400px;
    vertical-align:top;
}

table.stat_list td.anzahl {
    width:85px;
    text-align:right;
    vertical-align:top;
}

table.stat_list td.edit {
    width:100px;
    vertical-align:top;
}

#footer {
    width: 800px;
    text-align:center;
}

