/* ------ Main ------ */
body {
  background-color:#aaaaaf;
  color:#333333; 
  margin:0;
  padding:0;
  font:11px/16px verdana, arial, sans-serif;
}

.main {
  width:691px;
  margin-bottom:30px;
  background-color:#aaaaaf;
}

a, a:hover, a:active {
  color:#4d7baf;
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
}

a:hover, a:active {
  text-decoration:underline;
}

.header {
  height:64px;
  text-align:center;
  margin-top:25px;
  border-bottom:1px solid #eeeeee;
  background-image:url(../src/header.png);
  background-repeat:no-repeat;
  background-position:center;
}

.subheader {
  padding:9px 0 0 0;
  font-size:0.9em;
  background-color:#4d7baf;
  width:655px;
  text-align:left;
}
* html .subheader {padding:8px 0 0 0;}

.subheader2 {
  border-bottom:1px solid #eeeeee;
  background-color:#4d7baf;
  width:100%;
  height:9px;
  margin-bottom:60px;
}

.footer {
  font:10px verdana, arial, sans-serif;
  clear:both;
  margin-bottom:15px;
  text-align:center;
  padding:3px;
  border-bottom:1px solid #eeeeee;
  border-top:1px solid #eeeeee;
  background-color:#4d7baf;
  color:#ffffff;
}

a.fl, a:hover.fl, a:active.fl {
  font:10px verdana, arial, sans-serif;
  color:#ffffff;
  text-decoration:none;
}

a:hover.fl {
  text-decoration:underline;
}

.subfooter {
  text-align:center;
  margin-bottom:20px;
  color:#eeeeee;
  font-size:0.8em;
}

/* ------ Menu im Header ------- */

#menucont {
  background-color:transparent;
  position:absolute;
  margin:auto;
}

.menublock {
  float:left; 
  width:110px; 
}

.menuspace {
  float:left; 
  width:71px; 
}

.display {
  float:left; 
  width:110px; 
  background-color:#f9f9f9;
}

.subs {
  background-color:#4d7baf;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  border-bottom:1px solid #f9f9f9;
  border-top:1px solid #4d7baf;
}

.subs a { 
  display:block; 
}

.menublock .subs {
  display:none;
}

.menuhead {
  display:block;
  text-decoration:none; 
  background-color:#4d7baf;
  color:#ffffff;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  border-bottom:1px solid #f9f9f9;
  padding:2px;
  font-variant:small-caps;
  font-size:1.1em;
  text-align:center;
}

.menuhead_hover {
  display:block;
  text-decoration:none; 
  background-color:#f0f0f0;
  color:#333333;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  border-bottom:1px solid #f9f9f9;
  padding:2px;
  font:11px/16px verdana, arial, sans-serif;
  font-variant:small-caps;
  font-size:1.1em;
  text-align:center;
}

a.mla, a:hover.mla, a:active.mla {
  display:block;
  font:11px/16px verdana, arial, sans-serif;
  font-size:1em;
  text-align:center;
  padding:3px 3px 3px 5px;
  background-color:#4d7baf; 
  color:#ffffff;
  width:100px; 
  text-decoration:none;
}

*html a:hover.mla { width:108px; }

a:hover.mla {
  background-color:#f0f0f0; 
  color:#333333;
}

.ml {
  display:block;
  border:0;
  font:11px/16px verdana, arial, sans-serif;
  font-size:1em;
  text-align:center;
  padding:3px;
  background-color:#4d7baf; 
  color:#ffffff;
  width:108px; 
}

.ml_hover {
  display:block;
  border:0;
  font:11px/16px verdana, arial, sans-serif;
  font-size:1em;
  text-align:center;
  padding:3px;
  background-color:#f0f0f0; 
  color:#333333;
  width:108px; 
}

a.ml_solo, a:hover.ml_solo, a:active.ml_solo {
  display:block;
  font:11px/16px verdana, arial, sans-serif;
  font-variant:small-caps;
  font-size:1.1em;
  color:#ffffff;
  width:106px; 
  padding:2px;
  text-decoration:none;
}

