html
{
  height: 100%;
}

body
{
  padding: 0;
  font-size: 80%;
  margin: 0;
  color: #595959;
  /*font-family: Arial, sans-serif;*/
  font-family: Verdana;
  height: 100%;
  background-color: #FFFFFF;
}

h1
{
  margin: 2em 0 1.5em 0;
  font-size: 150%;
  color: #B11F22;
  font-family: Times New Roman;
  text-transform: uppercase;
}

h2
{
  margin: 2em 0 0.5em 0;
  font-size: 100%;
  color: #B11F22;
  font-family: Verdana;
  text-transform: uppercase;
}

h3
{
  margin: 1.5em 0 1em 0;
  font-size: 75%;
  color: #B11F22;
  text-transform: uppercase;
}

h4
{
  margin: 0 0 0 0;
  font-size: 90%;
  color: #B11F22;
}

p
{
  margin: 0 0 1em 0;
  text-align: justify;
}

table
{
	font-size: 100%;
}
td
{ vertical-align: top;
  padding: 0;
}

img
{
  border: 0;
}

input, select, textarea
{
  font-size: 100%;
  font-family: arial, sans-serif;
  vertical-align: middle;
  margin-right: 0;

}

a
{
  color: #A72225;
  text-decoration: underline;
}

a:hover/*, a:visited*/
{
  color: #EB0006;
}


ul, ol
{
  padding-left: 15px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1em;
  list-style-image: url(../i/li_point.gif);
}
li ul, li ol
{
  padding-left: 20px;
  margin-left: 0;
  margin-top: 0.25em;
  margin-bottom: 1em;
  list-style-type: none;
}

li
{
  margin-left: 0;
  margin-bottom: 1em;
}
li li
{
  margin-left: 0;
  margin-bottom: 0.5em;
}

hr
{
  margin-bottom: 1em;
  color: #B11F22;
}

/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 120%; }
.small   { font-size: 85%; }

/* specific classes */

.selected
{
  list-style-image: url(../i/li_arrow.gif);
}

.selected_menu a
{
  text-decoration: underline;
}

.mtop
{
  margin-top: 1em;
}

.small_description
{
  font-size: 85%;
}
.small_description a
{
  text-decoration: none;
}

.more
{
  font-size: 85%;
  margin-top: 0.5em;
}

.adress_cell a, .telephone_mail a
{
  color: #ffffff;
  text-decoration: none;
}
.adress_cell a:hover, .telephone_mail a:hover
{
  color: #EAEAEA;
}

.mw
{
  text-align: left;
  font-family: Arial;
  font-size: 80%;
  color: #A72225;
}

.mw a, .mw a:hover
{
  text-decoration: none;
  color: #A72225;
}

.mw img
{
  position: absolute;
  width: 28px;
  height: 29px;
}

.mw div
{
  margin-left: 35px;
}

.mw div span
{
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
}
