* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	
	/* background: #4d4d4e; */
	/* background: #FFF; */
	font-family: Tahoma, Arial, Verdana, Trebuchet MS;
	background-attachment:fixed;
	font-size: 11px;
	color: #333333;
}

body {
	background: #FFF /* url(../images/bg.png) left top repeat-x */;
}

ul {
	list-style-type: none;
}

a:link, a:active, a:visited {
	/*color: #c87d13;*/
	color: #990000;
	color: #365E8F;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	/*color: #a2a2a2;*/
	color: #c41c1c;
}

a.green {
	/* color: #66FF33; */
	color: #113E63;
	text-shadow: 1px 1px 0px #709CCF;
}

a.green:hover {
	/* text-decoration: underline; */
	color: #FFF;
}

a.buttoned:link, a.buttoned:active, a.buttoned:visited {
	float: right; padding: 5px; background: #99CC00; margin: 2px; color: #3A4D00; text-shadow: 1px 1px 0px #C5FF1A;
}

a.buttoned:hover {
	float: right; padding: 5px; background: #ACE600; margin: 2px; color: #444; text-shadow: none;
}

em {
font-style: normal;
font-weight: bold;}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	background-color: #FFF;
	min-height: 100%;
	margin-bottom: 0px;
	/* border-left: 2px solid #333;
	border-right: 2px solid #333; */
	
}

#container {
	width: 1000px;
	padding: 3px;
	background: #FFF ;
	min-height:100%;
	margin: 0 auto;
}

#topmenu {
	background: url(../images/topmenu-bg.png);
	height: 28px;
	padding: 0 5px;
}
ul#tm-list {
	list-style-type: none;
}

ul#tm-list li {
	float: left;
	display: block;
	height: 38px;
	margin: 0 1px;	
	position: relative;
}

.subarrow {
	background: url(../images/arrow.png) right 17px no-repeat;
}

ul#tm-list li a.tm-link {
	padding: 7px 15px 6px 15px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0px 0px 2px #FF0000;
	/* background: #111; */
	display: block;
	line-height: 25px;
	height: 25px;
	float: left;
	
}

ul#tm-list li a.tm-link:hover {
	background: #333 url(../images/arrow.png) 100%-10px 16px no-repeat;
	/* background: #333; */
	color: #EEE;
	text-shadow: 1px 1px 0px #000;
	padding: 5px 14px 7px 14px;
	border-top: 1px solid #000;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

ul#tm-list li.tm-item:hover {
	background: url(../images/topmenu-btn-left.png) left top no-repeat;
	background: #333;
}

ul#tm-list li a.epic {
	background: url(../images/topmenu-epic.png);
	padding: 6px 0px 7px 0px;
	width: 39px;
}


ul#tm-list li ul {
	display: none;
	position: absolute;
	top: 36px;
	z-index: 30;
	padding: 2px;
	background: #222;s
	width: 151px;
}

ul#tm-list li:hover  ul{
	display: block;
	/* opacity: 0.9; */
}

ul#tm-list li.tm-item ul li{
	display: block;
	float: none;
	height: 28px;
}

ul#tm-list li.tm-item ul li a {
	width:120px;
	padding: 6px 15px 7px 15px;
	display: block;
	height: 15px;
	color: #A6D139;
}

ul#tm-list li.tm-item ul li a:hover {
	background: #333;
}

/* #header {
	width: 100%;
	position: relative;
	height: 345px;
	background: url(../images/header-wide.jpg) center top no-repeat;	
}

#innerheader {
	width: 1000px; 
	margin: 0 auto;
	position: relative;
	height: 345px;
}

#logo {
	position: absolute; top: 100px; left: 0px; width: 325px; height: 76px;
	background: url(../images/logo.png) center top no-repeat;
} */

#header {
	width: 100%;
	position: relative;
	height: 225px;
	background: url(../images/header-wide.jpg) center top no-repeat;	
}

#innerheader {
	width: 1000px; 
	margin: 0 auto;
	position: relative;
	height: 225px;
}

#logo {
	position: absolute; top: 50px; left: 0px; width: 325px; height: 76px;
	background: url(../images/logo.png) center top no-repeat;
}

#mainmenu, #mminside, #mmglas{
	background: #000;
	border-top: 1px solid #777;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	bottom: 24px;
	left: 0px;
	position: absolute;
	height: 38px;
	width: 100%;
}

#mminside {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	border: 0;
	background: transparent;
	color: #FFF;
}

#mmglas {
	opacity: 0.15;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: 0.15;
	border: 0;
	height: 8px;
	z-index: 35;
	bottom: 53px;
	background: #FFF;
}

#content {
	padding: 8px 8px;
}


#leftside {
	width: 238px;
	float: left;
	margin-right: 4px;
}

#main {
	 float: left;
	/*margin-left:242px;
	position: relative; */
	width: 740px;
	
}

/* BLOCKS */

.block1, .block2 {
	margin: 2px 0;
}

.panel {
	
}

.top {
	height: 16px;
	padding: 6px 5px 4px 15px;
	font-size: 12px;
	font-family: "Lucida Sans", Arial, Tahoma;
	font-weight: bold;
	color: #FFF;
}

