/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:01DF01
Systemfarbe:ffffff
---------------------
*/
/*------------ for login -----------------------*/

.register {
  margin: 0 auto;
  width: 370px;
  padding: 20px;
  padding: 5px 8px 5px 8px;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	overflow: auto;

}

.register-box {
  margin: 0 auto;
  width: 370px;
  height: 280px;
  padding: 20px;
	background: transparent url('grey_trans.png') top left repeat;
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}

.register-input {
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  font-weight: 500;
  background: white;
  border-radius: 5px;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
}
.register-input:focus {
  border-color: #1e9ce6;
  border-radius: 5px;
  outline: 0;
}

.register-button {
  border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #c3c3c3;
	background-position: 0% 0%;
	display: block;
    width: 100%;
    height: 42px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #494d59;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
    background-color: #fcfcfc;
	background-repeat: repeat;
	background-attachment: scroll;
}
.register-button:active {
  background-position: 0% 0%;
	border-color: #c3c3c3 #d1d1d1 #d8d8d8;
	box-shadow: 0 1px rgba(0, 0, 0, 0.03) inset;
	background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
	background-color: #eee;
	background-repeat: repeat;
	background-attachment: scroll;
}
.register-button:focus {
  outline: 0;
}

.register-switch {
  height: 32px;
  margin-bottom: 15px;
  padding: 4px;
  background: #0234FB;
  border-radius: 2px;
  background-image: url("luexi2.jpg");
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}

.register-switch-input {
  display: none;
}

.register-switch-label {
  float: left;
  width: 33%;
  line-height: 32px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.register-switch-input:checked + .register-switch-label {
  background-position: 0% 0%;
	font-weight: 500;
    color: #434248;
    border-radius: 2px;
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
    background-color: white;
	background-repeat: repeat;
	background-attachment: scroll;
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

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


/*------------ for Useronline -----------------------*/

.user-box {
  margin: 0 auto;
  width: 990px;
  height: 50px;
  padding: 20px;
	background: transparent url('grey_trans.png') top left repeat;
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}

.user-box-2 {
  margin: 0 auto;
  width: 270px;
  height: 280px;
  padding: 20px;
	background: transparent url('grey_trans.png') top left repeat;
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}



/*------------ for Copyright -----------------------*/


.copyright-box {
  margin: 0 auto;
  width: 270px;
  height: 50px;
  padding: 20px;
	background: transparent url('grey_trans.png') top left repeat;
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}



/*------------ for marquee -----------------------*/


.marquee-box {
  margin: 0 auto;
  width: 1000px;
  height: 209px;
  padding: 20px;
	background: transparent url('grey_trans.png') top left repeat;
  padding: 5px 8px 5px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow:0 0  6px rgba(0,0,0,.9);
	-moz-box-shadow:0 0  6px rgba(0,0,0,.9);
	box-shadow: 0 0 6px rgba(0,0,0,.9);
	overflow: hidden;

}



/*------------ for Scrollbalken -----------------------*/

html::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}
html::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#0234FB),to(#0234FB));
    background: linear-gradient(to bottom,#0234FB,#0234FB);
    border-radius: 30px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
html::-webkit-scrollbar-track {
    background: linear-gradient(to right,#201c29,#201c29 1px,#004BC6px,#004BC6);
}


@import url(https://fonts.googleapis.com/css?family=Oxygen);

body {
  margin:0;
  height: 100% !important;
  font-family:'Oxygen', sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333;
  background-color:transparent;
}

/* for index.php - Login */
#body{
	text-align:center; font-family:Verdana;sans-serif;
	background-repeat:repeat-x;
	background:url(bg.jpg) no-repeat center center fixed;*/
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	}
#box{
	border: 0px solid #ffffff; width: 300px; font-size: 14px; margin: 0px auto;
	background: transparent url('grey_trans.png') top left repeat;

	}
#ueberschrift{
	border-bottom: 1px solid #333;
	//background:url(bg.jpg) no-repeat center center fixed;
	background-repeat:repeat-x;*/
	background-color: #06293C;
	}
#inhalt{
	padding: 3px; font-size: 12px; background-color: #666666; color: white;
	}
#copyright{
	font-size: 9px; color: #c80000;
	}
#login{
	display:inline;
	}