body, html
	{
	 background-color:#010109;
	 margin:0px;
	 padding:0px;	
	 color:white;
	 width:100%;
	 font-family:Helvetica ;
	 min-width:1700px;
	}

a
	{
	 text-decoration:none;
	 color:#9a67e9;
	}

select, option, input
	{
	 border-width:2px; 
	 border-style:solid; 
	 font-family:Helvetica;
	 font-size: 12px;
	 border-radius:5px; 
	 padding:4px;
	 color:#9a67e9; 
	 background-color:#0b0b0b; 
	 border-color:#696969; 
	}

h1
	{
	 margin:10px;	
	}

.inlineform 
	{
	 border-width:1px; 
	 border-style:solid; 
	 font-family:Helvetica;
	 font-size: 12px;
	 border-radius:0px; 
	 padding:0px;
	 color:#9a67e9; 
	 background-color:#0b0b0b; 
	 border-color:#696969; 
	 width:100%;
	 height:15px;
	}


/*
-------------------
Index
-------------------
*/

#navi
	{
	 width:100%;
	 min-width:1600px;
	 height:45px;
	 background-color:rgba(24, 24, 27, 0.8);
	 border-width:0px 0px 1px 0px;
	 border-color:#0f0;
	 border-style:solid;	 
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index:1;
	}
	
#navi_m
	{
	 height:40px;
	 font-size:25px;
	 padding-top:6px;
	 float:left;
	 width:180px;
	 text-align:center;
	 border-width:0px 1px 0px 1px;
	 border-color:#202020;
	 border-style:solid;
	}
	
#navi_m:hover
	{
	 background-color:rgba(32, 32, 32, 0.8);
	}
	
#navi_sub
	{
	 visibility: hidden;
	 opacity: 0;	 
	 transition: all 0.5s ease;
	 transition-delay: 0.25s;
	 
	 margin-top:10px;
	 font-size:15px;

	 
	 width:180px;
	}
	
#navi_m:hover #navi_sub
	{
	 visibility: visible;
	 opacity: 1;	
	}
	
.navi_list
	{
	 text-shadow: none;
	 color:#ccc;
	 background: rgb(30,30,30);
	 margin:0px;
     height:20px;	 

	 padding:5px;
	 padding-top:7px;
	 text-align:left;
	}
.navi_list:hover
	{
	 cursor:pointer;
	 background: rgb(41,42,42);
	}
.list_over	
	{
	 text-shadow: none;
	 height:20px;
	 color:#ccc;
	 background: rgb(30,30,30);
	 margin:0px;
	 padding:5px;
	 padding-top:7px;
	 
	 background-image: url('../abg.png');
	 background-repeat: no-repeat;
	 background-position: right;	
	 border-width:0px 1px 0px 0px;
	 border-color:#0f0;
	 border-style:solid;		 
	 text-align:left;
	}
.list_over:hover
	{
	 background: rgb(41,42,42);
	 background-image: url('../abg.png');
	 background-repeat: no-repeat;

	 background-position: right;		 
	}
#navi_sub_sub
	{
	 margin-left:6px;

	 position:relative;
	 left:100%;
	 top:-24px;
	 font-size:15px;
	 width:180px;
	 
	 visibility: hidden;
	 opacity: 0;	 
	 transition: all 0.5s ease;
	 transition-delay: 0.5s;
	}
	
.list_over:hover #navi_sub_sub
	{

	  visibility: visible;
	  opacity: 1;	 

	}
	
#navi_dummy
	{
	 text-shadow: none;
	 color:#ccc;
	 background: rgb(24,24,24);
	 margin:0px;
	 padding:0px;
	 padding-top:5px;
	 padding-bottom:5px;
	 border-width:0px 0px 1px 0px;
	 border-color:#0f0;
	 border-style:solid;	 
	}
					
#content
	{
	 position:absolute;
	 top:50px;
	 margin:5px;
	 width:98%;
	}
	
#content-wrapper
	{

	 width:100%;
	 min-width:1700px;
	}

#timer
	{
	 margin-top:10px;
	 font-size:12px;
	 color:#ddd;
	}