.block1 .top {
	background: url(../images/block1-top.png);
	text-shadow: 1px 1px 0px #444;
}

.panel .top {
	background: url(../images/panel-top.png);
}

.block2 .top {
	background: url(../images/block2-top.png);
	text-shadow: 1px 1px 0px #A16408;
}

.block3 .top {
	background: url(../images/block3-top.png);
}

.inside {
	border: 1px solid #D0D0D0;
	padding: 5px;
	border-top: 0;
}

/*
 INSIDES
 */ 

.sidemenu .inside a {
	display: block;
	padding: 6px 8px;
	color: #1D79AE; 
	/*background: #F3F3F3;*/
	border-top: 1px solid #FFFFFF;
	
}

.sidemenu .inside a:hover {
	/*background: #FFFFFF;*/
	border-top: 1px solid #FFFFFF;
	color: #2597DA;
	
}
.switch {
	height: 21px;
	background: url(../images/switch-bg.png) top left repeat-x;
	
}

.switcher {
	height: 25px;
	background: url(../images/switcher.png) top left no-repeat;
	width: 56px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #333 !important;
}



.inside-login {
	display: none;
	overflow: hidden;
	padding: 5px;
}

 /* SLIDER */

#slider {
	border: 1px solid #E2DFDF;
	padding: 3px;
	/* margin-right: 113px; */
	margin-bottom: 2px;
	height: 150px;
	overflow: hidden;
	/* width: 628px; */
	border-top: 1px solid #CAC5C5;
	background: url(../images/slider-bg.png) top left repeat-x;
	
}

#slider .element{
	height: 150px;
	margin: 3px;
	overflow: hidden;
	/* width: 628px; */
	width: 740px;
}

#slider .element h3{
	padding: 4px;
	display: block;
	color: #FF0000;
	font-size: 16px;
	text-shadow: 1px 1px 1px #AAA;
}

.element img {
	padding-right: 5px;
}

#controls {
	float: right;
	height: 124px;
	background: #272727;
	width: 112px;
}

#controls a {
	height: 30px;
	display: block;
	border-bottom: 1px solid #2B2B2B;
}

.movers a {
	float: left;
	width: 50%;
}

#controls a.playnow {
	background: url(../images/controls/epic-c-pn.png);
}

#controls a.playnow:hover {
	background: url(../images/controls/epic-c-pn-over.png);
}

#controls a.teamspeak {
	background: url(../images/controls/epic-c-ts.png);
}

#controls a.teamspeak:hover {
	background: url(../images/controls/epic-c-ts-over.png);
}



/* #controls */ a.dediserver {
	background: url(../images/controls/c-cs.png);
	height: 30px;
	width: 113px;
	float: left;
	display: block;
	border-bottom: 1px solid #2B2B2B;
}

/* #controls */ a.dediserver:hover {
	background: url(../images/controls/c-cs-over.png);
}

/* SPECIAL */
#controls a.champ1 {
	background: url(../images/controls/foofight.png);
	height: 60px;
}
 

.movers .left {
	background: url(../images/controls/epic-c-prev.png);
	margin-right: 1px;
	width: 56px;
}

.movers a.left:hover {
	background: url(../images/controls/c-prev-over.png);
}

.movers .right {
	background: url(../images/controls/epic-c-next.png);
	width: 56px;
}

.movers .right:hover {
	background: url(../images/controls/c-next-over.png);
}

/* LINKS */

a.white {
	color: #FFF;
}

.newstext {
	background: url(../images/news/news-mid.png) bottom left no-repeat;
}
.newsitem {
	background: url(../images/news/news-top.png) top left no-repeat;
	margin: 5px 0;
	font-size: 12px;
}

.category {
	background: url(../images/news/group-bg.png) right top no-repeat;
	/* height: 15px; */
	margin: 3px 0px 0 0;
	padding: 3px 10px 5px 10px;
	float: left;
}

.category a {
	color: #000;
	font-weight: bold;
	height: 15px;
	margin-bottom: 4px;
}
.category a:hover {
	color: #365E8F;
}

.sep1 {
	float: left;
	width: 10px;
	height: 17px;
	background: url(../images/news/news-sep.png) center center no-repeat;
}
.newsfoot {
	height: 21px;
	padding: 6px 3px;
	background: url(../images/news/news-bottom.png) left bottom no-repeat;
	
	
	margin-top: 0px;
	font-size: 11px;
}

.nf-right a, .nf-right div{
	float: left;
	display: block;
	padding: 5px;
	color: #444444;
	/* line-height: 12px; */
}

.nf-right a:hover{
	/* background: #999 url(../images/link-sel-bg.png) ;*/
	color: #333;
	text-decoration: underline;
	/* padding: 3px 5px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999; */
}

.newstext {
	min-height: 150px;
	padding: 10px;
}

.newstext ul, .newstext ol{
	margin: 5px;
	padding: 0;
	list-style-position: inside;
}
.newstext ul li, .newstext ol li
{
	font-weight: normal;
}
/* TEXT */

.smallest {
	font-size: 9px;
}

