html, body { 
    height: 100%;
}

body {
  background: url('/static/images/main_background.png') white; 
  background-repeat: repeat-y;
  font-family: 'Verdana', 'Arial', 'Sans';
  font-size: 10pt;
}

a {
    color: #990000;
    font-weight: bold;
}

a:visited {
    color: #892222;
}

a:hover {
    color: #AA0000;
}




#top_page {
  position: absolute;
  top: 0; 
  left: 0;
  width: 1024px;
  height: 100px;
  background-repeat: none;
/*   background: url('/static/images/head1024_dingbats.png');  */
  margin: 0; padding: 0;
/*     border-bottom: 1px dotted #fff; */
}

#top_printing {
  visibility: hidden;
}

/* content */

div#content {
  position: absolute;
  left: 230px;
  width: 800px;
  /* text-align: justify; */
  top:  100px;

  min-height: 100%;

  min-height: 110% !important;
  height: auto !important;
  margin: 0 auto -4em;
}

/* menu */

ul#mainmenu {
  position: absolute;
  top: 130px;
  left: 0px;  
  color: black;
  margin: 0;
  padding: 0;
  font-size: 11pt;
/*   border-top: 1px solid #fff; */
}


ul#mainmenu li  {
  font-weight: bold;
  list-style: none;
  width: 200px;    
  padding: 0;
  margin: 0;
}

ul#mainmenu a, ul#mainmenu li.selected div {  
  vertical-align: middle;
  display: block;
  text-decoration: none;
  color: white;
  padding-left: 10px;
  margin-top: 1px;
  height: 2em;
  border-bottom: 1px dotted #fff;
  background: url('/static/images/main_background.png'); 
  background-repeat: repeat-y;
}

ul#mainmenu li.selected div {
  color: white;
  background: url('/static/images/main_background_lighter.png'); 
  background-repeat: repeat-y;
}


ul#mainmenu a:hover {
  color: #fff;
  background: url('/static/images/main_background_darker.png'); 
  background-repeat: repeat-y;
}


/* tables */

table#prices {
  border: 1px solid #822;
  margin: auto;
  width: 66%;
  border-collapse: collapse;
}

table#prices th, table#prices td {
  margin: 0;
  text-align: left;
  padding-left: 1em;
  border-bottom: 1px solid #822;
}

/* common */

/*div {
  font-size: 4mm;
}*/

span.label {
  display: block; 
  font-weight: bold;
}

h1 {  
  font-size: 13pt;
  color: #822;
  border-bottom: 1px solid #800;
}

h2 {
  font-size: 11pt;
  color: #800;
}

hr {
/*   height: 1px; */
  border: none;
  border-bottom: 1px solid #800;
}

li {
  list-style: square;
  margin-bottom: 1em;
}


/*
 * footer
 */



div#footer {
  height: 2em;
  text-align: center;
  border-top: 1px solid #800;
  font-size: 8pt;
  line-height: 1.2em;
  margin-top: 230px;
}











/* flags */

div#left_bottom {
  position: absolute;
  bottom: 1em;
  left: 10px; 
}  

div#flags {
/*   position: absolute; */
/*   bottom: 0px; */
/*   left: 10px; */
/*   width: 200px; */
  height: 32px;
  padding: 0;
  margin: 0;
  color: white;
  font-size: 8pt;

}

ul#langmenu {
  margin: 0;
  padding: 0;  
}

ul#langmenu li {
  list-style: none;
  float: left;
  padding: 1px;
  margin: 0;
  text-align: center;
}

ul#langmenu li img {
    border: 0px;
}

img#photo {
  border: 1px solid #822;
  float: right;
}
