/* CSS Document */

body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	color:#CCCCCC;
	font: 12.5px "Arial", "Microsoft sans serif", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height:17px;
	background-color: #4B3D39;
	background-image:url("/images/graphics/background/wood_bg_1.jpg");
	/*
	background-repeat:no-repeat;
	*/
}

.roundedDivWithShadow {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  
  border-color:#111111;
  border-style:solid;
  border-width:1px;
  opacity:0.8; 
  filter:alpha(opacity=80);  
  background-color:#010101;
/*  box-shadow: 0 5px 5px -3px #444444; */
}

.divWithShadow23rdSmall {
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-color:#111111;
  border-style:solid;
  border-width:0px;
  /*
  box-shadow: 0 5px 5px -3px #444444;
  background-color:#333333;
  background-color: rgba(51, 51, 51, 0.9);
  */
  opacity:0.9; 
  filter:alpha(opacity=90);
  background-image:url("/images/graphics/background/coal_bg_2_3rd_small.png");
  background-repeat:no-repeat;
}

.text_stroke {
  -webkit-text-stroke: 1px black;
  text-shadow:
    1px 1px 0 #000,
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* btn initialisation */
a.btn_menu_blue {
  background-image:url("/images/graphics/button/btn_get_menu.png");
  background-repeat:no-repeat;
  height:40px;
  width:150px;
  position:relative;
  color:#FFFFFF;
  font:inherit;
  text-decoration:none;
}
/* btn active */
a.btn_menu_blue {
  background-position:0 0;
}
/* btn hover */
a.btn_menu_blue:hover {
  background-position:0 -40px;
}