.grey1 {
color: #888;
text-shadow: 1px 1px 0px #DDD;
}

.padme {
	padding-top: 10px;
}

a.actionlink, .actiondiv a:link, a.actionlink:visited, .actiondiv a:visited {
	text-shadow: -1px -1px 0px #B5B5B5; font-weight: bold; color: #FFF; display: block; padding: 5px; background: #CCC; margin-top: 2px; margin-right: 2px; border-left: 2px solid #999;
}
a.actionlink:hover, .actiondiv a:hover{
	background: #92CC00;border-left: 2px solid #555;color: #FFF; text-shadow: -1px -1px 0px #6E9A00; 
}

hr {
	background: #DDD;
	border: 0;
	border-top: 1px solid #AAA;
	padding: 0;
	margin: 5px;
	line-height: 2px;
	overflow: hidden;
	height: 2px;
}



.morelink {
	padding: 0 !important;
	
}

.morelink a {
	color: #345B8A;

}

.morelink a:hover{
	color: #447ABD;
}


textarea#comments {
	width: 100%;
	height: 100px;
}

#footer {
margin: 2px 2px 0px 2px; color: #888; text-align: center;
background: #444;
padding: 2px;
border-top: 1px solid #111;
}

#footer a{
	color: #92CC00;
	font-weight: bold;
	padding: 1px;
}


#footer a:hover{
	color: #B6FF00;
}

#subfooter {
	
}

.navigation a {
	
	padding: 5px; 
	border: 1px solid #DDD;
	background: #EEE;
}

.navigation a:hover {
	background: #670d0d;
	color: #FFF;
	border: 1px solid #000;
}

.navigation span {
	padding: 3px 10px;
	border-bottom: 2px solid #670d0d;
	border-top: 2px solid #670d0d;
}

.buttonsform {
	height: 26px;
}

.emph {
	display: inline;
	padding: 3px;
	margin: 0 1px;
	background: #EFEFEF;
	color: #555;
}

.emph2 {
	padding: 3px;
	margin: 0 1px;
	background: #EFEFEF;
	color: #555;
}

.emph a{
	display: inline;
	padding: 3px;
	margin: 0 1px;
	background: #EFEFEF;
	color: #555;
	position: relative;
}

.emph2 a{
	display: block;
	float: left;
	padding: 2px;
	margin: 0 1px;
	line-height: 16px;
	background: #EFEFEF;
	color: #555;
	position: relative;
}

.emph2 a img{
	padding: 1px;
}

.emph a:hover, .emph2 a:hover{	
	margin: 0 1px;
	background: #444;
	color: #FFF;
}

.comment h3 a{
	color: #5f920d;
}

h1 {
	color: #59870e;
}

.a_block_22 {
background-image:url(../images/dlet_artblock_22.gif);
background-repeat:repeat-x;
}

.speedbar{
	padding: 5px 0;
}

a.active {
	color: #FF0000 !important;
}

/* LGSL */ 


.title_spoiler {
	color: #636363;
	background-color:#C4FEC2;
	border: 1px solid #78C7E9;
	padding: 2px;
	cursor:pointer;
}

.title_spoiler img{
border: 0;
}

.spoiler {
	color: #757575;
	background-color:#EDF8FE;
	border: 1px dotted #78C7E9;
	border-top: 0;
	text-align: justify;
	padding: 2px;
}
.lgsl_tb tr td div{
	margin:3px 2px 2px 2px;
}

.account li a{
	display: block;
	
	padding: 4px;
	background: #F5F5F5;
	margin: 1px 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lefty {
	float: left;
}

.righty {
	float: right;
}

.gotmail {
	width: 48px; height: 48px; background: url(../images/icons/Email.png);
	position: relative;
	
}


.highlight1 {
	display: block; padding: 4px 8px; background: #EFEFEF; border-top: 1px solid #DFDFDF; text-align: center;
}

#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
}

#sortdiv {
	padding: 5px;
	text-align: center;
	background: #F5F5F5;
	border-top: 1px solid #CBCBCB;
}
a.sorta:link, a.sorta:visited {
	font-weight: normal;
	color: #555;
	/* display: block;
	 float: left; */
	padding: 3px;
	margin: 0 0px;
	line-height: 16px;
	/* background: #EFEFEF; */
}

a.sorta:hover{
	background: #888;
	color: #FFF;
}

#subfooter {
	background: url(../images/subfooter.png);
	height: 36px;
	padding: 2px;
	text-align: center;
	text-shadow: 1px 1px 0px #333;
}

/* NEWSBLOCK */
.titlediv a:link, .titlediv a:active, .titlediv a:visited {
	color: #555;
	text-shadow: 1px 1px 0px #FFF;
	font-size: 14px; font-weight: bold;
}

.ndate {
float: right; padding: 8px 20px 0 0; font-size: 11px;
}



/* BUTTONS */
.vbutton2 {
	background-color: #ffffff;
	border: 0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	padding: 0px 20px;
	line-height: 24px;
	height: 24px;
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	font-weight: normal;
	margin: 1px;
	cursor: pointer;
}

.vbutton2:hover {
	background-image: url(../images/button-over.png);
}
