html, body {
   margin: 0;
   padding: 0;
   color: white;
   background-color: #333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 1.6em;
}

table {
   border-collapse: collapse;
}

p {
   margin: 10px;
   padding: 0;
}

hr {
   width: 100%;
   height: 1px;
   color: white;
   background-color: white;
}

h1 {
   font-weight: bold;
   font-size: 15px;
   margin: 10px;
   padding: 0;
}

.maintable {
   width: 1000px;
   margin: auto;
}

.header {
   height: 71px;
   background-color: #808281;
   background-image: url('../images/bm_logo.jpg');
   vertical-align: top;
   text-align: right;
}

.menu {
   background-color: #808281;
}

.leftSide {
   width: 200px;
   border-right: 1px solid white;
   text-align: center;
   padding-top: 25px;
}

.rightSide {
   width: 200px;
   border-left: 1px solid white;
   text-align: center;
   padding-top: 25px;
}

.content {
   background-color: #808281;
   text-align: justify;
}

.content a {
   color: white;
   font-weight: bold;
}

.content a:hover {
   text-decoration: none;
}

.footer {
   color: white;
   background-color: #222224;
   padding: 10px;
   text-align: center;
   border-top: 1px solid white;
}

.menuitem {
   width: 25%;
   text-align: center;
   line-height: 25px;
   border-left: 2px solid white;
   border-right: 2px solid white;
   border-top: 1px solid black;
   border-bottom: 2px solid black;
}

.menuitem a {
   width: 100%;
   color: white;
   background-color: #555551;
   font-weight: bold;
   display: block;
   text-decoration: none;
}

.menuitem a:hover {
   background-color: #333333;
}

/* Attēlu stili */

a img {
   border: none;
}

img.left,img.center,img.right {
   padding: 4px;
   border: 1px solid #110000;
   background-color: #efefef;
}

img.left {
   float: left;
   margin: 0 12px 5px 0;
}

img.center {
   display: block;
   margin: 0 auto 5px auto;
}

img.right {
   float: right;
   margin: 0 0 5px 20px;
}