/*
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; font-family:Verdana,sans-serif; background-color: #203858;
	}
#box{
	border: 1px solid #EBC04B; width: 539px; font-size: 14px; margin: 0px auto;
	}
#ueberschrift{
	border-bottom: 1px solid #EBC04B; background-color: #203858; color: white;
	}
#inhalt{
	padding: 3px; font-size: 12px; background-image: url('../../img/login.png'); color: white;
	}
#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{
	background-color: #233B5D;
}
#kopf{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color:#EBC04B;
	padding: 2px;
}
#onlinelist{

	padding: 5px;
	background-color: #03397B;
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	color:#EBC04B;
	width: 200px;
	border: 1px solid #EBC04B;
	height: 450px;
	padding-bottom: 16px;
	overflow: auto;
}

* 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: 1px solid #EBC04B;
	background-color: #03397B;
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color: white;
	/*margin-right:200px;*/
	position:relative;
	height: 450px;
	overflow: auto;
	padding: 5px;
	padding-bottom: 16px;
}
#form{
	background-color: #233B5D;
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	color: #EBC04B;
	clear: both;
	border: 1px solid #EBC04B;
	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 #EBC04B;
 padding: 5px;
}

.rooms{
 background-color: #203858;
 border: 1px solid #EBC04B;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer

}
.rooms_not_allowed{
 background-color: #efefff;
 border: 1px solid #EBC04B;
 color: #203858;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer
}

.privat_ausg_an{
 background-color: #03397B;
 border: 1px solid #EBC04B;
}
.privat_ausg_von{
 background-color: #449944;
 border: 1px solid #EBC04B;
}

#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;
	height: 18px;
}
#privat_modus{
	font-size: 10px;
}
.privat_mesages_window{
	height: 165px; 
	padding:3px; 
	border: 1px solid #EBC04B; 
	background-color: #03397B;
	overflow: auto;
}
.privat_win_button{
	cursor:pointer; 
	font-weight:bold;
	border: 1px solid #EBC04B;
	width: 190px;
	margin-top: 3px;
	background-color: #203858;
	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;
}


.private_message_field{
	width:300px;
	border: 1px solid #EBC04B;
	margin-top: 2px;
	background-color: #03397B;
}
#message{
	background-color: #03397B;
	border: 1px solid #EBC04B;
}

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:#233B5D;
color:white;
font-size: 12px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}



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

.etchat_harlekin_nw {
 border-left: 1px solid #EBC04B;
 border-top: 1px solid #EBC04B;
 border-bottom: solid #EBC04B;
  width:10px;
  height:18px;
  background-color: #203858;
}

.etchat_harlekin_n {
  border-top: 1px solid #EBC04B;
  border-bottom: solid #EBC04B;
  background-color: #203858;
}

.etchat_harlekin_ne {
 border-right: 1px solid #EBC04B;
 border-top: 1px solid #EBC04B;
 border-bottom: 1px solid #EBC04B;
  width:10px;
  height:18px;
  background-color: #203858;

}

.etchat_harlekin_w {
 border-left: 1px solid #EBC04B;
 width:10px;
  background-color: #233B5D;
}

.etchat_harlekin_e {
  border-right: 1px solid #EBC04B;
  width:10px;
  background-color: #233B5D;
}

.etchat_harlekin_sw {
 border-left: 1px solid #EBC04B;
 border-bottom: 1px solid #EBC04B;
  width:10px;
  height:3px;
  background-color: #03397B;
}

.etchat_harlekin_s  {
border-bottom: 1px solid #EBC04B;
background-color: #03397B;
}

.etchat_harlekin_se, .etchat_harlekin_sizer {
 border-right: 1px solid #EBC04B;
 border-bottom: 1px solid #EBC04B;
  width:10px;
  height:3px;
  background-color: ##03397B;
}

.etchat_harlekin_sizer {
	cursor:se-resize;
}

.etchat_harlekin_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_harlekin_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_harlekin_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_harlekin_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:#EBC04B;
}

.etchat_harlekin_content {
	padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#233B5D;
}
