body, html
	{
	 background: linear-gradient(135deg, #331b6b 0%, #73075e 100%);
	 background-attachment: fixed;
	 height:100%;
	 margin:0px;
	 padding:0px;	
	 color:white;
	 width:100%;
	 font-family:Helvetica ;
	 min-width:1200px;
	}

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:1200px;
	 height:50px;
	 background-color:rgba(24, 24, 27, 0.8);
	 position: fixed;
	 top: 0;
	 left: 0;
	}
	
#navi_m
	{
	 height:45px;
	 font-size:30px;
	 padding-top:5px;
	 float:left;
	 width:200px;
	 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
	{
	 display: none;
	 margin-top:8px;
	 font-size:14px;
	 background:#292a2a;	
	 width:200px;
	}
	
#navi_m:hover #navi_sub
	{
	 display:block;
	}
	
#navi_list
	{
	 text-shadow: none;
	 color:#ccc;
	 margin:0px;
	 padding:0px;
	 padding-top:5px;
	 padding-bottom:5px;
	}
#navi_list:hover
	{
	 color:#9a67e9;
	 cursor:pointer;
	}
					
#content
	{
	 position:absolute;
	 top:50px;
	 margin:5px;
	 width:98%;
	}
	
#content-wrapper
	{
	 min-width:1801px;
	 width:100%;
	 min-width:1200px;
	}

#timer
	{
	 margin-top:10px;
	 font-size:12px;
	 color:#ddd;
	}

/*
---------------------------------------------------------------------------
---------------------------------------------------------------------------
									Subseiten
---------------------------------------------------------------------------
---------------------------------------------------------------------------
*/

#pagelink a
	{
	 color:#8c5cff;
	 font-weight:bold;
	}	

/*
-------------------
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;
		}
	}
