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

/* for index.php - Login */


#body{
	margin: 0px auto; font-size: 100.01%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
	background-image:url('anime.gif'); background-repeat: no-repeat;
	background-attachment: fixed; background-position: top center;
	width: 100%; height: 100%; background-size:100% 100%;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	}


.register {
  margin: 0 auto;
  width: 270px;
  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: 270px;
  height: 180px;
  padding: 5px;
  background-color:rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 0px #031960b;
	border-bottom: solid 0px #222;
	font: normal 13px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color:white;
	border-radius: 25px;
	border: 1px solid white;
	-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;
  color:white;
  margin-bottom: 20px;
  font-weight: 500;
  background: none;
  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: #0e4f9e;
  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;
  	padding: 5px;
    background-color:rgba(0, 0, 0, 0.7);
	font-size: 15px;
    font-family: sans-serif;
    font-style: normal;
        float: right;
	color:white;
    width: 200px;
	border-radius: 25px;
	border: 1px solid white;
    height:350px;
    padding-bottom: 13px;
    overflow: auto;
}



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


.copyright-box {
  margin: 0 auto;
  width: 270px;
  height: 25px;
  padding: 20px;
	background-color:rgba(0, 0, 0, 0.7);
  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: 25px;
	border: 1px solid white;
	-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 Welcome -----------------------*/


.welcome-box {
  margin: 0 auto;
  width: 270px;
  height: 25px;
  padding: 20px;
	background-color:rgba(0, 0, 0, 0.7);
  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: 25px;
	border: 1px solid white;
	-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 -----------------------*/

body {
margin:0;
height: 10% !important;
font-family:'Oxygen', sans-serif;
font-size:14px;
line-height:10px;
color:transparent;
background-color:transparent;
}
#body IE {
scrollbar-face-color: transparent;
scrollbar-shadow-color: transparent;
scrollbar-highlight-color: transparent;
scrollbar-3dlight-color: transparent;
scrollbar-darkshadow-color: transparent;
scrollbar-track-color: transparent;
scrollbar-arrow-color: transparent;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-overflow-style: none;
}
* {
scrollbar-width: thin;
scrollbar-color: rgba(0,0,0,0.9) rgba(0,0,0,0.9);
}

*::-webkit-scrollbar {
width: 10px;
height: 5%;
}

*::-webkit-scrollbar-track {
background-color: transparent;
}

*::-webkit-scrollbar-thumb {
background-color: transparent;
border-radius: 15px;
border: 3px rgba(0, 0, 0, 0.9); 
}

*::-webkit-scrollbar-thumb:hover {
background-color: rgba(145, 109, 54, 0.9);
}


/*------------ for Chatraum -----------------------*/

/* for chat.php*/
table{
font-size: 16px;
}

#body_id{
	margin: 0px auto; font-size: 100.01%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
	background-image:url('anime.gif'); background-repeat: no-repeat;
	background-attachment: fixed; background-position: top center;
	width: 100%; height: 100%; background-size:100% 100%;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	}

#rahmen_um_alles{
	margin: 10px;
}

#kopf{
	height:20px;
	background-color:rgba(0, 0, 0, 0.7);
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color:white;
	padding: 2px;
	border-radius: 25px;
	border: 1px solid white;
	box-shadow: 0px 0px 30px #483f22;
}
#onlinelist{
    padding: 5px;
    background-color:rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-family: sans-serif;
    font-style: normal;
    color: #ffffff;
    text-shadow: 5px 5px 10px #ff0000;
    float: right;
    color:white;
    width: 250px;
    border-radius: 25px;
    border: 1px solid white;
    height:400px;
    padding-bottom: 13px;
    overflow: auto;
    box-shadow: 0px 0px 30px #483f22;
}

#onlinelist2{
    padding: 5px;
    background-color:rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-family: sans-serif;
    font-style: normal;
    color: #ffffff;
    float: right;
    color:white;
    width: 280px;
    border-radius: 25px;
    border: 1px solid white;
    height:400px;
    padding-bottom: 13px;
    overflow: auto;
    box-shadow: 0px 0px 30px #483f22;
}


* html #splitpane {
	margin-left: -2px;
}
#splitpane{
	background-image:url('../../img/splitpane.png');
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	float: left;
	color:white;
	width: 8px;
	margin: 1px;
	height: 400px;
	overflow: auto;
	cursor:e-resize;
}

* html #splitpane2 {
	margin-right: -2px;
}

#splitpane2{
	background-image:url('../../img/splitpane.png');
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	color:white;
	width: 8px;
	margin: 1px;
	height: 400px;
	overflow: auto;
	cursor:e-resize;
}

#chatinhalt{
	background-color:rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960;
	border-bottom: solid 0px #222;
	font: normal 20px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color:white;
	text-shadow: 5px 5px 10px #ff0000;
	border-radius: 25px;
        border: 1px solid white;
	-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);
	box-shadow: 0px 0px 30px #483f22;
	position:relative;
	height: 400px;
	overflow: auto;
	padding: 5px;
}

