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

/* for index.php - Login */

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

#bildheader{
	border: 1px solid #064fae;
	border-radius: 25px;
	box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	width: 90%;
}

#adminbereich_body{
	background-color:#000;
	color:#fff;
	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:#FE0000; text-decoration:none;}

#body{
	text-align:center;
	color:white;
	font-family:Verdana,sans-serif;
	background-image: url('../images/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{
	border: 0px dashed #888888; width: 200px; font-size: 14px; margin: 0px auto;
	}
#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;
	}
#ueberschrift1{
	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;
	}

#inhalt1{
	padding: 3px; font-size: 12px;
	}
	
#copyright{
	font-size: 9px;
	color: #ffffff;
	}
#WRT2Copyright{
	font-size: 13px;
    color: white;
    padding-right: 10px;
	}
login{
	display:inline;
	}
	
#header{
    height: 60px;
    background-color: transparent;
    margin: 0 auto;
    color: #064fae;
    margin-top: 50px;
    margin-bottom: 50px;
}	
	
#left{
	color: #fff;
	font-size: 11px;
    width: 210px;
	margin-left: auto;
	text-shadow: 1px 1px 1px black;
	margin-right: auto;
    /*float: left;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #064fae 0%,rgba(13,13,13,1) 46%,#064fae 50%,rgba(10,10,10,1) 53%,#064fae 76%,#064fae 87%,#064fae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-radius: 25px;
	border: 1px solid #064fae;
	-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}

#middle{
    color: #fff;
	font-size: 11px;
    width: 210px;
	margin-left: auto;
	text-shadow: 1px 1px 1px black;
	margin-right: auto;
    /*float: left;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #064fae 0%,rgba(13,13,13,1) 46%,#064fae 50%,rgba(10,10,10,1) 53%,#064fae 76%,#064fae 87%,#064fae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-radius: 25px;
	border: 1px solid #064fae;
	-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}

#menu,
#menu ul,
#menu li,
#menu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#menu {
  height: 37px;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #064fae;
  margin: 0;
  padding: 0;
}
#menu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#menu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#menu.align-center > ul {
  text-align: center;
}
#menu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#menu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  /* border-right: 1px solid #080808; */
  color: #ffffff;
  padding: 12px 20px;
}
#menu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#menu > ul > li > a:after {
  content: "";
  position: absolute;
  border-right: 1px solid;
  top: -1px;
  /*bottom: -1px;*/
  right: -2px;
  z-index: 99;
  /*border-color: #064fae;*/
}
#menu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#menu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#menu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#menu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #fb0000;
}
#menu ul li.has-sub:hover > ul,
#menu ul li.has-sub:hover > div {
  display: block;
}
#menu > ul > li.has-sub > a:hover,
#menu > ul > li.has-sub:hover > a {
  /*background: #3f3f3f;
  border-color: #3f3f3f;*/
}
#menu ul li > ul,
#menu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  /*background: #3f3f3f;*/
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#menu ul li > ul {
  width: 200px;
}
#menu ul ul ul {
  position: absolute;
}
#menu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#menu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#menu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#menu,
#menu ul ul > li:hover > a,
#menu ul ul li a:hover {
  /* background: #3c3c3c;
  background: -moz-linear-gradient(top, #064fae 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #064fae), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #064fae 0%, #222222 100%);
  background: -o-linear-gradient(top, #064fae 0%, #222222 100%);
  background: -ms-linear-gradient(top, #064fae 0%, #222222 100%);
  background: linear-gradient(top, #064fae 0%, #222222 100%); */
}
#menu > ul > li > a:hover {
  /* background: #080808; */
  color: #ffffff;
}
#menu ul ul a:hover {
  color: #ffffff;
}
#menu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}

