/* ## Allgemein ## */
html, body {
	font-family:Arial, sans-serif;
	font-size:medium;
}

input { 
	background: #0D1A2D url(../img/input.gif) repeat-x;
	border: 1px solid #7F7F7F;
	color: #FFAC04;
}


/* ## Weltkarte ## */
#form_server {
	margin-top:30px;
	font-size:90%;
	font-weight:bold;
	color:#DDDDDD;
}

#world {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 800px;
    height: 600px;
    text-align:center;
}
    	
#world p.box1 {
	margin-top:28px;
}

#form_char {
	margin-left:-500px;
	margin-top:410px;
	font-size:90%;
	font-weight:bold;
	color:#DDDDDD;
}

#world .search_button {
	position:absolute;
	top:547px;
	left:284px;
}
   	
#world .ally {
	color:#000097;
}
    	
#world .horde {
	color:#B30000;
	margin-left:20px;
}


/* ## (Weltkarte) Infobox ## */
.playerinfo {
	-moz-opacity:0.9;
	display:none;
	background:url('../img/playerinfo.gif');
	font-size:80%;
	width:102px;
	height:110px;
	padding:4px 6px;
	text-align:center;
	z-index:3;
}

.playerinfo p {
	margin:0;
	padding:2px;
	color:#FFFFFF;
	background-color:#000000;
}

.playerinfo .charname {
	font-size:90%;
	color:#DDDDDD;
}


/*\ Spielerliste \*/
/*___________________________________________________*/
#playerlist {
	font-family:Comic Sans MS, sans-serif;
	font-size:medium;
}

#playerlist th {
	font-size:120%;
	padding-bottom:20px;
	color:#00FF00;
}

#playerlist .horde th, #playerlist .horde td {
	padding:4px;
	color:#B30000;
}

#playerlist .allianz th, #playerlist .allianz td {
	padding:4px;
	color:#000097;
}

#playerlist .horde th, #playerlist .allianz th {
	font-size:100%;
	text-align:center;
	border-bottom:1px solid #E67300;
}

#playerlist .horde {
	margin-left:80px;
}