#form{
	background-color:rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top: solid 1px #031960;
	border-bottom: solid 0px #222;
	font: normal 16px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	color:white;
	border-radius: 25px;
        border: 1px solid white;
	-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);
	box-shadow: 0px 0px 30px #483f22;
	clear: both;	
	margin-top: 10px;
	padding: 6px;
	height: 44px;
}
#form_left{
        padding: 6px;
        position: relative;
        float: left;
	border-radius: 25px;
        border: 1px solid white;
}
#form_middle{
	padding: 6px;
	position:relative;
	float: left;
	border-radius: 25px;
        border: 1px solid white;
	height: 30px;
}
#form_middle_2{
	padding: 6px;
	position:relative;
	float: left;
	border-radius: 25px;
        border: 1px solid white;
	height: 30px;
        width: 210px;
}
#form_right{
	padding: -8px;
	position:relative;
	line-height: 30px; 
	float: left;
	border-radius: 25px;
        border: 1px solid white;
	height: 44px;

}

#privat_messages{
 position: absolute;
 top: 100px;
 left: 100px;
 background-color: #cccccc;
 border: 1px solid black;
 padding: 5px;
}

.rooms{
 background-color: transparent;
 border: 0px solid #999999;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer

}
.rooms_not_allowed{
 background-color: #3d3d3d;
 border: 1px solid #999999;
 padding: 1px;
 color: #cccccc;
 margin-bottom: 2px;
 cursor:pointer

}
.privat_ausg_an{
background-color:rgba(0, 0, 0, 0.7);
border:1px solid #ff7777;
border-radius:10px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
box-shadow: 6px 4px 9px #7a1705;
}
.privat_ausg_von{
background-color:rgba(0, 0, 0, 0.7);
border:1px solid #ff7777;
border-radius: 10px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
box-shadow: 6px 4px 9px #196480;
}
#close_privat{
	cursor:pointer;
	background-color: white;
	font-size: 10px;
	font-family: sans-serif;
	font-style: normal;
	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 3px;
	color:white;
	height: 18px;
}
#privat_modus{
	font-size: 10px;
}
#close_privat{
	color:black;
}
.privat_mesages_window{
	height: 165px; 
	padding:3px; 
	border: 1px solid #eeeeee; 
	overflow: auto;
}
.privat_win_button{
	cursor:pointer; 
	font-weight:bold;
	border: 1px solid #ffffff;
	width: 190px;
	margin-top: 3px;
	background-color: #000000;
	text-align: center;
}
.colorpick{
     font-size: 10px;
     cursor:pointer;
     border: 1px solid black;
     width: 100%;
}
.dialog{
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
}

.img_button{
	cursor:pointer;
}
#message{
	background-color: transparent;
        color: #ffff66;
	font-size: 18px;
	border: 1px solid white;
}

.private_message_field{
	width:300px;
	margin-top: 2px;
	background-color: #999999;
	border: 1px solid white;
}

a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}

/*------------ for history -----------------------*/

.kopf{ background-color:#111111; }
.gerade{ background-color:#555555; }
.ungerade{ background-color:#333333; }
.privat_von{ background-color:#115511; }
.privat_nach{ background-color:#551111; }


/*------------ for adminbereich -----------------------*/
#adminbereich_body{
background-color:rgba(0, 0, 0, 0.7);
color:white;
font-size: 18px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:12pt; color:#ffffff; text-decoration:none;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:12pt;	color:#ffffff; text-decoration:none;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:12pt; color:#ffffff; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:12pt; color:#ffffff; text-decoration:underline;}




/*---------------------------- for Window -------------------------*/
.overlay_etchat_anime {
	background-color: #f8f2e1;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_anime_nw {
  border-left: 1px solid #2C299B;
 border-top: 1px solid #2C299B;
 border-bottom: 1px solid #8888ee;
  width:10px;
  height:18px;
   /*background-image:url('roombg.gif');
 background-repeat:repeat-x;*/
 background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_n {
  border-top: 1px solid #2C299B;
  border-bottom: 1px solid #8888ee;
   /*background-image:url('roombg.gif');
 background-repeat:repeat-x;*/
 background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_ne {
 border-right: 1px solid #2C299B;
 border-top: 1px solid #2C299B;
 border-bottom: 1px solid #8888ee;
  width:10px;
  height:18px;
   /*background-image:url('roombg.gif');
 background-repeat:repeat-x;*/
 background-color:rgba(0, 0, 0, 0.7);

}

.etchat_anime_w {
 border-left: 1px solid #2C299B;
 width:10px;
  background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_e {
  border-right: 1px solid #2C299B;
  width:10px;
  background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_sw {
 border-left: 1px solid #2C299B;
 border-bottom: 1px solid #2C299B;
  width:10px;
  height:3px;
  background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_s  {
border-bottom: 1px solid #2C299B;
background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_se, .etchat_anime_sizer {
 border-right: 1px solid #2C299B;
 border-bottom: 1px solid #2C299B;
  width:10px;
  height:3px;
  background-color:rgba(0, 0, 0, 0.7);
}

.etchat_anime_sizer {
	cursor:se-resize;
}

.etchat_anime_close {
	width: 23px;
	height: 23px;
	background: transparent url(button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.etchat_anime_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.etchat_anime_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.etchat_anime_title {
	float:left;
	height:14px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#ffffff;
}

.etchat_anime_content {
	padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color:rgba(0, 0, 0, 0.7);
}
 @media only screen and ( max-width: 533px ) {
#chatinhalt, #splitpane, #onlinelist { height: 450px; }
#onlinelist { background-color: #000000; box-shadow: 0px 0px 0px #7A0000; height: 70vh!important; }
#message { width: 100px; }
#kopf  { margin-bottom: 0px; }
#form { margin-top: 0px; }
#form_right { padding-top: 10px; padding-right: 0px; }
#chatinhalt { margin-left: 0px; }
#video_background { display: none; }