#center{
  color: #fff;
	font-size: 11px;
  width: 210px;
	margin-left: auto;
	text-shadow: 1px 1px 1px black;
	margin-right: auto;
    /*float: left;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #064fae 0%,rgba(13,13,13,1) 46%,#064fae 50%,rgba(10,10,10,1) 53%,#064fae 76%,#064fae 87%,#064fae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-radius: 25px;
	border: 1px solid #064fae;
	-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}

div#flashcontent1 {
    right: 0px;
    bottom: 6px;
    position: absolute;
}	
	
/* for chat.php*/
table{
font-size: 12px;
}

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

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

#rahmen_um_alles{
	margin: 10px 10px -5px;
	background-color: transparent;
}
#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: 1px solid #064fae;
    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{
	padding: 5px;
    color:#fff;
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	width: 250px;
	height: 450px;
	padding-bottom: 16px;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #064fae;
    border-radius: 10px;
	box-shadow: 3px 4px 9px rgba(6, 79, 174, 0.50);
	margin-top: 10px;
}

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

#chatinhalt{
    background-color: transparent;
    font-size: 16px;
    font-family: sans-serif;
    font-style: normal;
    color: white;
    position:relative;
    overflow: auto;
    padding: 5px;
    padding-bottom: 16px;
	background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #064fae;
    border-radius: 10px;
	box-shadow: 3px 4px 9px rgba(6, 79, 174, 0.50);
	margin-top: 10px;
}

.mess_back{
    background: rgba(0, 0, 0, 0.5);
/*  border: 1px solid #ffffff; */
    border-radius: 10px;
    padding: 2px 8px 2px 5px;
    margin-bottom: 3px;
    display: inline-block;
	direction:ltr;
    box-shadow: 3px 4px 9px rgba(255, 255, 255, 0.5);
}

.mess_back span {
	font-size: 16px;
}

.mess_self{

    background:rgba(0, 0, 0, 0.5);
/*  border: 1px solid #ffffff; */
    border-radius: 10px;
    padding:2px 8px 2px 5px;
    margin-bottom:3px;
    display:inline-block;
    direction:ltr;
    box-shadow: 3px 4px 9px rgba(255, 255, 255, 0.5);
}
#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: 46px;
	background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #064fae;
    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_mesages_window div span{
	font-size: 22px;
}


.privat_ausg_von, .privat_ausg_von span {
	font-size: 22px;
}
.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: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:#FE0000; text-decoration:none;}

/*------------ for history -----------------------*/
.kopf{ background-repeat:repeat-x; }
.gerade{ background-color:#000; }
.ungerade{ background-color:#7b7979; }
.privat_von{ background-color:#000; }
.privat_nach{ background-color:#7b7979; }

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

.genx_new_nw {
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:18px;
 background-repeat:repeat-x;
 background-color: #000
}

.genx_new_n {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
 background-repeat:repeat-x;
 background-color: #000
}

.genx_new_ne {
 border-right: 1px solid #fff;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:18px;
 background-repeat:repeat-x;
 background-color: #000

}

.genx_new_w {
 border-left: 1px solid #fff;
 width:10px;
  background-color: #000;
}

.genx_new_e {
  border-right: 1px solid #fff;
  width:10px;
  background-color: #000;
}

.genx_new_sw {
 border-left: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:3px;
  background-color: #000;
}

.genx_new_s  {
border-bottom: 1px solid #fff;
background-color: #000;
}

.genx_new_se, .wrt_sizer {
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
  width:10px;
  height:3px;
  background-color: #000;
}

.genx_new_sizer {
	cursor:se-resize;
}

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

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

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

.genx_new_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:#fff;
}

.genx_new_content {
	overflow:auto;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#000;
}

#content{
 width: 500px;
 height: 600px;
 margin-left: 60%;
 margin-top: 25px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#fb0000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#fff;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}
#grafik{

    width: 100px;
    height: 100px;
      margin-left:auto;
    margin-right:auto;
}

#content2{
text-align:left;
opacity: 0.8;
 width: 800px;
 height: 100%;
            margin-left:auto;
            margin-right:auto;
 margin-top: 25px;
background-color: #2E9AFE;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
-webkit-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
box-shadow: 10px 21px 7px 0px rgba(0,0,0,0.75);
}
#grafik{

    width: 100px;
    height: 100px;
      margin-left:auto;
    margin-right:auto;
}

