/* LISTEN ALLGEMEIN */

.headtitel {
	background-color: #980000;
	font-size: 13px;
	color: #eeeeee;
	font-weight: bold;
	width: 95%;
	box-sizing: border-box;
	margin: auto;
	padding: 5px 10px;
	text-align: center;
}

.list_text { /* FÜR MELDUNGEN ETC. */
	text-align: justify; 
	color: #121212; 
	font-size: 11px; 
	background: #eeeeee; 
	padding: 5px 10px;
	margin: auto;
	margin-top: 0;  
	width: 95%;
	box-sizing: border-box;
}



/* ############################################################## */

/* ALLGEMEINE VERWALTUNG LISTEN - BILDER, MENU ETC. */

.listen_images {
	width: 50px;
	height: 50px;
}
.listen_images:hover {
	width: 60px;
	height: 60px;
	margin: 0;
}
.listen_images_selected {
	width: 60px;
	height: 60px;
}
a.menutooltip {
	outline: none; 
}
a.menutooltip:hover {
 	text-decoration: none;
} 
a.menutooltip span {
	z-index: 10;
	display: none; 
	padding: 14px 20px;
	margin-top: -25px; 
	margin-left: 5px;
	width: 220px; 
	line-height: 16px;
}
a.menutooltip:hover span{
	display: inline; 
	position: absolute; 
	color: #121212;
	background: #eeeeee;
	opacity: .8;
}
.menucallout {
	z-index: 20;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
}
#listen_menu2 {
	text-align: center;
	margin: 15px auto;
}
.listen_menu2 {
	margin: 10px 5px;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #1a1d23 url(../../../images/mortal/dunklerbg.png);
}


/* ############################################################## */

/* AVATARLISTE */
.listen_avatarlisten {
	margin: 0 auto;
}
.avatarbox {
	width: 95%; 
	box-sizing: border-box;
	background: #eeeeee; 
	border-bottom: 8px solid #121212; 
	margin: auto;
	margin-bottom: 15px;
	text-align: justify; 
	font-size: 11px; 
	color: #121212;
	padding: 0;
	box-sizing: border-box; 
	padding-bottom: 5px;
	padding-left: 10px;
}
.avatarbox_titel  {
	text-align: center; 
	color: #e1e1e1; 
	font-size: 13px; 
	text-transform: uppercase; 
	background: #121212; 
	font-weight: bold; 
	margin: 0 auto;
	width: 95%;
	box-sizing: border-box;
}
.avatarbox a {
	color: #980000;
}
.avatarmale {
	width: 48%;
	float: left;
}
.avatarfemale {
	float: left;
	width: 48%;
}


/* ############################################################## */

/* PLAYERLIST */
.playerlist {
	width: 230px; 
	background: #eeeeee; 
	border-bottom: 8px solid #121212; 
	margin-left: 5px; 
	margin-top: 15px; 
	text-align: justify; 
	font-size: 10px; 
	color: #2e3345;
	box-sizing: border-box; 
	padding-bottom: 25px;
}
.playerlist .titel {
	text-align: center; 
	color: #e1e1e1; 
	font-size: 15px; 
	text-transform: uppercase; 
	background: #980000; 
	font-weight: bold; 
}
.playerlist .titel2 a {
	text-align: center; 
	color: #980000; 
	font-size: 12px; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-weight: bold; 
}		
.playerlist .text {
	height: 123px;
	overflow: auto;
	text-align: center;
	color: #121212; 
	box-sizing: border-box; 
	padding-top: 3px; 
} 
.playerlist .shorty {
	text-align: center;
	height: 50px;
	width: 230px; 
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 0;
	color: #121212; 
} 
.playerlist .border {
	margin: 3px;
}
.playerlist .border:hover {
	margin: 0;
	border: 3px solid #980000;
}
.playerlist .border:active {
	margin: 0;
	border: 3px solid #980000;
}


/* ############################################################## */


/* STECKBRIEFE; NEWS ETC. */
/* fertig in allen Designs*/

/* ADEL */
#postbag2 { 
	text-align: justify; 
	background: #121212 url(../../../images/dbtextur2.png); 
	color: #111111;
} 

#postbag2 img {
	border-top: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 10px;
}

#postbag2 .steckhead { 
	margin: auto; 
	text-align: center; 
	width: 100%; 
}

#postbag2 .inhalt { 
	width: 85%; 
	margin: auto; 
	background-color: #eeeeee; 
	padding: 10px 10px; 
	font-size: 12px; 
	box-sizing: border-box; 
}

#postbag2 .bildtitel { 
	background-color: #404759; 
	color: #e1e1e1; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-weight: bold; 
	text-align: center; 
}

#postbag2 .bildtitel2 { 
	background-color: #404759; 
	color: #e1e1e1; 
	font-size: 10px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-weight: bold; 
	width: 85%; 
	margin: auto; 
	text-align: center; 
}

#postbag2 fett { 
	color: #404759; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	padding: 1px 5px; 
	margin-right: 15px; 
	font-weight: bold;
}

#postbag2 b { 
	color: #404759; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
}

#postbag2 a { 
	color: #404759;
}


/* RABEN */
#postbag2r { 
	text-align: justify; 
	background: #121212 url(../../../images/dbtextur2.png); 
	color: #111111;
} 

#postbag2r .steckhead { 
	margin: auto; 
	text-align: center; 
	width: 100%; 
}

#postbag2r img {
	border-top: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 10px;
}

#postbag2r .inhalt { 
	width: 85%; 
	margin: auto; 
	background-color: #eeeeee; 
	padding: 10px 10px; 
	font-size: 12px; 
	box-sizing: border-box; 
}

#postbag2r .bildtitel { 
	background-color: #4a433e; 
	color: #e1e1e1; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-weight: bold; 
	text-align: center; 
}

#postbag2r .bildtitel2 { 
	background-color: #4a433e; 
	color: #e1e1e1; 
	font-size: 10px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-weight: bold; 
	width: 85%; 
	margin: auto; 
	text-align: center; 
}

#postbag2r fett { 
	color: #4a433e; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	padding: 1px 5px; 
	margin-right: 15px; 
	font-weight: bold;
}

#postbag2r b { 
	color: #4a433e; 
	font-size: 11px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
}

#postbag2r a { 
	color: #4a433e;
}
		