/** ab hier geändert am 31.12.2013 */
.ok { width: 99%; height: auto; border: 1px solid #16B000; background: url("../images/ok.png") no-repeat 10px center #D5FFCE; }

.error { width: 99%; height: auto; border: 1px solid #FF0000; background: url("../images/error.png") no-repeat 10px center #FFD5D5; }

.info { 
	width: 99%; 
	height: auto; 
	border: 1px solid #F1A901; 
	border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
	background: url("../images/information.png") no-repeat 10px center #FFEBBB;
	padding: 15px 0px 15px 0px; 
}

.ok ul, .error ul, .info ul, .statistik ul { list-style-type: none; }

.ok li, .error li, .info li { padding-left: 20px; color: #000000; }


#show_login {
    padding: 10px 20px 10px 20px;
    border:  0px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.85;
}

#show_login #show_login_header {
    text-align: center;
    font-size:  18px;
    padding:    20px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #0e3ffd;
}

#show_login #show_login_footer {
    padding: 10px 0;
}

#show_login table {
    width: 100%;
}

#show_login table td:nth-of-type(1) {
    width:    100%;
    position: relative;
    padding:  6px;
}

#show_login table td:nth-of-type(2) {
    width:    70%;
    position: relative;
    padding:  2px 5px;
}

#show_login input[type="text"],
#show_login input[type="password"] {
    width:      100%;
    background: #FFF;
    padding:    16px;
    border:     1px solid #0e3ffd;
    border-radius: 5px;
    color:      #333;
    position:   relative;
    font-size:  15px;
}

.checkboxrm {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxrm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b1b1b1;
}

.checkboxrm:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkboxrm input:checked ~ .checkmark {
  background-color: #0e3ffd;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxrm input:checked ~ .checkmark:after {
  display: block;
}

.checkboxrm .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#show_login input[type="submit"] {
    border:     1px solid #0e3ffd;
    border-radius: 5px;
    width:		100%;
    background: #0e3ffd;
    font-family:Arial, Helvetica, sans-serif;
    font-size:	18px;
    padding:    20px;
    color:      #FFF;
    cursor:     pointer;
    -webkit-appearance: none;
    opacity: 1;
}

#show_login input[type="submit"]:hover {
    border:     1px solid #0e3ffd;
    background: #002edd;
    color:      #FFF;
    -webkit-appearance: none;
    opacity: 1;
}


#container_bg {
    width:		100%;
	height:		100%;
	margin:		0px;
	background: none;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}

#login_menu {
	width:			80%;
	margin-left:	auto;
	margin-right:	auto;
	position: relative;
	top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
#login_menu {
    width:			500px;
	margin-left:	auto;
	margin-right:	auto;
	position: relative;
	margin-top: 250px;
}
}