/*
---------------------------------------------------------------------------
---------------------------------------------------------------------------
									Subseiten
---------------------------------------------------------------------------
---------------------------------------------------------------------------
*/


/*
-------------------
Emotes
-------------------
*/



.title
	{
	 white-space:nowrap;
	 overflow: hidden;
	 width:350px;
	}
	
.emote
	{
     display: inline-block;
     overflow: hidden;
     white-space: nowrap;
     width: 128px;	
	}
	
#emote
	{
	 border-width:1px;
	 border-color:#9a67e9;
	 border-style:solid;
	 width:130px;
	 float:left;
	 margin:5px;
	 font-size:12px;
	}
	
/*
-------------------
Clip Table
-------------------
*/
#clipcontainer
	{
	 border-width:1px;
	 border-color:#9a67e9;
	 border-style:solid;
	 width:401px;
	 float:left;
	 margin:4px;
	 font-size:12px;
	}
	
table.ClipTable 
	{
	 border: 1px solid #0f0;
	 background-color:rgba(17, 17, 17, 0.8);
	 padding:0px;
	 text-align: left;
	 border-collapse: collapse;
	 table-layout:fixed;
	 width:401px;
	 overflow:hidden;
	 margin:0px;
	}
	
table.ClipTable td, table.ClipTable th 
	{
	 border: 1px solid #000000;
	 margin:0px;
	 padding:1px 3px;
	}
	
table.ClipTable tbody tr 
	{
	 color:#ebebed;
	 font-family:Helvetica;
	 font-size: 13px;	
	}

/*
-------------------
Defaul Table
-------------------
*/

table.defaultTable 
	{
	 border: 1px solid #9a67e9;
	 background-color:rgba(17, 17, 17, 0.8);
	 margin:0px;
	 padding:0px;
	 text-align: left;
	 border-collapse: collapse;
	}
	
table.defaultTable td, table.defaultTable th 
	{
	 border: 1px solid #000000;
	 margin:0px;
	 padding:1px 3px;
	}
	
table.defaultTable tbody tr 
	{
	 color:#ebebed;
	 font-family:Helvetica;
	 font-size: 13px;
	}
	
table.defaultTable tbody tr:hover 
	{
	 background-color:rgba(70, 70, 73, 0.8);
	 color:#ebebed !important;
	}
	
table.defaultTable thead
	{
	 background: #0e0e10;
	 color:#aedd08;
	 border-bottom: 2px solid #444444;
	 height:30px;
	 font-family:Helvetica;
	 font-size: 13px;
	 font-weight: bold;		
	 border-left: 1px solid #000;
	}
	
table.defaultTable thead a
	{
	 color:#aedd08;
	}
	
table.defaultTable thead th:first-child 
	{
	 border-left: none;
	}

.headDropdown 
	{
	 background: #0e0e10;
	 color:#aedd08;
	 border: 0px ;
	 border-radius:0px;
	 height:15px;
	 font-family:Helvetica;
	 font-size: 13px;
	 font-weight: bold;		
	 padding:0px;
	 margin:0px;
	}
	
.headDropdown:hover
	{
	 cursor:pointer;
	}

/*
-------------------
Kalender Table
-------------------
*/

#Kalender
	{
	 margin:5px;
	 float:left;
	 width:250px;
	 height:200px;
	}
	
 form.form label
	{
	 float:left;
	 width:100px;
	}

 table.calendar
	{
	 background-color:rgba(17, 17, 17, 0.8);		
	 width:250px; 
	 border:1px solid #000;
	}
  
 table.calendar caption
	{
	 font-size: 14px; 
	 margin: 5px 0 20px 0;
	}

 table.calendar td.day
	{
	 width: 14%; 
	 height: 15px; 
	 border: 1px solid #000; 
	 vertical-align: top;
	 background-color:rgba( 255, 66, 66, 0.4);
	}
	
 table.calendar td.day span.day-date
	{
	 font-size: 13px;
	}
	
 table.calendar th.header
	{
	 background-color: #171a21;
	 color: #aedd08;
	 padding: 2px;
	 font-size: 13px;
	}
	
 table.calendar td.today 
	{
	 background-color:rgba( 18, 255, 43, 0.4);
	 font-size: 13px;
	}
	
	
	
