* {
  margin: 0px;
  font-size: 16px;
  /*font-weight: bold;*/
  font-family: 'berlin_sans_fb';
}

body
{
  background: #000000;
}

img
{
  border: none;
}

a
{
  text-decoration: none;
  color: black;
}

a:hover
{
  color: #0c6fbe;
}

#main
{
  width: 940px;
  height: 600px;
}

/* ---------- START SCREEN ---------- */

#index_main
{
  color: #032947;
  width: 940px;
  height: 600px;
  position:absolute;
}

#index_main.nl
{
  background-image: url('../images/site/background_index.png');
}

#index_main.fr
{
  background-image: url('../images/site/fr/background_index.png');
}

div.button
{
  background-image: url("../images/site/button.png");
  font-size: 30px;
  text-decoration: none;
  width: 346px;
  height: 71px;
  font-family: 'american_captainregular';
  text-align: center;
  vertical-align: middle;
  line-height: 71px;
}

/* ---------- HELP SCREEN ---------- */

#help_title
{
  position:absolute;
  font-size: 40px;
  text-decoration: none;
  width: 100%;
  top:20px;
  font-family: 'american_captainregular';
  text-align: center;
}

#help_example
{
  color: #cc0000;
  position: absolute;
  left: 40px;
  top: 130px;
  width: 450px;
  height: 293px;
}

#help_example.nl
{
  background-image: url('../images/site/help_example.png');
}

#help_example.fr
{
  background-image: url('../images/site/fr/help_example.png');
}

#help_text
{
  position: absolute;
  left: 500px;
  top:130px;
  width:340px;
  font-size: 16px;
}

/* ---------- INFO SCREEN ---------- */

#info_title
{
  color: #032947;
  position:absolute;
  font-size: 40px;
  text-decoration: none;
  width: 100%;
  top:20px;
  font-family: 'american_captainregular';
  text-align: center;
}

#info_text
{
  color: #032947;
  position:absolute;
  width: 525px;
  top: 85px;
  left: 25px;
  font-size: 17px;
}

.helper
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#info_image
{
  position:absolute;

  /*width: 538px;*/
  /*height: 364px;*/

  width: 300px;
  height: 225px;

  top: 160px;
  left: 20px;
  /*padding: 8px 3px 7px  12px;*/
  /*background-image: url(/assets/images/site/background_info_image.png);*/

  text-align: center;
  margin: 1em 0;
}

#image_container
{
  /*position: absolute;*/
  text-align: center;

  width: 538px;
  height: 364px;
}

img.info_image
{
  border: none;
  vertical-align: middle;
  max-width: 515px;
  max-height: 345px;
  width:  auto;
}

/* ---------- MENU SCREEN ---------- */

#menu_title
{
  position:absolute;
  font-size: 40px;
  text-decoration: none;
  width: 100%;
  top:20px;
  font-family: 'american_captainregular';
  text-align: center;
}

/* ---------- GAME SCREEN ---------- */

#game_main
{
  background-image: url('../images/site/game_background.png');
  width: 940px;
  height: 600px;
  position: absolute;
}

#game_menu
{
  position: absolute;
  width: 900px;
  height: 40px;
  top: 20px;
  left: 20px;
}

#game_gameboard
{
  position: absolute;
  top: 80px;
  left: 20px;
  width: 900px;
  height: 500px;
}

#assignment
{
  font-family: 'american_captainregular';
  color: #032947;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  width: 100%;
}

#score
{
  font-family: 'coopblackregular';
  font-size: 31px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  float:right;
}

/* ---------- FONTS ---------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 10, 2013 */

@font-face
{
    font-family: 'american_captainregular';
    src: url('../fonts/american_captain-webfont.eot');
    src: url('../fonts/american_captain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/american_captain-webfont.woff') format('woff'),
         url('../fonts/american_captain-webfont.ttf') format('truetype'),
         url('../fonts/american_captain-webfont.svg#american_captainregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'coopblackregular';
    src: url('../fonts/coopblack-webfont.eot');
    src: url('../fonts/coopblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/coopblack-webfont.woff') format('woff'),
         url('../fonts/coopblack-webfont.ttf') format('truetype'),
         url('../fonts/coopblack-webfont.svg#coopblackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Filip ! */
@font-face
{
    font-family: 'berlin_sans_fb';
    src: url('../fonts/berlin_sans_fb.eot');
    src: url('../fonts/berlin_sans_fb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/berlin_sans_fb.woff') format('woff'),
         url('../fonts/berlin_sans_fb.ttf') format('truetype'),
         url('../fonts/berlin_sans_fb.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
