html {
    display:                    table;
    width:                      100%;
    height:                     100%;
    background-color:           rgb(245, 253, 255);
}
body {
    font-family:                verdana,arial,sans-serif;
    font-size:                  1em;
    display:                    table-cell;
    vertical-align:             middle;
    background-color:           transparent;
    background-image:           url(https://de-briel-hastings.eu/uploads/images/dbh_vignette25.png);
    background-repeat:          no-repeat;
    background-clip:            border-box;
    -webkit-background-clip:    border-box;
    background-origin:          padding-box;
    -webkit-background-origin:  padding-box;
    background-size:            cover;
    -webkit-background-size:    cover;
    background-attachment:      fixed;
}
a {
    outline:                    medium none;
}
#wrap {
    margin:                     auto;
    min-width:                  500px;
    overflow:                   hidden;
    max-width:                  500px;
    height:                     180px;
}
h1 {
    font-size:                  1.5em;
    text-indent:                -9999em;
    padding:                    0px;
    margin:                     0px 0px 10px;
}
h1 a {
    display:                    block;
    width:                      100%;
}
#wrap2 {
    margin:                     auto;
    min-width:                  500px;
    max-width:                  500px;
}
#content {
    padding:                    0em;
    background-position:        center center;
    background-repeat:          no-repeat;
    text-align:                 center;
    background-image:           url(https://de-briel-hastings.eu/uploads/images/debrielhastings_logo.png);
}
#impressum {
    bottom:                     5px;
    left:                       5px;
    position:                   absolute;
}
#impressum ul {
    font-size:                  10px;
    list-style:                 none outside none;
    margin:                     0px;
    padding:                    0px;
}
#login {
    margin:                     auto;
    font-size:                  10px;
    width:                      245px;
}
#login label {
    display:                    block;
    float:                      left;
    margin:                     0px;
    padding:                    1px 0px 0px;
}
#login input {
    font-size:                  10px;
    font-family:                verdana,sans-serif;
    padding:                    1px 2px;
    float:                      right;
}
#login #logout {
    top:                        0px;
    float:                      left;
    font-size:                  16px;
    background:                 none repeat scroll 0% 0% red;
    padding:                    0px;
    margin:                     0px;
    text-align:                 center;
    border-radius:              5px 5px 5px 5px;
    -moz-border-radius:         5px 5px 5px 5px;
    -webkit-border-radius:      5px 5px 5px 5px;
    width:                      100%;
}

#loginform {
	color: red;
font-weight: bold
	}

#loginform p {
color: black;
font-weight: normal
}

#username, #pwd {
    clear:                      both;
    padding:                    0px;
    margin:                     0px;
    text-align:                 left;
}
nav ul {
    list-style:                 none outside none;
    border-bottom:              2px solid rgb(187, 231, 46);
    float:                      left;
    margin:                     0px;
    padding:                    0px 0px 10px;
    width:                      100%;
}
#logout {
    float:                      right;
    padding:                    0px 0px 10px;
    position:                   relative;
    text-align:                 right;
    text-decoration:            none;
    color:                      black;
    top:                        -28px;
}
nav {
    text-align:                 left;
    left:                       0px;
}
nav li {
    float:                      left;
    padding:                    0px;
    background:                 none repeat scroll 0px 0px transparent;
}
nav li.menuactive {
    background:                 none repeat scroll 0px 0px rgb(20, 50, 60);
}
nav li a:hover, #logout:hover {
    text-decoration:            underline;
}
nav li a {
    width:                      100%;
    height:                     100%;
    text-decoration:            none;
    padding:                    10px;
    color:                      black;
}
nav li:hover {
    background:                 none repeat scroll 0px 0px rgb(11, 144, 175);
}
nav li a.menuactive {
    color:                      white;
}
#content2 {
    clear:                      both;
    font-size:                  12px;
    padding:                    0px 3px;
}
label {
    padding:                    0px;
}
.clearfix:after {
    display:                    block;
    height:                     0px;
    clear:                      both;
    visibility:                 hidden;
}
nav li.menuactive:hover {
    background:                 none repeat scroll 0px 0px rgb(187, 231, 46);
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border:                     1px solid rgb(204, 204, 204);
    outline:                    medium none;
    border-radius:              5px 5px 5px 5px;
    -moz-border-radius:         5px 5px 5px 5px;
    -webkit-border-radius:      5px 5px 5px 5px;
    max-width:                  100%;
    display:                    block;
    background:                 none repeat scroll 0% 0% rgb(255, 255, 255);
    padding:                    0px;
    width:                      150px;
    margin:                     0px 0px 4px;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background:                 -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0% 0% rgb(238, 238, 238);
    border-style:               solid;
    border-color:               rgb(204, 204, 204) rgb(170, 170, 170) rgb(170, 170, 170) rgb(204, 204, 204);
    -moz-border-top-colors:     none;
    -moz-border-right-colors:   none;
    -moz-border-bottom-colors:  none;
    -moz-border-left-colors:    none;
    border-image:               none;
    -moz-border-image:          none;
    -webkit-border-image:       none;
    color:                      rgb(68, 68, 68);
    display:                    inline-block;
    font-size:                  11px;
    font-weight:                bold;
    text-decoration:            none;
    text-shadow:                0px 1px rgba(255, 255, 255, 0.75);
    cursor:                     pointer;
    line-height:                normal;
    margin-bottom:              20px;
    padding:                    2px 0px;
    border-width:               1px;
    border-radius:              5px 5px 5px 5px;
    -moz-border-radius:         5px 5px 5px 5px;
    -webkit-border-radius:      5px 5px 5px 5px;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color:                      rgb(34, 34, 34);
    border-width:               1px;
    border-style:               solid;
    border-color:               rgb(170, 170, 170) rgb(136, 136, 136) rgb(136, 136, 136) rgb(170, 170, 170);
    -moz-border-top-colors:     none;
    -moz-border-right-colors:   none;
    -moz-border-bottom-colors:  none;
    -moz-border-left-colors:    none;
    border-image:               none;
    -moz-border-image:          none;
    -webkit-border-image:       none;
    background:                 -moz-linear-gradient(center top , rgb(187, 231, 46) 0%, rgba(187, 231, 46, 0.3) 100%) repeat scroll 0px 0px rgb(221, 221, 221);
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    border:                     1px solid rgb(102, 102, 102);
    background:                 -moz-linear-gradient(center top , rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) repeat scroll 0% 0% rgb(204, 204, 204);
}
.button.full-width, button.full-width, input.full-width[type="submit"], input.full-width[type="reset"], input.full-width[type="button"] {
    padding-left:               0px ! important;
    padding-right:              0px ! important;
    text-align:                 center;
    width:                      156px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border:                     0px none;
    padding:                    0px;
}
#button {
    cursor:                     pointer;
}
/* Stylesheet: dbh Modified On 2015-06-14 21:37:54 */
