body, html
	{
	 Background-image:url('../images/wallpaper.png');
	 margin:0px;
	 padding:0px;	
	 color:white;
	 width:100%;
	 font-family:Helvetica ;
	 min-width:1200px;
	}

a
	{
	 text-decoration:none;
	 color:#9a67e9;
	}

.link-button {
  background: none;
  border: none;
	 text-decoration:none;
	 color:#9a67e9;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}	
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; 
	}
elements
	{
	 display:inline-block;
	 border-width:1px; 
	 border-style:solid; 
	 font-family:Helvetica;
	 font-size: 12px;
	 border-radius:5px; 
	 padding:4px;
	 color:#9a67e9; 
	 background-color:#0b0b0b; 
	 border-color:#696969; 
	}
elements:hover
	{
	 border-width:1px; 
	 border-style:solid; 
	 font-family:Helvetica;
	 font-size: 12px;
	 border-radius:5px; 
	 padding:4px;
	 color:#9a67e9; 
	 background-color:#ababab; 
	 border-color:#595959; 
	}	
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;
	}
#chat-content{
		 background-color:rgba(17, 17, 17, 0.8);
		 padding:5px;
		 border-radius:5px;
}
	

	
	
/*
-------------------
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
	{
	 visibility: hidden;
	 opacity: 0;	 
	 transition: all 0.5s ease;
	 transition-delay: 0.25s;
	 margin-top:8px;
	 font-size:14px;
	 background:#292a2a;	
	 width:200px;

	}
#navi_dummy {
    text-shadow: none;
    color: #ccc;
	width:100%;
    background: rgb(24,24,24);
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 0px 0px 1px 0px;
    border-color: #9a67e9;
    border-style: solid;
}	
#navi_m:hover #navi_sub
	{
	 visibility: visible;
	 opacity: 1;	
	}
	
#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
---------------------------------------------------------------------------
---------------------------------------------------------------------------
*/


/*
-------------------
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;
	 min-height:346px;
	 max-height:346px;	 
	}
	
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;	
	}
#chat-content{
		 background-color:rgba(17, 17, 17, 0.8);
}
/*
-------------------
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;
	}
/*
-------------------
Defaul Table
-------------------
*/

table.turnierTable 
	{

	 margin:0px;
	 padding:0px;
	 text-align: left;
	border: 1px solid rgba(70, 70, 73, 0.0);
	border-spacing: 0px 0px;
	}
	
table.turnierTable td, table.turnierTable th 
	{

	 margin:0px;
	 padding:1px 1px;

	 border-spacing: 0px 0px;
	 max-width:250px;
	 overflow:hidden;
	 white-space:nowrap;
	}
	
table.turnierTable tbody tr 
	{
	 color:#ebebed;
	 font-family:Helvetica;
	 font-size: 13px;
	}

table.turnierTable tbody td:hover 
	{
	 background-color:rgba(70, 70, 73, 0.8);
	 color:#ebebed !important;
	}
	
table.turnierTable 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.turnierTable thead a
	{
	 color:#aedd08;
	}
	
table.turnierTable thead th:first-child 
	{
	 border-left: none;
	}
.turnierTable_winner 
	{
	 background-color:rgba(17, 17, 17, 0.8);
	 color:#79c910;
	 border-right: 1px solid #9a67e9;
	 border-left: 10px solid #9a67e9;
	}
.turnierTable_looser
	{
	 background-color:rgba(17, 17, 17, 0.8);
	 border-right: 1px solid #9a67e9;
	 border-left: 10px solid #9a67e9;	 
	}	
.turnierTable_between 
	{
	 border-right: 1px solid #9a67e9;
	}	
	
.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;
	}

/*
-------------------
Stats 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;
	}
	
	
/*
-------------------
Planner Kalender Table
-------------------
*/

#Planner_Kalender
	{
	 margin:5px;
	 float:left;
	 width:1000px;

	}
	

.kalender_event
	{
	 white-space:nowrap;
	 width:130px;
	 padding: 2px;
	 display: inline-block;
	 overflow:hidden;
	 border-radius:3px;
	} 
 table.planner_calendar
	{
	 background-color:rgba(17, 17, 17, 0.8);		
	 width:1000px; 
	 border:1px solid #000;
	}
  
 table.planner_calendar caption
	{
	 font-size: 14px; 
	 margin: 5px 0 20px 0;
	}

 table.planner_calendar td.planner_day
	{
	 font-size: 13px;
	 width: 140px; 
	 height: 130px; 
	 border: 1px solid #000; 
	 vertical-align: top;
	 background-color:rgba(17, 17, 17, 0.8);
	}
	
 table.planner_calendar td.planner_day span.planner_day-date
	{
	 font-size: 13px;
	}
	
 table.planner_calendar th.header
	{
	 background-color: #171a21;
	 color: #aedd08;
	 padding: 2px;
	 font-size: 13px;
	}
	
 table.planner_calendar td.planner_day_today 
	{
	 background-color:rgba(100, 100, 100, 0.8);

	}

	
/* 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;
		}
	}

