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

/* for index.php - Login */
#body{
	text-align:center;
	color:white;
	font-family:comic sans ms,Verdana,sans-serif;
	background-image: url('chateingang.jpg');	
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}	

#box{
        
        background-color: rgba(0, 0, 0,0,5);
	border: 4px double blue; width: 270px; border-radius: 10px; font-size: 16px; margin: 0px auto;
	box-shadow: -0px -0px 20px #1e90ff;
        background-color: rgba(0, 0, 0, 0.3);
	}
#ueberschrift{
	border-bottom: 3px double blue; background-color: #transparent; color: #99ccff;
	}
#inhalt{
	padding: 3px; font-size: 13px; background-color: #transparent; color: #99ccff;
	}
#copyright{
    
	font-size: 9px; color: white;
	}
#login{
	display:inline;
	}
	
/* for chat.php*/
table{
font-size: 12px;
}

#body_id{
	height: 100%;
	margin: 0px auto;
}

#rahmen_um_alles{
	margin: 10px;
}
#body_id{
	height: 100%;
	margin: 0px auto;
	background-repeat:repeat-x;
	background-color:#B2FFFF;
}

#body_id2{
	height: 100%;
	margin: 0px auto;
	background-image:url('chat.jpg');
	background-repeat:repeat-x;
	background-color:#000;
	background-size: cover;
}
	


#kopf{
	font-size: 15px;
	font-family: sans-serif;
	font-style: normal;
	margin-bottom:9px;
	color:	#00ffff;
	background-color: rgba(0, 0, 0, 0.7);
        border: 2px solid blue; border-radius: 10px;  
	box-shadow: 3px 3px 9px blue;
	height: 17px;
        padding: 5px;        
} 



#onlinelist{
	padding:5px;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: 170px 45px;
	background-repeat: no-repeat;
	background-position :top;	
	font-size: 15px;
	font-family: sans-serif;
	font-style: normal;
	text-align: center;
	float: right;
	color:	#00ffff;
	width: 260px;
	border: 2px solid blue; border-radius: 10px;
        box-shadow: 3px 3px 9px blue;
 	height: 450px;
	padding-bottom: 16px;
	overflow: auto;
	padding: 5px;
	padding-bottom: 16px;
}

* 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: right;
	color:white;
	width: 8px;
	margin: 1px;
	height: 450px;
	overflow: auto;
	cursor:e-resize;
}

#chatinhalt{
	padding: 5px;
	border: 2px solid blue; border-radius: 10px;
        box-shadow: 3px 3px 9px blue; 
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 19px;
	font-family: sans-serif;
	font-style: normal;
	color: 	#00ffff;
	/*margin-right:200px;*/
	position:relative;
	height: 450px;
	overflow: auto;
	padding: 5px;
	padding-bottom: 16px;
}

.mess_back{
      background-color: rgba(0, 0, 0, 0.5);
       border:0px solid blue;
       border-radius:10px;
       padding:2px 8px 2px 5px;
       margin-bottom:3px;
       display:inline-block;
       box-shadow: 3px 3px 9px blue;
}

.mess_self{
      background:#000000;
      border:0px solid #ffffff;
      border-radius:10px;
      padding:2px 8px 2px 5px;
      margin-bottom:3px;
      display:inline-block;
      direction:ltr;
      box-shadow: 3px 3px 9px #008b8b;
}
#form{
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	clear: both;
	border: 2px solid blue; border-radius: 10px;
        box-shadow: 3px 3px 9px blue;
	margin-top: 10px;
	padding: 3px;
    height: 46px;
}
#form_left{
	position:relative;
    float: left;
}
#form_right{
	padding: 6px;
	position:relative;
	float: left;
}

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

.rooms{
 background-image: linear-gradient(black, darkblue, black);  
 border-width:2px; border-color:blue; border-style:solid; border-radius: 0.4em;
 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.5);
 border: 1px solid #ff7777;
 border-radius:10px;
 box-shadow: 3px 4px 9px rgba(253, 0, 0, 0.5);
}
.privat_ausg_von{
 background-color: #449944;
 border: 1px solid #ffffff;
}

#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: black;
	height:6px;
}
#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;
transition: transform 0.7s;
}

.img_button:hover {
 transform: rotate(360deg);
}

#message{
        background-repeat:repeat-x;
	background-color: #444444;background-image: linear-gradient(black, darkblue, black);
	border: 2px solid blue; border-radius: 5px;
	font-size: 20px;
	
	 
}

.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:#000;
color:	#f0ffff;
font-size: 14px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:14pt; color:#00bfff; text-decoration:none;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:14pt;	color:#00bfff; text-decoration:none;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:14pt; color:#00bfff; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:14pt; color:#00bfff; text-decoration:underline;}
/*---------------------------- for Window -------------------------*/
.overlay_etchat_sob_neu {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_sob_neu_nw {
 border-left: 1px solid blue;
 border-top: 1px solid blue;
 border-bottom: 1px solid blue;
  width:10px;
  height:22px;
  background-color: #000000;background-image: linear-gradient( darkblue, black);
}

.etchat_sob_neu_n {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  background-color: #ff0000;background-image: linear-gradient( darkblue, black);
}

.etchat_sob_neu_ne {
 border-right: 1px solid blue;
 border-top: 1px solid blue;
 border-bottom: 1px solid blue;
  width:10px;
  height:22px;
  background-color: #000000;background-image: linear-gradient( darkblue, black);

}

.etchat_sob_neu_w {
 border-left: 1px solid blue;
 width:10px;
  background-color: #000000;
}

.etchat_sob_neu_e {
  border-right: 1px solid blue;
  width:10px;
  background-color: #000000;
}

.etchat_sob_neu_sw {
 border-left: 1px solid blue;
 border-bottom: 1px solid blue;
  width:10px;
  height:3px;
  background-color: #000000;
}

.etchat_sob_neu_s  {
height:3px;
border-bottom: 1px solid blue;
background-color: #000000;
}

.etchat_sob_neu_se, .etchat_sob_neu_sizer {
 border-right: 1px solid blue;
 border-bottom: 1px solid blue;
  width:10px;
  height:3px;
  background-color: #000000;
}

.etchat_sob_neu_sizer {
	cursor:se-resize;
}

.etchat_sob_neu_close {
	width: 44px;
	height: 23px;
	background: transparent url(close3.png) no-repeat 0 0;
	position:absolute;
	top:1px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.etchat_sob_neu_minimize {
	width: 27px;
	height: 23px;
	background: transparent url(min3.png) no-repeat 0 0;
	position:absolute;
	top:1px;
	right:85px;
	cursor:pointer;
	z-index:1000;
}

.etchat_sob_neu_maximize {
	width: 28px;
	height: 23px;
	background: transparent url(max3.png) no-repeat 0 0;
	position:absolute;
	top:1px;
	right:56px;
	cursor:pointer;
	z-index:1000;
}

.etchat_sob_neu_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#dddddd;
}

.etchat_sob_neu_content {
        padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#000000;	
}
/* Smileys */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}