
/*Background*/
.framebannerbg,.framemainbg,.framechattextbg,.framechatformbg,.frameitembg,.framemapbg,.framemenubg{
background-color:#978e8e;
}
#ItemFrameItem a {color:#6489d2;
}
p.listusersrow{color:#0d947f;font-size:13px;
}
td.mainheader{font-size:29px
}
.areadescription{margin:11px;font-size:17px;color:#40405b;
}
/*Aufheben*/
p.listplaceitemsrow a{color:#18d61e;font-size:200px;font-weight:bolder
}
/*Schnell-Angriff*/
a.fastattack{font-size:92px;font-weight:bolder}
/*Divider verstecken*/
img[src="../images/item_divider.gif"],img[src="item_divider.gif"],.chatpics,.iteminventorypics{display:none
}
.chattext,.chattextwhisper{font-size:19px;color:rgb(188, 8, 8);
}
.listitemrow{font-size:13px;
}
#listrow_defensew,#listrow_defensep,#listrow_attackw,#listrow_attackp{color:#f00;}

.framemainbg{color:#71ba41;font-size:12px;font-weight:bolder}
.areadescription table[align="left"] tbody tr {background:#a5a695;}
.areadescription table[align="left"] tr:hover {background:transparent;}
.areadescription table[align="left"] {border-spacing:1px 3px;}
.areadescription table[align="left"] td {padding:6px 1px;}
/**/
a.fastattack {
	font-size: 92px;
	font-weight: bolder
}
a.fastchase {
	font-size: 69px;
	font-weight: bolder;
	color: #444
}
p.listplaceitemsrow a {
	color: #d68a18;
	font-size: 400px;
	font-weight: bolder
}
.frameitembg {
	margin: 5px;
}



#MainFrameMain a[href="?"] {
	font-weight: bolder;
	position: absolute;
	padding-top: 30px
}
/*Divider verstecken*/
img[src="../images/item_divider.gif"],
img[src="item_divider.gif"],
.chatpics {
	display: none
}
/
p.listrow {
	padding: 0px 1px;
	background-color: #bfb7b7;
	color: #669f56
}

/* Angriff und V Stärke / Waffen */
#listrow_attackp:before {
	content: "Angriff: ";
	font-weight: bold;
}
#listrow_defensep:before {
	content: "Schild: ";
	font-weight: bold;
}
#listrow_attackp b,
#listrow_defensep b {
	font-size: 0px;
}

#listrow_defensew,
#listrow_attackw {
	font-size: 0px;
	position: relative;
	top: -17px;
	border: none;
	background: none;
	float: right;
	display: flex;
}

#listrow_defensew a:hover:before,
#listrow_attackw a:hover:before {
	opacity: 1;
}
#listrow_attackw a:before {
	content: url(img/attack.png);
	padding-right: 3px;
	overflow: hidden;
	opacity: .7;
}


#listrow_defensew a:before {
	content: url(img/defence.png);
	padding-right: 3px;
	overflow: hidden;
	opacity: .7;
}
/* Waffenanzeige */
#listrow_listrow_neck { white-space: nowrap; overflow: hidden; text-overflow: clip;}
#listrow_attackw { white-space: nowrap; overflow: hidden; text-overflow: clip;}
#listrow_defensew { white-space: nowrap; overflow: hidden; text-overflow: clip;}


#listrow_attackw>b>a,#listrow_defensew>b>a{font-size:0;}
   
#listrow_attackw>b>a:before{content:"A-Waffe"; font-size:11px; } 
#listrow_defensew>b>a:before{content:"V-Waffe"; font-size:11px; }
#listrow_attackw>b>a:after{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; direction: rtl; position: relative;}
#listrow_defensew>b>a:after{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; direction: rtl; position: relative;}
/*Divider verstecken*/
img[src="../images/item_divider.gif"],img[src="item_divider.gif"],.chatpics,.iteminventorypics{display:none
}