html, body
{
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  font-family: Arial;
  color: #000000;
  background-image: url(img/bg.png);
  background-repeat: repeat-x;
  background-color: #f1c493;
}

textarea, div, body, select
{
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #af0725;
  scrollbar-base-color: #e9b85d;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #F9C86d;
  scrollbar-highlight-color: #D0D0D0;
  scrollbar-shadow-color: #808080;
  scrollbar-track-color: #ababab;
}

a, p, div, table, td, span, form
{
  font-size: 9pt;
}

h2
{
  font-size: 14pt;
  font-family: Trebuchet MS, Verdana;
  color: #af0725;
  text-align: left;
}


h3
{
  font-size: 12pt;
  font-family: Arial;
  color: #af0725;
  padding: 0px;
  margin: 0px;
}


div.main
{
  font-size: 9pt;
  width: 694px;
  background-color: #e9b85d;
/*  overflow: auto;
  height: 450px;*/
}

div.navi
{
  font-size: 10pt;
  width: 964px;
  height: 30px;
  border-bottom: 1px solid #af0725;
  background-color: #e9b85d;
}

div.sub
{
  font-size: 9pt;
  width: 964px;
  height: 30px;
  border-bottom: 1px solid #af0725;
  background-color: #e9b85d;
}

div.header
{
  font-size: 9pt;
  width: 964px;
  height: 142px;
  background-color: #e9b85d;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}

div.text
{
  padding-left: 10px;
  padding-right: 10px;
  height: 250px;
  overflow: auto;
  width: 100%;
}

div.text2
{
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  overflow: auto;
  width: 100%;
}

div.text3
{
  padding-left: 10px;
  padding-right: 10px;
  height: 476px;
  overflow: auto;
  width: 100%;
}


a:link, a:visited
{
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

a:hover
{
  color: #af0725;
}

a.navi:link, a.navi:visited
{
  display: block;
  float: left;
  font-size: 10pt;
  width: 161px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: none;
  line-height: 24px;
  padding-top: 2px;
  border: 0px;
}

a.navi:hover
{
  color: #000000;
  text-decoration: none;
  background-color: #e9b85d;
}

a.navactive:link, a.navactive:visited
{
  display: block;
  float: left;
  font-size: 10pt;
  width: 161px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #af0725;
  line-height: 24px;
  padding-top: 2px;
  border: 0px;
}

a.navactive:hover
{
  color: #000000;
  text-decoration: none;
  background-color: #e9b85d;
}


a.sub:link, a.sub:visited
{
  display: block;
  float: left;
  font-size: 9pt;
  width: 110px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: none;
  line-height: 25px;
  padding-top: 2px;
}

a.sub:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

div.subactive
{
  float: left;
  font-size: 9pt;
  width: 110px;
  color: #af0725;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: none;
  line-height: 25px;
  padding-top: 2px;
}





a.lang:link, a.lang:visited
{
  display: block;
  float: left;
  line-height: 10px;
  font-size: 9pt;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  border-right: 1px solid #e07906;
  padding-bottom: 3px;
}

a.lang:hover
{
  color: #e07906;
  text-decoration: underline;
}

img.button
{
  border: 1px solid #af0725;
  margin: 5px;
  margin-left: 20px;
}

a.button:link, a.button:visited
{
  display: block;
  /*border: 1px solid #af0725;*/
  margin: 5px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  text-decoration: none;
}

a.button:hover
{
  background-position: 0% 100%;
  text-decoration: none;
}

h4
{
  font-size: 9pt;
  padding: 0px;
  margin: 0px;
  color: #af0725;
}

div.news
{
  border-bottom: 1px dotted #af0725;
  padding-bottom: 7px;
  margin-bottom: 4px;
}
