* {
  border:0;
  margin:0;
  padding:0;
}
html {
  background-image:url("/res/bg.jpg");
  background-repeat:no-repeat;
  background-position:50% -60px;
  background-color:#f8f8f8;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11pt;
  color:black;
  height:100%;
}
body {
  height:100%;
  line-height:1.5em;
  text-align:center;
}
strong { color:#555555; }
.b_file_big {
  float:right;
  width:400px;
  height:320px;
  margin:2%;
}
.b_file_big img {
  width:100%;
  height:100%;
}
.map {
  margin-top:0.5em;
  width:100%;
  height:500px;
}
.hidden {
  display:none;
  padding:0;
  margin:0;
  border:none;
}
.b h1, h1 {
  font-size:200%;
  text-transform:uppercase;
  font-weight:normal;
  line-height:1.2em;
  padding-bottom:1em;
}
.b h2, h2 {
  font-size:200%;
  font-weight:normal;
  padding-top:1.5em;
  padding-bottom:0.3em;
  line-height:1em;
  margin-left:-1px;
}
.firstpagemenu {
  height:250px;
  margin-top:50px;
  margin-left:40%;
}
.firstpagemenu li { font-size:120%; }
.firstpagemenu h1 {
  font-size:200%;
  text-transform:uppercase;
  font-weight:normal;
  line-height:1.2em;
  padding-bottom:0.6em;
  margin-left:-1px;
}
.firstpagemenu a {
  color:#333333;
  line-height:1.4em;
  text-decoration:none;
  border-bottom:1px dashed #333333;
}
.firstpageblock li { margin-bottom:8px; }
.b .b_text { margin-top:1em; }

