body, html
	{

    background:#ad7345;
  	 Background: url('../images/wallpaper.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 margin:0px;
	 padding:0px;	
	 color:white;
	 width:100%;
	 font-family:Helvetica ;
	 min-width:1200px;
	}

a
	{
	 text-decoration:none;
	 color:#0088f6;
	}
.link-button {
  background: none;
  border: none;
	 text-decoration:none;
	 color:#0088f6;
  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; 
	}

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;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #000;
    border-radius:5px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #9a67e9;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}	
/*
-------------------
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_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:#0088f6;
	 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;
	 min-height:346px;
	 max-height:346px;
	}
	
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:#ad7345;
	 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:#ad7345;
	}
	
table.defaultTable thead th:first-child 
	{
	 border-left: none;
	}

.headDropdown 
	{
	 background: #0e0e10;
	 color:#ad7345;
	 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;
		}
	}

