@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size:75.00%;
    color:#444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-weight:normal;
    color:#000;
    margin: 0;
	text-transform: uppercase;
  }

  h1 { font-size: 13px; }
  h2 {
  	font-size: 13px;
	font-weight: bold;
	background: transparent url(../images/bg_h2_000_5.png);
	line-height: 24px;
  }
  h3 { font-size: 18px; }
  h4 { font-size: 12px; }
  h5 { font-size: 12px; }
  h6 { font-size: 12px; }

  h1.seo { font-weight: bold; line-height: 24px; padding-left: 0; }



	#col3 h2 {
		padding: 0 20px;
	}

	#col3 h2 span {
		color: #a7a7a7;
		text-transform: none;
	}

	#col1 h2 {
		padding: 0 15px;
	}

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol { line-height:1.5em; margin:0 0 1em 1em; }
  dl { line-height: 1.3em; margin: 0; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:1.5em; margin:0 0 1em 0; }

  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }

  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:#4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color:#036; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */

  /* mb 101014: Removed background, which lead to display a white background for images with a transparent background.
    a:focus { text-decoration:underline; color:#000; background: #fff; outline: 0; }
  */
  a:focus { text-decoration:underline; color:#000; outline: 0; }
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; outline: 0; }

	/* Links unter Item(Meine Spiele) {"Passwort ändern / Cash-Konto"} */
	.arrow,
	a.arrow {
		color: #333333;
		padding: 0 0 0 12px;
		background: transparent url(../images/item_link_arrow.gif) no-repeat 0 5px;
		cursor: pointer;
	}
	.arrow:hover {
		text-decoration: underline;
	}

	/* Button-Links unter Item(Meine Spiele) {"Spielwährung / Items kaufen / Gutscheine"} */
	a.buttoncloselink {
		font-size: 11px;
		line-height: 28px;
		padding: 0 15px 6px 18px;
		color: #333;
		background: transparent url(../images/buttonclose.gif) no-repeat 0 3px;
	}
	/* Button-Links unter Item(Meine Spiele) {"Spielwährung / Items kaufen / Gutscheine"} */
	a.buttonlink {
		font-size: 11px;
		font-weight: bold;
		line-height: 28px;
		padding: 0 15px 6px 25px;
		color: #333;
		background: transparent url(../images/buttonlink.png) no-repeat;
	}
	a.buttonlink.orange {
		color: #C60;
		background: transparent url(../images/buttonlink_active.png) no-repeat;
	}
	a.buttonlink:hover,
	a.buttonlink.orange:hover {
		color: #666;
		background: transparent url(../images/buttonlink_hover.png) no-repeat;
	}

	/* Buttons Anmelden/Vormerken für Games */
	a.button {
		background:url("../images/button_right.png") no-repeat scroll right top transparent;
		color: #FFF !important;
		cursor: pointer;
		display: inline-block;
		height: 26px;
		text-align: center;
		text-decoration: none;
		margin-bottom: 10px;
	}
	a.button span {
		background: url("../images/button_left.png") repeat-x scroll left top transparent;
		display: inline-block;
		height: 26px;
		line-height: 24px;
		font-weight: bold;
		padding-left: 15px;
		margin-right: 14px;
		text-transform: uppercase;
		text-decoration: none;
	}
	a.button:hover {
		background-image: url("../images/button_right_hover.png");
		text-decoration: none;
	}
	a.button:hover span {
		background-image: url("../images/button_left_hover.png");
		text-decoration: none;
		color: #000;
	}
	
	/* Black button */
	a.black {
	  background-image: url(../images/header_button_right.png);
	}

	a.black span {
	  background-image: url(../images/header_button_left.png)
	}
	
	
	form#activategameandgas_form a.button {
		background-image: none;
		-moz-box-shadow: inset -1px 3px 12px 2px #ffb805;
		-webkit-box-shadow: inset 1px 1px 4px 2px #FFEFC6;
		box-shadow: inset 1px 1px 4px 2px #FFEFC6;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8c00), color-stop(1, #801a05) );
		background: -moz-linear-gradient( center top, #ff8c00 5%, #801a05 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#801a05');
		background-color: #ff8c00;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
		border: 1px solid #000000;
		display: inline-block;
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		height: 30px;
		line-height: 30px;
		width: auto;
		text-decoration: none;
		text-align: center;
		padding-left: 19px;
		padding-right: 19px;
		padding-top: 7px;
		padding-bottom: 0px;
	}

	form#activategameandgas_form a.button:hover {
		background-image: none;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #801a05), color-stop(1, #ff8c00) );
		background:-moz-linear-gradient( center top, #801a05 5%, #ff8c00 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#801a05', endColorstr='#ff8c00');
		background-color:#801a05;
	}
	form#activategameandgas_form a.button:active {
		position:relative;
		top:1px;
	}
	
	form#activategameandgas_form a.button span{
		color: #ffffff;
		background-image: none;
	}
	
	form#activategameandgas_form a.button:hover span{
		color: #ffffff;
		background-image: none;
	}
	
	.facebook_reg_button, div#layer  a.button_reg {
		background-image: none;
		-moz-box-shadow: inset -1px 3px 12px 2px #ffb805;
		-webkit-box-shadow: inset 1px 1px 4px 2px #FFEFC6;
		box-shadow: inset 1px 1px 4px 2px #FFEFC6;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8c00), color-stop(1, #801a05) );
		background: -moz-linear-gradient( center top, #ff8c00 5%, #801a05 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#801a05');
		background-color: #ff8c00;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
		border: 1px solid #000000;
		display: inline-block;
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		height: 30px;
		line-height: 30px;
		width: auto;
		text-decoration: none;
		text-align: center;
		padding-left: 19px;
		padding-right: 19px;
		padding-top: 7px;
		padding-bottom: 0px;
	}

	.facebook_reg_button:hover, div#layer  a.button_reg:hover {
        color: #ffffff;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
		background-image: none;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #801a05), color-stop(1, #ff8c00) );
		background:-moz-linear-gradient( center top, #801a05 5%, #ff8c00 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#801a05', endColorstr='#ff8c00');
		background-color:#801a05;
	}
	.facebook_reg_button:active, div#layer  a.button_reg:active {
        color: #ffffff;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
		position:relative;
		top:1px;
	}
	
	.facebook_reg_button span, div#layer  a.button_reg span{
		color: #ffffff;
		background-image: none;
		padding-left: 0px;
		margin-right: 0px;
	}
	
	.facebook_reg_button:hover span, div#layer  a.button_reg:hover span{
		color: #ffffff;
		background-image: none;
		padding-left: 0px;
		margin-right: 0px;
	}
	
	/*div.layer-submit-row a.button {
		background-repeat: no-repeat;
		background-position: center top;
		height: 65px;
		width: 242px;
		background-image: url("images/main/new_register_btn.png");
		font-family: Helvetica, Arial, sans-serif;
		font-size: 42px;
		font-weight: bold;
		text-shadow: 1px 1px 2px #000000;
		padding-top: 13px;
		margin-left: -25px;
	}
	div.layer-submit-row a.button span {
		background-image:none;
		text-align: center;
		padding: 0px;
		margin-top: 12px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		color: #FFF;
		text-transform: capitalize;
		
	}
	 
	div.layer-submit-row a.button:hover {
		background-position: center -78px;
		background-image: url("images/main/new_register_btn.png");
	}
	
	div.layer-submit-row a.button:hover span {
		background-image: none;
		color: #fff;
	}*/

	/* Buttons */
	#topnav a.button {
		background:url("../images/header_button_right.gif") no-repeat scroll right top transparent;
		color: #FFF !important;
		cursor: pointer;
		display: inline-block;
		height: 26px;
		padding: 0 14px 0 0;

		text-align: center;
		text-decoration: none;
	}
	#topnav a.button span {
		background: url("../images/header_button_left.gif") no-repeat scroll left top transparent;
		display: inline-block;
		height: 26px;
		line-height: 22px;
		font-weight: bold;
		padding: 0 0 0 14px;
		margin: 0;
		text-transform: uppercase;
		text-decoration: none;
	}
	#topnav a.button:hover {
		background-image: url("../images/header_button_right_hover.gif");
		text-decoration: none;
		color: #FFF;
	}
	#topnav a.button:hover span {
		background-image: url("../images/header_button_left_hover.gif");
		text-decoration: none;
		color: #FFF;
	}

	/* Game-Lists in right col */
	#col1 ul li a {
		color: #333;
		font-size: 12px;
		font-weight: bold;
	}

	#topnav div.welcome, #topnav div.logout {
		text-decoration: none;
		color: #FFF;
	}


  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  /* Umschließendes DIV zur Positionierung von Elementen */
  .absolute {
  	position: absolute;
  }

  .highlight { color:#c30; }
  .dimmed { color:#888; }


  .info {
      background: #f8f8f8;
      color: #666;
      padding: 10px;
      margin-bottom: 0.5em;
      font-size: 91.7%;
  }

  /* Message boxes */

  .note, .important, .warning, .warning-noicon {
      padding: 0;
      margin-bottom: 0.5em;
  }

  .note span, .important span, .warning span, .warning-noicon span {
      display: block;
      padding: 10px;
	  text-align: left;
  }

  .note span, .important span, .warning span {
      padding-left: 40px;
  }

  .note {
      color: #568809;
      border-top: 1px #568809 solid;
      border-right: 1px #dde7ce solid;
      border-bottom: 1px #dde7ce solid;
      border-left: 1px #568809 solid;
  }
  .note span {
	  background: #fff url(../images/icon_info.gif) no-repeat left center  scroll;
      border-top: 1px #dde7ce solid;
      border-right: 1px #568809 solid;
      border-bottom: 1px #568809 solid;
      border-left: 1px #dde7ce solid;
  }
  .important {
      color: #f0841f;
      border-top: 1px #f0841f solid;
      border-right: 1px #fce6d2 solid;
      border-bottom: 1px #fce6d2 solid;
      border-left: 1px #f0841f solid;
  }
  .important span {
	  background: #fff url(../images/icon_important.gif) no-repeat left center  scroll;
      border-top: 1px #fce6d2 solid;
      border-right: 1px #f0841f solid;
      border-bottom: 1px #f0841f solid;
      border-left: 1px #fce6d2 solid;
  }

  .important a {
    text-decoration: underline;
    color: #f0841f;
  }

  .warning {
      color: #b30606;
      border-top: 1px #b30606 solid;
      border-right: 1px #f0cdcd solid;
      border-bottom: 1px #f0cdcd solid;
      border-left: 1px #b30606 solid;
  }
  .warning span {
	  background: #fff url(../images/icon_warning.gif) no-repeat left center  scroll;
      border-top: 1px #f0cdcd solid;
      border-right: 1px #b30606 solid;
      border-bottom: 1px #b30606 solid;
      border-left: 1px #f0cdcd solid;
  }

  .warning-noicon {
      color: #b30606;
      border-top: 1px #b30606 solid;
      border-right: 1px #f0cdcd solid;
      border-bottom: 1px #f0cdcd solid;
      border-left: 1px #b30606 solid;
  }
  .warning-noicon span {
      border-top: 1px #f0cdcd solid;
      border-right: 1px #b30606 solid;
      border-bottom: 1px #b30606 solid;
      border-left: 1px #f0cdcd solid;
  }
  .inlineinfo {
	  background: url(../images/icon_info.png) no-repeat left center  scroll;
	  margin-left: 5px;
	  padding-left: 19px;
  }

  div.layer-warning-icon {
  	  float: right;
	  background: url(../images/icon_warning.png) no-repeat;
	  width: 30px;
	  height: 25px;
  }

    #gaccountbalance-balance {
        float: left;

    }

    #gaccountbalance-balance-text {
        color: #FF0000;
        float: left;
    }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }

  #externalagb-game-name
  {
      font-weight: bold;
  }

  .select_birthdaycheck {
      padding-left: 19px;
      margin-bottom: 15px;
      float: left;
  }



 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left:12px;
    background-image:url('your_image.gif');
    background-repeat:no-repeat;
    background-position:0 0.45em;
  }
  */
}
