html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url('bg.png');
	background-attachment: fixed;
	font-family: Tahoma;
	font-size: 12px;
	height: 100%;
}

div {
	font-family: Tahoma;
	font-size: 11px;
	color: #737373;
}

#bg {
	position: fixed;
	z-index: -20;
	right: 0px;
	bottom: 0px;
	width: 800px;
	height: 600px;
	text-align: right;
	color: #FFF;
	/* background-image: url('bg_re_1.png'); */
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

#banner {
	width: 1250px;
	height: 150px;
	margin: 8px;
	margin-bottom: 0px;
}

#mitte1 {
	z-index: 0;
	position: absolute;
	width: 346px;
	left: 452px;
	margin: 8px;
}

#mitte2 {
	z-index: 1;
	position: relative;
	width: 346px;
	background-image: url('bg_trans.png');
}

#mspacer {
	height: 10px;
	position: relative;
	width: 346px;
}

#links {
	position: absolute;
	left: 0px;
	width: 444px;
	height: 900px;
	margin: 8px;
	/* background-image: url('bg_table_li_1.png'); */
	background-position: left bottom;
	background-repeat: no-repeat;
}

#rechts {
	position: absolute;
	left: 806px;
	width: 444px;
	margin: 8px;
}

#m1 {
	z-index: 2;
	position: relative;
	margin-left: 23px;
	margin-right: 23px;
	padding-top: 23px;
	padding-bottom: 23px;
	width: 300px;
	height: auto;
}

#l1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 206px;
	padding: 27px;
	background-image: url('bg_trans.png');
	font-size: 10px;
}

#l2 {
	position: absolute;
	top: 0px;
	left: 244px;
	width: 146px;
	height: 206px;
	padding: 27px;
	background-image: url('bg_trans.png');
	line-height: 16px;
}

#l3 {
	position: relative;
	top: 278px;
	left: 0px;
	width: 390px;
	/* height: 540px; */
	padding: 27px;
	background-image: url('bg_trans.png');
}

#l4 {
	position: relative;
	top: 268px;
	left: 0px;
	width: 390px;
	padding: 27px;
	background-image: url('bg_trans.png');
}

#l5 {
	position: relative;
	top: 280px;
	left: 0px;
	width: 390px;
	height: 10px;
}
	
#r1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 390px;
	/*height: 260px;*/
	padding: 27px;
	font-size: 11px;
	background-image: url('bg_trans.png');
}

#r2 {
	position: relative;
	left: 0px;
	width: 390px;
	height: auto;
	margin-top: 8px;
	margin-bottom: 30px;
	padding: 27px;
	background-image: url('bg_trans.png');
}

#recruit {
	position: fixed;
	z-index: 50;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('bg_trans.png');
}

input, textarea, select { 
	background: #FFFFFF;
	color: #737373;
	border-width: 1px;
	border-color: #6E7054;
	border-style: solid;
	font-family: Tahoma, Verdana;
	font-size: 10px;
}

.spacer 			{ height: 30px; }

a:link 			{ color: #737373; font-weight: bold; text-decoration: none; }
a:visited		{ color: #737373; font-weight: bold; text-decoration: none; }
a:active 		{ color: #737373; font-weight: bold; text-decoration: none; }
a:hover		 	{ color: #FFFFFF; font-weight: bold; text-decoration: underline; }

a:link.menu 		{ color: #E4363B; font-weight: bold; text-decoration: none; font-size: 11px; }
a:visited.menu	{ color: #E4363B; font-weight: bold; text-decoration: none; font-size: 11px; }
a:active.menu 	{ color: #E4363B; font-weight: bold; text-decoration: none; font-size: 11px; }
a:hover.menu 	{ color: #FFFFFF; font-weight: bold; text-decoration: underline; font-size: 11px; }

a:link.item 		{ font-weight: bold; text-decoration: none; }
a:visited.item	{ font-weight: bold; text-decoration: none; }
a:active.item 	{ font-weight: bold; text-decoration: none; }
a:hover.item 	{ font-weight: bold; text-decoration: none; }

.bossdown 		{ color: #00C000; }
.bossalive 		{ color: #C00000; }

.headline		{ color: #E4363B; font-weight: bold; }
.inaktiv		{ color: #464646; }
.commentgreen	{ color: #00C000; }

.tooltiptable	{ margin: 3px; border-style: none; font-family: Verdana; font-size: 11px; color: #FFF; }

/* Item colors */
.redname,    .quality6, .q6 	{ color: #FF0000; }
.orangename, .quality5, .q5 	{ color: #FF8000; }
.purplename, .quality4, .q4 	{ color: #A335EE; }
.bluename,   .quality3, .q3 	{ color: #0070DD; }
.greenname,  .quality2, .q2 	{ color: #00CC00; }
.whitename,  .quality1, .q1 	{ color: #FFFFFF; }
.greyname       				{ color: #9D9D9D; }
