body {position: relative;

 margin: 0;
 padding: 0;
  background-image:url("/img/bg_left.gif");
  background-repeat:  repeat-y;
 }

 .flags {
   position:absolute;
   right:30px;
   top:25px;
   width:500px;
   text-align:right;
 }


div#links {
position: absolute;
top: 81px;
left: 0;
width: 200px;
height: 700px;
font: 16px Verdana, sans-serif;
z-index: 100;
 border-top: 1px solid #cc0000;
}
div#links a {
display: block;
text-align: center;
font: bold 1em sans-serif;
   padding: 5px 10px;
   margin: 0 0 1px;
   border-width: 0;
   text-decoration: none;
   color: #cc0000;
   background: #FFFFff;
   border-bottom: 1px solid #cc0000;
   border-right: 5px solid #cc0000;
   }
div#links a:hover {color: #411; background: #eee;
   border-right: 5px double white;}

div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 180px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #fff;
   font: 10px Verdana, sans-serif; text-align: center;}
div#stakan {
  position: absolute;
  top: 50px;
  left: 210px;
  width:930px;
}


div#content {
   color: #222; background: #eeeeee;
   font: 13px Verdana, sans-serif; padding: 10px;
   border: solid 5px #dd0000;

   margin-bottom:30px;}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

h1 {margin: -9px -9px 0.5em;
padding: 15px 0 5px;
text-align: right;
background: #fff;
color: #667;
letter-spacing: 0.5em;
text-transform: lowercase;
font: bold 25px sans-serif;
height: 28px;
vertical-align: middle;
white-space: nowrap;}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: #777;}
div#content a:visited {color: #777;}
div#content a:link:hover {color: #777;}
div#content a:visited:hover {color: #777;}
code, pre {color: #EDC; font: 110% monospace;}

div#content td {
  text-align: left;
}

.btm {
    text-align: center;
}


.bottomlinks {
font-size:11px;
line-height:12px;
}




