
body {
   margin-top:10px;
   margin-bottom:10px;
   margin-left:10px;
   margin-right:10px;
   background-color:#00b0e9;
   color:black;
   font-size:11pt;
}

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,nobr,b,i {
   font-family:Arial,Helvetica,sans-serif;
   font-size:11pt;
}

h1,h2,h3,h4 {
   font-family:Arial,Helvetica,sans-serif;
}

h1 {
   font-size:24pt;
   border-bottom:solid thin black;
}

h2 {
   font-size:18pt;
}

h3 {
   font-size:14pt;
}

h4 {
   font-size:12pt;
}

pre {
   font-family:Courier New,Courier;
}

code,kbd,tt {
   font-family:Courier New,Courier;
}

a:link    { color:white; }
a:visited { color:navy; }
a:hover   { color:yellow; }
a:active  { color:blue; }
a:focus   { color:yellow; }

img {
  border:0pt;
}

div.menu {
  position:fixed;
  left:10px;
  top:10px;
  float:left;
  width:120px;
  padding:0px 0px 0px 0px;
}

div.content {
  margin-left:150px;
  margin-right:20px;
}

div.menuhead {
  text-align:center;
  padding:0px 0px 0px 0px;
}

div.mainmenue {
  text-align:center;
  padding:0px 0px 0px 0px;
}

.searchmask { display:block; }

.printedcopyright {
  text-align:right;
  font-size:smaller;
  display:none;
}

.melast {
}

.mentry a {
  height:39px;
  width:120px;
  border:0px none #00b0e9;
  color:#fff;
  background-color:#00b0e9;
  background-image:url(/images/button1.gif);
  background-repeat:no-repeat;
  text-decoration:none;
  text-align:center;
  font-weight:bold;
  font-size:12pt;
  margin:0;
  padding:0;
  float:left;
  line-height: 18px;
  padding:11px 0px 0px 0px;
/*
  vertical-align:middle;
  display: block;
*/
}

.mecurrent a {
  background-image:url(/images/button3.gif);
  color:#ff0;
}

/* These are for Microsoft Internet Explorer */
.mentry    a:link, .mentry    a:visited { color:#fff; }
.mecurrent a:link, .mecurrent a:visited { color:#ff0; }

.mentry a:hover, .mentry a:active, .mentry a:focus {
  background-image:url(/images/button2.gif);
  color:#000;
}

.mecurrent a:hover, .mecurrent a:active, .mecurrent a:focus {
  background-image:url(/images/button4.gif);
  color:#000;
}