/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance:none) 
	{
	 SELECT
		{
		 -moz-appearance:none !important;
		 background: transparent url("data:image/svg+xml;utf8,<svg fill='rgb(174, 221, 8)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") right center no-repeat !important;
		 background-position: calc(100% - 5px) center !important;
		}
	}

.custom-file-upload-b {
		width:0px;
		height:0px;
}
.old{
	background-color:#9b3737 !important;
	
}
.old:hover{
	background-color:#840b0b!important;
	
}
table{
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	text-align:center;

}

.def table{

 	border: 0px solid #000;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	text-align:left;
		 
	}	
table.def tbody tr {

 	border: 0px solid #000;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	text-align:left;
	 border-spacing: 5px;
	}	
table.def tbody tr:hover{
	 background: rgb(41,42,42);
}	
table.def td {

  	border-width: 1px 0px 1px 0px;
	border-color:#000;
	border-style:solid;
  	border-collapse:collapse;

	
	padding:0px 5px 0px 5px;
	margin:0px;
	font-size:16px;
	text-align:left;

	white-space: nowrap;
	 border-spacing: 5px;
	 height:20px;
	background-color:rgba(32, 32, 32, 0.8);
	}
table.def thead {
	 background-color:rgba(24, 24, 27, 0.8);
	 border-width:0px 0px 2px 0px;
	 border-color:#0f0;
	 border-style:solid;	
}
table.def thead th {
  font-size: 16px;
  color: #fff;
  white-space:nowrap;
  padding-left:10px;
  padding-right:10px;
  text-align: center;

}
/*
-------------------
Mail Table
-------------------
*/


    #mail_divMain { 
		position:fixed;
		width: 100%;
		height:100%;
		color:white;	
		min-width:1200px;
	
	}
	
    #mail_left-div { 
		position:fixed;
		left:0px;
		top:50px;
		height:100%;
		width: 250px; 
		background-color: #333; 
		overflow-y: auto;
		overflow-x: hidden;		
	}
    #mail_middle-div-top { 
		position:fixed;
		left:250px;
		top:50px;
		height:50px;
		width: 500px; 	
		background-color: #222; 
		overflow-y: auto;
		overflow-x: hidden;		
		text-align:center;
		font-weight: bold;
		
	}	
    #mail_middle-div-bottom { 
		position:fixed;
		left:250px;
		top:100px;
		bottom:0;
		width: 500px; 	
		background-color: #333; 
		overflow-y: auto;
		overflow-x: hidden;		
	}
	#mail_right-div { 
		position:fixed;
		left:750px;
		right:0px;
		top:50px;
		bottom:0px;
		overflow-y: hidden;
		overflow-x: hidden;		
		background-color: #fff; 
		min-width:600px;
	}	
	#mail_right-div-top { 
		position:fixed;
		left:750px;
		right:0px;
		top:50px;
		bottom:205px;
		overflow-y: hidden;
		overflow-x: hidden;		
		background-color: #fff; 
	}
	#mail_right-div-bottom { 
		position:fixed;
		left:750px;
		right:0px;
		bottom:0px;
		height:200px;
		overflow-y: hidden;
		overflow-x: hidden;		
		background-color: #333; 
	}
	
div.mail_list {
	width:360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    height: 100%;
    margin: 0;
    padding: 0;
  font-size: 13px;	
	
}
.mail_tr_list{
	border-collapse: collapse;
	border: 1px solid black;
	background-color:#333;
	color:white;
}
.mail_tr_list:hover{
	background-color:#222;
}	
.mail_sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 50;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 0px;
}

/* Style the sidenav links and the dropdown button */
.mail_sidenav a, .mail_dropdown-btn {
  padding: 4px 5px 4px 5px;
  text-decoration: none;
  font-size: 13px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;

  outline: none;
}

/* On mouse-over */
.mail_sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}
.mail_main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.mail_active {
  background-color: green;
  color: white;
  margin-bottom:2px;
}


/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .mail_sidenav {padding-top: 15px;}
  .mail_sidenav a {font-size: 18px;}
}