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

*/

/*------------ 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);

/* for index.php - Login */

#table{

	background: transparent;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 20px;
}

#ueberschrift{
	border-bottom: 1px dashed #888888;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	}
#inhalt{
	padding: 3px; font-size: 12px;
	}
	border: 0px dashed #888888; width: 200px; font-size: 14px; margin: 0px auto;
	}
#copyright{
	font-size: 9px;
	}
#login{
	display:inline;
	}
/* for chat.php*/
table{
font-size: 12px;
}

#body_id{
	margin: 0px auto; font-size: 100.01%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
	background-image:url('img/mitte.gif');
	background-attachment: fixed; background-position: bottom right; background-repeat:no-repeat;
	color: #ffffff;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
        background-size: 100% 100%;
	}
#body{
	text-align:center;
	color:white;
	font-family:Verdana,sans-serif;
	background-image: url('zufall.png');	
	-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;
	}
	
#rahmen_um_alles{
	margin: 10px;
}
#kopf{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	margin-bottom:2px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #483f22;
    border-radius: 10px;
	box-shadow: 3px 4px 9px rgba(6, 79, 174, 0.50);
	height: 17px;
    padding: 5px;
}

#kopf a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#kopf a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
#kopf a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
#kopf a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}
#onlinelist{   
    background: transparent url('./img/black_trans.png') top left repeat;
	padding: 5px;	
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	width: 280px;
	border: 2px solid #483f22;
	border-radius: 10px;
	-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);
	height: 400px;
	padding-bottom: 16px;
	overflow: auto;
	margin-top: 3px;
}

* 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: 400px;
	overflow: auto;
	cursor:e-resize;
}

#onlinelist2{  
    background: transparent url('./img/black_trans.png') top left repeat;
	padding: 5px;	
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	float: left;
	width: 280px;
	border: 2px solid #483f22;
	border-radius: 10px;
	-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);
	height: 400px;
	padding-bottom: 16px;
	overflow: auto;
	margin-top: 3px;
}

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

#chatinhalt{
	background: transparent url('./img/black_trans.png') top left repeat;
	padding: 5px;
	border: 2px solid #483f22;
   	border-radius: 10px;
	-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);	
	font-size: 18px;
	font-family: sans-serif;
	font-style: normal;
	/*margin-right:200px;*/
	position:relative;
	height: 400px;
	overflow: auto;
	padding: 5px;
	padding-bottom: 16px;
	margin-top: 3px;
}
#form{
	font-size: 12px;
	font-family: sans-serif;
	font-style: normal;
	clear: both;
	background-color: transparent;
	border: 1px solid transparent;
	margin-top: 10px;
	padding: 3px;
    height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #483f22;
    border-radius: 10px;
	box-shadow: 3px 4px 9px rgba(6, 79, 174, 0.50);
}
#form_left{
	position:relative;
         float: left;
}
#form_right{
	padding: 6px;
	position:relative;
	float: left;
}
#privat_messages{
 position: absolute;
 top: 100px;
 left: 100px;
 background-color: #0000cc;
 border: 1px solid black;
 padding: 5px;
}

.rooms{
 color: #064fae;
 background-repeat:repeat-x;
 border: 1px solid transparent;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer;
}

.rooms_not_allowed{
 color: #777777;
 background-repeat:repeat-x;
 border: 1px solid #2C299B;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer;
}

#message{
 background-repeat:repeat-x;
 border: 1px solid #fff;
 background-color: transparent;
 font-size: 20px;
}

.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: rgba(0, 0, 0, 0.5);
 border: 1px solid #77ff77;
 border-radius:10px;
 box-shadow: 3px 4px 9px rgba(119, 255, 119, 0.50);
}

