/*******************************************************************************

== SOCCER ==

hockey-soccer:
	color scheme is different (tableback, em* etc.)

$Id:

$Log:

*******************************************************************************/

.hidden{
  display:none; 
}

div.bonusBox{
  position:absolute;
  top:340px;
  width:810px;
  z-index:1000;
}
div.bonusBox>div, .bonusContent{
  position:relative;
  background-color:#2C4414;
  border: 1px solid #cc99ff;

  width: 450px;
  
  margin-left:170px;
}

div.sellBoxes{
  position:absolute;
  top:240px;
  width:810px;
}
div.sellBoxes>div, .sellContent{
  position:relative;
  background-color:#2C4414;
  border: 1px solid #cc99ff;

  width: 500px;
  height:240px;
  
  padding:5px;
  margin-left:150px;
}

.newAuctionBrutto{
  text-align:right;
}
.newAuctionTax{
  text-align:right;
}
.newAuctionNetto{
  text-align:right;
  font-weight:bold;
}

.emborder {
	border: 1px solid #cc99ff;
}

font.em {
	font-family: arial;
	font-size: 11px;
	color: #cc99ff;
	line-height: 12px;
}

font.em2 {
	font-family: arial;
	font-size: 11px;
	color: #66cc66;
	line-height: 12px;
}

.tableback {
	background: #3a5124;
}

a {
	font-family: arial;
	font-size: 11px;
	color: #cc99ff;
	text-decoration: none;
	line-height: 12px;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 12px;
}
a.clean:hover {
	text-decoration: none;
}
body {
    scrollbar-face-color: #006600;
    scrollbar-highlight-color: #009900;
    scrollbar-3dlight-color: #cc99ff;
    scrollbar-darkshadow-color: #cc99ff;
    scrollbar-shadow-color: #003300;
    scrollbar-arrow-color: #cc99ff;
    scrollbar-track-color: #000000;
	padding: 0px;
	margin: 0px;
	background: #000000;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
}

textarea.text {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #cc99ff;
	padding: 1px 1px 1px 1px;
}

/* -- no more hockey-soccer differences -- */

td {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
}

img {
	behavior: url(inc/pngbehavior.htc);
}

/* -------------------------------------------------------------------------------------- */

.tablehighlight {
	background: #646e59;
}

font.std {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
}

font.white {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
}

font.yellow {
	font-family: arial;
	font-size: 11px;
	color: #ffcc00;
	line-height: 12px;
}

font.blue {
	font-family: arial;
	font-size: 11px;
	color: #6699cc;
	line-height: 12px;
}

