﻿body {
  padding: 0px;
  margin: 0px;
  font: normal 13px Arial, Helvetica, sans-serif;
  background-image: url('images/fonn.jpg');
  background-repeat: repeat-x;
  background-color: #BEB57E;
}

a, a:link, a:visited {
  color: #29A3E1;
}

a:hover {
  text-decoration: none;
  color: #E16629;
}

.style2 {
  background-image: url('images/bord.gif');
}
.style3 {
  background-image: url('images/verhfon.gif');
}
.mentop {
  background-image: url('images/menutopic.gif');
  background-repeat: repeat-x;
  background-color: #93B7D2;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: normal;
  border: 1px solid #437BA5;
  padding: 3px;
  margin: 2px;
  display: block;
}

.blockm {
  border: 1px #808080 solid;
  margin: 2px;
  padding: 0px;
  background-image: url('images/menutop.gif');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  line-height: normal;
}

.blockmn {
  background-image: url('images/menufoot.gif');
  line-height: normal;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 1px;
}

h1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #C0C0C0;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.contexx {
  line-height: normal;
  padding: 5px;
  margin: 0px;
  text-align: justify;
}


.markermenu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.markermenu li a{
  background: url(images/arrow-list.gif) no-repeat 2px center;
  font: bold 13px;
  color: #00014e;
  display: block;
  width: auto;
  padding: 3px 0;
  padding-left: 20px;
  text-decoration: none;
  border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 190px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
  color: #800000;
  background-color: #D0E3FB;
  background-image: url(images/arrow-list-red.gif);
  border-bottom: 1px #800000 solid;
}
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
}

.curlycontainer .innerdiv{
background: transparent url(images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
  padding: 0 5px;
  border: 1px solid #9aafe5;
  text-decoration: none;
  color: #2e6ab1;
  line-height: 24px;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

pre {
font-size: 11px;
}