#close_privat{
	cursor:pointer;
 background-repeat:repeat-x;
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 3px;
	height: 10px;
	color: white;
}
#privat_modus{
	font-size: 10px;
}
.privat_mesages_window{
	height: 165px;
	background-color: #000;
    padding:3px;
	overflow: auto;
}
.privat_win_button{
	cursor:pointer;
	font-weight:bold;
	background-repeat:repeat-x;
 border: 1px solid #2C299B;
	width: 190px;
	margin-top: 3px;
	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{
 background-repeat:repeat-x;
 border: 1px solid #fff;
 width:300px;
	margin-top: 2px;
	background-color: #000
}

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

/*------------ for history -----------------------*/
.kopf{ background-color:#8e402a;}
.gerade{ background-color:#C86E1E;}
.ungerade{ background-color:#8e402a;}
.privat_von{ background: transparent url('./img/black_trans.png') top left repeat;  }
.privat_nach{ background: transparent url('./img/black_trans.png') top left repeat;  }

/*------------ for adminbereich -----------------------*/
#adminbereich_body{
    background-image: url('');
	background-repeat: repeat;
	background-size: auto;
#   background-color:#000000;
    color: #ffffff;
    font-size: 16px;
    font-family: verdana,sans-serif;
	overflow: auto;
	}
#adminbereich_body a:link {font-family:Arial,serif; font-size:10pt; color:#fff; text-decoration:underline;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:10pt;	color:#fff; text-decoration:underline;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:10pt; color:#fff; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:10pt; color#fff; text-decoration:none;}



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

.etchat_crazytiger_nw {
 border-left: 1px solid #888888;
 border-top: 1px solid #888888;
 border-bottom: 1px dashed #888888;
  width:10px;
  height:18px;
  background-color: #e1e1ff;
}

.etchat_crazytiger_n {
  border-top: 1px solid #888888;
  border-bottom: 1px dashed #888888;
  background-color: #e1e1ff;
}

.etchat_crazytiger_ne {
 border-right: 1px solid #888888;
 border-top: 1px solid #888888;
 border-bottom: 1px dashed #888888;
  width:10px;
  height:18px;
  background-color: #e1e1ff;

}

.etchat_crazytiger_w {
 border-left: 1px solid #888888;
 width:10px;
  background-color: #ffffff
}

.etchat_crazytiger_e {
  border-right: 1px solid #888888;
  color: #ffffff;
  width:14px;
  background-color: #ffffff;
}

.etchat_crazytiger_sw {
 border-left: 1px solid #888888;
 border-bottom: 1px solid #888888;
  width:10px;
  height:3px;
  background-color: #ffffff;
}

.etchat_crazytiger_s  {
border-bottom: 1px solid #888888;
background-color: #ffffff;
}

.etchat_crazytiger_se, .etchat_disco_sizer {
 border-right: 1px solid #888888;
 border-bottom: 1px solid #888888;
  width:10px;
  height:3px;
  background-color: #ffffff;
}

.etchat_crazytiger_sizer {
	cursor:se-resize;
}

.etchat_crazytiger_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_crazytiger_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_crazytiger_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_crazytiger_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:#666699;
}


.etchat_crazytiger_content {
	padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Verdana,sans-serif;
	font-size: 1.0em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('');
}

.etchat_crazytiger_content a:link {font-family:Verdana; font-size:1.1em; color:#ffffff; text-decoration:underline;}
.etchat_crazytiger_content a:visited {font-family:Verdana; font-size:1.1em; color:#ffffff; text-decoration:underline;}
.etchat_crazytiger_content a:active {font-family:Verdana; font-size:1.1em; color:#ffffff; text-decoration:underline;}
.etchat_crazytiger_content a:hover {font-family:Verdana; font-size:1.1em; color:#ffffff; text-decoration:none;}

/* Für Bilderupload von Fizzy Lemon */

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   border: none; 
  width: 250px;
  height: 20px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #006633, #00ff66);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress[value]::-moz-progress-bar { 
  background-image:
    -moz-linear-gradient(
      135deg, 
      transparent 33%, 
      rgba(0, 0, 0, 0.1) 33%, 
      rgba(0, 0, 0, 0.1) 66%, 
      transparent 66% 
    ),
    -moz-linear-gradient(
      top, 
      rgba(255, 255, 255, 0.25), 
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left, 
      #006633, 
      #00ff66
    );

  border-radius: 2px; 
  background-size: 35px 20px, 100% 100%, 100% 100%; 
}

#Filesendmain{
 width: 90%;
 padding: 6px;
 overflow: hidden;  
 border-radius: 8px;
 }
 
#fizfooter{
 color: #fff;
 font-size: x-small;
 }
 
 
 /* Für Smileybox mit Kategorien */
 
 #navibereich li {
    width: 120px;
    height: 28px;	
    color: #897d07;
    background-color: #440000;
    font-size: 18px;
    border: 2px groove #ccc;
    border-radius: 5px 5px 5px 5px;
    display:inline-block;
	cursor:pointer	
}
#navibereich a {  
	width: 120px;
    height: 28px;	
    color: #897d07;
    background-color: #440000;
    font-size: 18px;    
    border-radius: 5px 5px 5px 5px;
    display:inline-block;
	cursor:pointer
}

#navibereich a:hover {
  background-color: #820200;
  color: #897d07;
  font-size: 18px;
}

.navibereich
{
    width: 150px;
    height: 28px;	
    color: #897d07;
    background-color: #440000;
    font-size: 18px;
    border: 2px groove #ccc;
    border-radius: 5px 5px 5px 5px;
    display:inline-block;
	cursor:pointer

}

.Kategorie
{
    width: 200px;
    height: 30px;	
    color: #897d07;
    background-color: #674507;
    font-size: 18px;
    border: 2px groove #ccc;
    border-radius: 5px 5px 5px 5px;
    display:inline-block;
	cursor:pointer

}




.navibereich:hover {
background-color: #820200;
  color: #897d07;
  font-size: 18px;
}
 
 /* Für Smileybox mit Kategorien Ende*/

.toplista {
padding-top: 15px;
padding-left: 27px;
margin-top:-13px;
 margin-left: -55px;
width: 68px;
height: 27px;
cursor:pointer;

          }
            
.hogomb
{
margin-top:5px;
  width: 33px;
  height: 33px;
padding: 0px 0px 0px 0px;
font-size: 13px !important;
background: transparent url('grey_trans.png') top left repeat;
font-weight: bold;

color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #fff;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}  

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

* {
  scrollbar-width: thin;
  scrollbar-color: #440000 #897d07;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #897d07;
}

*::-webkit-scrollbar-thumb {
  background-color: #897d07);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #897d07;
}

    