font.green {
	font-family: arial;
	font-size: 11px;
	color: #66cc66;
	line-height: 12px;
}
font.darkgreen{
	font-family: arial;
	font-size: 11px;
	color: #336600;
	line-height: 12px;
}
font.red {
	font-family: arial;
	font-size: 11px;
	color: #ff9999;
	line-height: 12px;
}
font.darkred {
	font-family: arial;
	font-size: 11px;
	color: #dc5e5e;
	line-height: 12px;
}
font.gray {
	font-family: arial;
	font-size: 11px;
	color: #999999;
	line-height: 12px;
}
font.black {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
font.violet {
	font-family: arial;
	font-size: 11px;
	color: #cc99ff;
	line-height: 12px;
}

/* -------------------------------------------------------------------------------------- */

input.text {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	background: #666666;
	background-image: url(../img/de/forms_text_back.gif);
	border: 0px;
}

input.text_red {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	background: #804c4c;
	background-image: url(../img/de/forms_text_back_red.gif);
	border: 0px;
}

input.text_big {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	height: 20px;
	background: #666666;
	background-image: url(../img/de/forms_text_big_back.gif);
	border: 0px;
}

input.text_big_red {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	height: 20px;
	background: #804c4c;
	background-image: url(../img/de/forms_text_big_back_red.gif);
	border: 0px;
}

textarea.text_red {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #804c4c;
	border: 1px solid #ffcc00;
	padding: 1px 1px 1px 1px;
}

/* -------------------------------------------------------------------------------------- */

div.listOff {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	padding: 1px 0px 1px 2px;
}

div.listOn {
	font-family: arial;
	font-size: 11px;
	color: #336699;
	background-color: #ffcc00;
	padding: 1px 0px 1px 2px;
}

/* -------------------------------------------------------------------------------------- */

a.bar {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 11px;
	width: 340px;
	height: 40px;
	padding: 1px;
}
a.bar:hover {
	background-color: #51677e;
	border: 1px solid #ffcc00;
	width: 340px;
	height: 40px;
	padding: 0px;
}
td.bar {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 11px;
	width: 340px;
	height: 40px;
	padding: 1px;
	cursor: pointer;
}
td.bar_hover {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 11px;
	width: 340px;
	height: 40px;
	cursor: pointer;
	background-color: #51677e;
	border: 1px solid #ffcc00;
	padding: 0px;
}

/*main menu -------------------------------------------------------------------------------------- */

ul {
	padding: 0px;
	margin: 0px;
	list-style: none inside;
}

li ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
}
li ul li {
	clear: both;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display: block;
}
.level1 {top: -1px; height: 30px; z-index: 1000;}
.level2 {top: -4px; height: 30px; z-index: 1000;}
.level3 {top: -7px; height: 30px; z-index: 1000;}
.level4 {top: -10px; height: 30px; z-index: 1000;}
.level5 {top: -13px; height: 30px; z-index: 1000;}
li#hauptmenue {width: 88px; left: 10px;}
li#profis {width: 96px; left: 10px;}
li#jugend {width: 97px; left: 10px;}
li#worldcup {width: 100px; left: 10px;}
li#team {width: 90px; left: 10px;}
li#buero {width: 116px; left: 10px;}
li#tabellen {width: 106px; left: 10px;}
li#profil {width: 107px; left: 10px;}

/* -------------------------------------------------------------------------------------- */
div.paymentStartText
{
    font-weight: bold;
    color: #cc99ff;
    margin-left: 160px;
    position: relative;
}

/* Merch Buildings */
#merchBuildingDepot{
  width:260px;
  height:220px;
}
#merchBuildingStore{
  width:255px;
  height:220px;
}
#merchBuildingFactory{
  width:255px;
  height:220px;
}

.merchPrevBuilding{
  width:50px;
  height:20px;
  float:right;  
  background-image:url(../img/de/merch/btn_back.gif);
  cursor:pointer;
}

.merchNextBuilding{
  width:50px;
  height:20px;
  float:left; 
  background-image:url(../img/de/merch/btn_next.gif);
  cursor:pointer;
}

.merchBuyBuilding{
  width:255px;
  height:140px;
 
  margin:auto;
  
  background-image:url(../img/de/merch/btn_buybuilding.gif);
  background-repeat:no-repeat;
  background-position:bottom center;
  cursor:pointer;
  
  visibility:hidden;
}

.merchDescText{
 
  text-align:center;
}
/* --------------- */


/*  PATCH NOTES */
div.patchNotes{
  width: 800px;
  top: 200px;
}
div.patchNotes div{
  margin:auto;
  width:600px;
  min-height:250px;
  max-height:550px;
  margin-bottom:5px;
  overflow:auto;
  text-align:left;
  
  background-color:#000000;
  border: 1px solid #ffffff;
}
div.patchNotes div div{
  border: 0px;
  margin: auto;
  width: 400px;
  height:190px;
  min-height:190px;
  overflow:hidden;
  left:210px; 
  
  background-color:#111111; 
  border: 1px solid #ffffff;
}

div.patchNotes a{
  float:right;
  margin-right:1px;
}

ul.patchNoteList li {
  font-size:12px;
  margin-bottom:5px;
}

ul.patchNoteList li h2{
  font-size:13px;
  line-height:13px;
  margin: 0px;
  padding:0px;
  font-weight:bold;
}

span.patchNotesAdmin, span.patchNotesAdmin a{
  color:sandybrown;
}