a:hover.ml_solo {
  background-color:#f0f0f0; 
  color:#333333;
}

/* ------ Spielfeld Raender ------- */
.spielfeld_div  { width:361px; height:361px; }
.spielfeld_d6   { background-color:#f9f9f9; width:357px; height:357px; }
.spielfeld_d8   { background-color:#f9f9f9; width:357px; height:357px; }
.spielfeld_d10  { background-color:#f9f9f9; width:361px; height:361px; }

/* ------ Spielfeld Diffculty 6 ------- */
.feld_empty_d6        { background-color:#4d7baf; color:#4d7baf; border:0px; width:55px; height:55px; }
.feld_empty_hover_d6  { background-color:#5b91ce; color:#5b91ce; border:0px; width:55px; height:55px; }
.feld_nohit_d6        { background-color:#98a3af; color:#98a3af; border:0px; width:55px; height:55px; }
.feld_nohit_hover_d6  { background-color:#acb8c6; color:#acb8c6; border:0px; width:55px; height:55px; }
.feld_hit_d6          { background-color:#e15f62; color:#e15f62; border:0px; width:55px; height:55px; }
.feld_hit_hover_d6    { background-color:#e18a8c; color:#e18a8c; border:0px; width:55px; height:55px; }
.feld_sunk_d6         { background-color:#444444; color:#444444; border:0px; width:55px; height:55px; }
.feld_sunk_hover_d6   { background-color:#777777; color:#777777; border:0px; width:55px; height:55px; }
.feld_zero_d6         { background-color:#f9f9f9; color:#4d7baf; border:0px; width:20px; height:20px; }
.feld_koord_w_d6      { background-color:#f9f9f9; color:#4d7baf; border:0px; width:55px; height:20px; text-align:center; font-weight:bold; font-size:0.7em; valign:middle; }
.feld_koord_s_d6      { background-color:#f9f9f9; color:#4d7baf; border:0px; width:20px; height:55px; text-align:center; font-weight:bold; font-size:0.7em; valign:middle; }

/* ------ Spielfeld Diffculty 8 ------- */
.feld_empty_d8        { background-color:#4d7baf; color:#4d7baf; border:0px; width:41px; height:41px; }
.feld_empty_hover_d8  { background-color:#5b91ce; color:#5b91ce; border:0px; width:41px; height:41px; }
.feld_nohit_d8        { background-color:#98a3af; color:#98a3af; border:0px; width:41px; height:41px; }
.feld_nohit_hover_d8  { background-color:#acb8c6; color:#acb8c6; border:0px; width:41px; height:41px; }
.feld_hit_d8          { background-color:#e15f62; color:#e15f62; border:0px; width:41px; height:41px; }
.feld_hit_hover_d8    { background-color:#e18a8c; color:#e18a8c; border:0px; width:41px; height:41px; }
.feld_sunk_d8         { background-color:#444444; color:#444444; border:0px; width:41px; height:41px; }
.feld_sunk_hover_d8   { background-color:#777777; color:#777777; border:0px; width:41px; height:41px; }
.feld_zero_d8         { background-color:#f9f9f9; color:#4d7baf; border:0px; width:20px; height:20px; }
.feld_koord_w_d8      { background-color:#f9f9f9; color:#4d7baf; border:0px; width:41px; height:20px; text-align:center; font-size:0.7em; font-weight:bold; valign:middle; }
.feld_koord_s_d8      { background-color:#f9f9f9; color:#4d7baf; border:0px; width:20px; height:41px; text-align:center; font-size:0.7em; font-weight:bold; valign:middle; }

/* ------ Spielfeld Diffculty 10 ------- */
.feld_empty_d10       { background-color:#4d7baf; color:#4d7baf; border:0px; width:33px; height:33px; }
.feld_empty_hover_d10 { background-color:#5b91ce; color:#5b91ce; border:0px; width:33px; height:33px; }
.feld_nohit_d10       { background-color:#98a3af; color:#98a3af; border:0px; width:33px; height:33px; }
.feld_nohit_hover_d10 { background-color:#acb8c6; color:#acb8c6; border:0px; width:33px; height:33px; }
.feld_hit_d10         { background-color:#e15f62; color:#e15f62; border:0px; width:33px; height:33px; }
.feld_hit_hover_d10   { background-color:#e18a8c; color:#e18a8c; border:0px; width:33px; height:33px; }
.feld_sunk_d10        { background-color:#444444; color:#444444; border:0px; width:33px; height:33px; }
.feld_sunk_hover_d10  { background-color:#777777; color:#777777; border:0px; width:33px; height:33px; }
.feld_zero_d10        { background-color:#f9f9f9; color:#4d7baf; border:0px; width:20px; height:20px; }
.feld_koord_w_d10     { background-color:#f9f9f9; color:#4d7baf; border:0px; width:33px; height:20px; text-align:center; font-size:0.6em; font-weight:bold; valign:middle; }
.feld_koord_s_d10     { background-color:#f9f9f9; color:#4d7baf; border:0px; width:20px; height:33px; text-align:center; font-size:0.6em; font-weight:bold; valign:middle; }


/* ----- Options ----- */

.options_div {
  float:left;
  margin-left:30px;
  width:300px;
  height:357px;
}

.options {
  width:300px;
  height:357px;
  background-color:#f9f9f9;
  color:#5b91ce;
}

.options_header {
  font-size:0.7em;
  font-weight:bold;
  background-color:#f9f9f9;
  color:#4d7baf;
  padding:3px 0 3px 10px;
  height:20px;
  text-align:left;
}

.options_cell {
  font-size:0.7em;
  background-color:#4d7baf;
  color:#f9f9f9;
  padding:3px;
}

.ship_cell {
  font-size:0.7em;
  background-color:#4d7baf;
  color:#f9f9f9;
  padding:3px;
  text-align:left;
}

/* ----- Change History ----- */

.text_body {
  background-color:#f9f9f9;
  padding:15px;
  color:#333333;
  text-align:left;
}

.text_title {
  font-size:1.7em;
  margin-bottom:30px;
  padding-bottom:10px;
  border-bottom:2px solid #4d7baf;
}

.text_header {
  background-color:#4d7baf;
  color:#ffffff;
  font-weight:bold;
  font-size:1.0em;
}

.text_content {
  margin-bottom:20px;
}

/* ----- Highscore ----- */

.score_body {
  background-color:#f9f9f9;
  padding:15px;
  color:#333333;
  padding-bottom:50px;
}

.score_title {
  font-size:1.7em;
  margin:30px 0;
}

.score_butts {
  padding:1px;
  border:1px solid #eeeeee;
  background-color:#4d7baf;
}

.score_butts_hover {
  padding:1px;
  border:1px solid #eeeeee;
  background-color:#e02222;
}

.score_butts_span {
  padding:3px;
  background-color:#eeeeee;
  color:#333333;
  font-size:0.8em;
}

.score_input {
  border:0;
  background-color:#eeeeee;
}

.score_message {
  width:550px;
  background-color:#f9f9f9;
  color:#5b91ce;
  margin:auto;
  margin-top:30px;
}

.score_cell {
  font-size:0.7em;
  background-color:#4d7baf;
  color:#f9f9f9;
  padding:7px;
}

.score_table {
  background-color:#333333;
  font-size:0.9em;
  width:75%;
}

.score_table_cell {
  background-color:#f9f9f9;
}

.score_table_cell_highlight {
  background-color:#f9f9f9;
  font-weight:bold;
  color:red;
}

.score_table_head {
  background-color:#4d7baf;
  color:#f9f9f9;
  font-weight:bold;
}

/* ----- Rest ----- */

.highlight_red {
  font-weight:bold; 
  padding:1px; 
  background-color:#e02222; 
  color:#f9f9f9;
}

.highlight_yellow {
  font-weight:bold; 
  padding:1px; 
  background-color:#efc829; 
  color:#333333;
}

.points_table_cell {
  background-color:#f9f9f9;
  padding:2px;
  text-align:center;
}