#content3{
	width: 1200px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
}

#grafik{

    width: 100px;
    height: 100px;
    margin-left:auto;
    margin-right:auto;
}

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

#rules {
	/* Hier CSS für die Rules */
}


.media_box{
	margin: 12px 0;
	padding: 10px;
	background-color: rgba(255,255,255,0.06);
	border: 1px solid rgba(6,79,174,0.8);
	border-radius: 10px;
}

.media_box_title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #ffffff;
}

.media_input{
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #064fae;
	border-radius: 6px;
	background: rgba(0,0,0,0.45);
	color: #ffffff;
}

.media_buttons{
	margin-bottom: 8px;
}

.media_btn{
	display: inline-block;
	padding: 6px 10px;
	margin: 0 6px 6px 0;
	background: #064fae;
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
}

.media_btn:hover{
	text-decoration: none;
	background: #0b6fe9;
}

.media_btn_secondary{
	background: #444444;
}

#audio_player,
#radio_player{
	width: 100%;
}

.direct_cam_video{
	width: 100%;
	height: 170px;
	background: #000000;
	border-radius: 8px;
	object-fit: cover;
	display: block;
	margin-bottom: 8px;
}

.media_status{
	font-size: 12px;
	color: #d6e7ff;
}


/* Fantasy Fox House media + cam */
.media-box{margin:6px 6px 12px 6px;padding:8px;border:1px solid #064fae;border-radius:12px;background:rgba(0,0,0,0.45);color:#fff}.media-tab-nav{display:flex;gap:6px;margin-bottom:8px}.media-tab-button,.ffh-btn,.ffh-cam-toggle{display:inline-block;padding:4px 8px;border:1px solid #064fae;border-radius:8px;background:#111;color:#fff;text-decoration:none;font-size:11px;line-height:1.4}.media-tab-button.active,.ffh-btn:hover,.ffh-cam-toggle:hover{background:#064fae;color:#fff;text-decoration:none}.ffh-btn-secondary,.ffh-cam-toggle-off{background:#333}.media-card{padding:4px 0}.media-title{font-weight:bold;margin-bottom:6px}.media-links,.media-note,.media-buttons{margin-top:6px;font-size:11px}.media-links a{color:#fff}.media-sep{margin:0 6px}.ffh-own-preview,.ffh-cam-grid video{width:100%;height:auto;display:block;background:#000;border-radius:10px}.ffh-own-preview{margin-top:6px;max-height:180px}.ffh-cam-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-top:8px}.ffh-cam-tile{padding:6px;background:rgba(0,0,0,0.35);border:1px solid #064fae;border-radius:12px}.ffh-cam-label{font-size:11px;font-weight:bold;margin-bottom:5px}.ffh-cam-badge{display:inline-block;margin-right:4px;padding:1px 5px;border-radius:999px;font-size:10px;font-weight:bold}.ffh-cam-badge-on{background:#1f7a1f;color:#fff}.ffh-cam-badge-off{background:#666;color:#fff}.ffh-cam-toggle{margin-left:4px;font-size:10px}.online-list-title{font-weight:bold;margin:8px 6px 4px 6px;color:#fff}

/* Fantasy Fox House Cam Lounge */
.media-box{margin:8px 6px 14px 6px;padding:10px;border:1px solid #6a3cff;border-radius:16px;background:linear-gradient(180deg,rgba(15,11,36,.92),rgba(7,9,23,.92));box-shadow:0 0 0 1px rgba(255,255,255,.04),0 10px 30px rgba(0,0,0,.35);color:#fff}.media-title{font-weight:bold;margin-bottom:8px;color:#f7f2ff;text-shadow:0 0 12px rgba(172,104,255,.35)}.media-tab-nav{display:flex;gap:8px;margin-bottom:10px}.media-tab-button,.ffh-btn,.ffh-cam-toggle{display:inline-block;padding:5px 10px;border:1px solid rgba(147,97,255,.75);border-radius:999px;background:linear-gradient(180deg,#17122f,#0f1023);color:#fff;text-decoration:none;font-size:11px;line-height:1.4;box-shadow:inset 0 0 12px rgba(255,255,255,.03)}.media-tab-button.active,.ffh-btn:hover,.ffh-cam-toggle:hover{background:linear-gradient(180deg,#7d4bff,#4520a8);color:#fff;text-decoration:none}.ffh-btn-secondary,.ffh-cam-toggle-off{background:linear-gradient(180deg,#3d315f,#231d3f)}.ffh-cam-toggle-disabled{opacity:.65;cursor:default}.media-links,.media-note,.media-buttons{margin-top:8px;font-size:11px}.media-links a{color:#f2ebff}.ffh-own-preview,.ffh-cam-grid video,.ffh-stage-video{width:100%;display:block;background:#000;border-radius:14px}.ffh-own-preview{margin-top:10px;max-height:140px;border:1px solid rgba(147,97,255,.35)}.ffh-grid-title{margin-top:10px;font-size:11px;font-weight:bold;letter-spacing:.08em;text-transform:uppercase;color:#d8c5ff}.ffh-cam-stage{margin-top:10px;padding:10px;border:1px solid rgba(147,97,255,.45);border-radius:18px;background:radial-gradient(circle at top,rgba(115,58,255,.22),rgba(7,9,23,.96) 62%)}.ffh-cam-stage-head{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:bold;color:#fff}.ffh-stage-kicker{display:inline-block;padding:2px 8px;border-radius:999px;background:#ff4fa3;color:#fff;font-size:10px;letter-spacing:.08em}.ffh-cam-stage-video-wrap{position:relative;overflow:hidden;border-radius:16px;min-height:210px;background:#000}.ffh-stage-video{aspect-ratio:16/9;object-fit:cover}.ffh-cam-stage-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;background:linear-gradient(180deg,rgba(4,6,16,.35),rgba(4,6,16,.8));color:#efe8ff}.ffh-cam-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.ffh-cam-tile{padding:6px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid rgba(147,97,255,.30);border-radius:14px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.ffh-cam-tile:hover{transform:translateY(-1px);border-color:rgba(255,79,163,.75);box-shadow:0 10px 20px rgba(0,0,0,.22)}.ffh-cam-selected{border-color:#ff4fa3;box-shadow:0 0 0 1px rgba(255,79,163,.35),0 12px 24px rgba(0,0,0,.28)}.ffh-cam-label{font-size:11px;font-weight:bold;margin-bottom:6px;color:#fff}.ffh-cam-grid video{aspect-ratio:16/9;object-fit:cover}.ffh-cam-badge{display:inline-block;margin-right:4px;padding:1px 6px;border-radius:999px;font-size:10px;font-weight:bold}.ffh-cam-badge-on{background:#ff4fa3;color:#fff}.ffh-cam-badge-off{background:#5e5f72;color:#fff}.online-list-title{font-weight:bold;margin:8px 6px 4px 6px;color:#fff}@media (max-width:760px){.ffh-cam-grid{grid-template-columns:1fr}.ffh-cam-stage-video-wrap{min-height:170px}}


/* Fantasy Fox House quick links */
.ffh-top-links{display:flex;flex-wrap:wrap;gap:8px;margin:8px 6px 12px 6px;padding:10px 12px;border:1px solid rgba(147,97,255,.4);border-radius:14px;background:linear-gradient(180deg,rgba(15,11,36,.88),rgba(7,9,23,.88));box-shadow:0 8px 22px rgba(0,0,0,.22)}
.ffh-top-link,.ffh-quick-link{display:inline-block;padding:6px 12px;border-radius:999px;border:1px solid rgba(147,97,255,.55);background:linear-gradient(180deg,#17122f,#0f1023);color:#fff;text-decoration:none;font-size:11px;font-weight:bold;letter-spacing:.02em}
.ffh-top-link:hover,.ffh-quick-link:hover{background:linear-gradient(180deg,#7d4bff,#4520a8);color:#fff;text-decoration:none}
.ffh-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}
@media (max-width:760px){.ffh-link-grid{grid-template-columns:1fr}.ffh-top-links{flex-direction:column}}


/* Fantasy Fox House background + links */
body#body_id2 {
  background-image: linear-gradient(rgba(18, 7, 10, 0.74), rgba(10, 6, 16, 0.86)), url('https://fantasy-fox-house.de/themes/psr12/images/ffh_banner.jpg') !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

#rahmen_um_alles {
  background: rgba(8, 4, 12, 0.58);
  border: 1px solid rgba(255, 192, 120, 0.28);
  box-shadow: 0 0 22px rgba(255, 153, 51, 0.18);
}

.ffh-top-links,
.media-card,
#onlineausgabe,
#chatinhalt,
#form,
#kopf {
  backdrop-filter: blur(4px);
}

.ffh-top-link, .ffh-quick-link, .media-links a {
  color: #ffd38a;
}

.ffh-top-link:hover, .ffh-quick-link:hover, .media-links a:hover {
  color: #fff1c9;
}

.media-title, .online-list-title, .ffh-grid-title, #ffh_stage_label {
  color: #ffd38a;
  text-shadow: 0 0 10px rgba(255, 170, 66, 0.35);
}

/* Fantasy Fox House OnAir */
.ffh-onair-box{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:center;margin-top:12px;padding:12px;border:1px solid rgba(255,211,138,.28);border-radius:16px;background:linear-gradient(135deg,rgba(255,170,66,.12),rgba(125,75,255,.12) 50%,rgba(255,79,163,.12));box-shadow:0 12px 28px rgba(0,0,0,.18)}
.ffh-onair-live{border-color:rgba(255,211,138,.52);box-shadow:0 0 0 1px rgba(255,211,138,.12),0 16px 32px rgba(0,0,0,.24)}
.ffh-onair-cover-wrap{width:88px;height:88px;border-radius:14px;overflow:hidden;background:rgba(0,0,0,.32);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08)}
.ffh-onair-cover{display:none;width:100%;height:100%;object-fit:cover}
.ffh-onair-kicker{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#ffd38a;font-weight:bold;margin-bottom:4px}
.ffh-onair-state{display:inline-block;padding:3px 9px;border-radius:999px;background:#ff4fa3;color:#fff;font-size:10px;font-weight:bold;letter-spacing:.08em;margin-bottom:8px}
.ffh-onair-song{font-size:16px;font-weight:bold;color:#fff;line-height:1.25}
.ffh-onair-artist{margin-top:4px;font-size:13px;color:#ffd38a}
.ffh-onair-meta{margin-top:8px;font-size:11px;color:#efe8ff;line-height:1.55}
.ffh-onair-meta-label{color:#bfa6ff;font-weight:bold}
.ffh-link-grid-single{grid-template-columns:1fr}
.ffh-onair-toast{position:fixed;right:20px;bottom:20px;z-index:99999;max-width:320px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,rgba(18,13,37,.96),rgba(9,8,21,.96));border:1px solid rgba(255,211,138,.4);color:#fff;box-shadow:0 18px 36px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(12px);transition:all .25s ease;font-size:12px;line-height:1.45}
.ffh-onair-toast-show{opacity:1;visibility:visible;transform:translateY(0)}
@media (max-width:760px){.ffh-onair-box{grid-template-columns:1fr}.ffh-onair-cover-wrap{width:100%;height:160px}.ffh-onair-moderator{grid-template-columns:1fr}.ffh-onair-moderator-image-wrap{width:100%;height:220px}}
