* {
    margin: 0;
    padding: 0;
    outline: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

html {
    background: #d8d8d8;
    text-align: center;
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    font: 11px/18px Verdana;
    color: #626262;
    margin: 0 auto;
    text-align: center
}

a {
    line-height: 35px;
    text-decoration: underline;
    color: #626262
}

a:hover {
    line-height: 35px;
    text-decoration: none;
    color: #626262
}

form {
    margin: 0;
    padding: 0
}

div.meldung {
    line-height: 27px;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    text-align: left;
    cursor: default
}

div.meldung.hinweis {
    border: 1px solid #dedbcf;
    background: #fffee7 url('../images/status/hinweis.png') left no-repeat;
    background-position: 7px
}

div.meldung.info {
    border: 1px solid #d6dddf;
    background: #eff3f6 url('../images/status/info.png') left no-repeat;
    background-position: 7px
}

div.box {
    width: auto!important;
    display: inline-block!important;
    position: relative;
    text-align: left;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #bfbfbf;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1)
}

div.box header {
    background: #e8e8e8;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #d2d2d2
}

div.box header h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #626262;
    font-family: "Verdana";
    text-transform: none;
    text-align: left;
    padding: 0;
    cursor: default
}

div.box header a {
    width: 38px;
    height: 38px;
    display: block;
    background: url('../images/login.close.png') center no-repeat;
    position: absolute;
    top: 0;
    right: 5px
}

div.box header a:hover {
    background: url('../images/login.close.hover.png') center no-repeat;
    cursor: pointer
}

div.box section {
    padding: 20px 20px 14px 20px!important
}

div.box footer {
    background: #f4f6f8;
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #d2d2d2
}

div.box footer ul.navButtons {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table
}

div.box footer ul.navButtons li {
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

div.box footer ul.navButtons li.left {
    padding: 0 5px 0 0;
    float: left
}

div.box footer ul.navButtons li.right {
    padding: 0 0 0 5px;
    float: right
}

div.box footer ul.navButtons li.right a {
    display: inline-block;
    line-height: 30px;
    color: #adadad;
    cursor: pointer;
    text-decoration: none
}

input.formular {
    width: 230px;
    height: 24px;
    padding: 0 0 0 5px;
    margin: 2px 0 8px 0;
    border: 1px solid #d2d2d2;
    font-size: 11px;
    color: #626262;
    font-family: "Verdana";
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer
}

input.formular_2 {
    display: none!important
}

input.button {
    height: 26px!important;
    padding: 0 10px!important;
    margin: 2px 0 0 0!important;
    display: inline-block;
    overflow: hidden;
    font: normal 11px Verdana;
    text-transform: normal;
    background: #e7e7e7 url('../images/button.png') top repeat-x;
    border: 1px solid #d2d2d2;
    color: #626262;
    float: right
}

input.button:hover {
    cursor: pointer;
    background: #e7e7e7 url('../images/button_hover.png') top repeat-x;
    border: 1px solid #c6c6c6;
    color: #575757
}

table {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0
}

table tr td {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: center
}

table tr td table tr td {
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0
}

label {
    height: 26px;
    line-height: 20px;
    display: inline-block;
    padding: 0 10px 0 0
}

div#passwort {
    display: none
}