
 body {
   background-color: #000000;
   margin: 0px;
   font-family: arial;
   font-size: 11px;
   letter-spacing: 1px;
 }
 br { letter-spacing: 0; }

 div.container {
   width: 1000px;
   margin-left: auto;
   margin-right: auto;


 }
 div.head {
   position: relative;
   float: left;
   height: 146px;
 }
 div.relatiez {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 5;
 }
 div.logos {
   float: left; 
   width: 1000px;
   background-color: #ffffff;
   height: 115px;
   position: absolute;
   top: 0px;
   left: 0px;
 }
 div.menu {
    letter-spacing: 0px;
    float: left;
    background-color: #999999;
    width: 700px;
    margin-left: 300px;
    background-image:url("../images/menu.png");
    height: 31px;
    margin-top: 115px;

 }
 div.angle {
   top: 115px;
   left: 0px;
   position: absolute;

 }
 div.menu a {
   float: left;
   height: 23px;
    background-image:url("../images/menu.png");
   padding-left: 30px;
   padding-right: 30px;
   color:#ffffff;
   font-family: arial;
   padding-top: 8px;
   font-size: 11px;
   text-decoration:none;
 }

 div.menu a:hover {
   padding-left: 30px;
   padding-right: 30px;
   color:#ffffff;
   font-family: arial;
   padding-top: 8px;
   font-size: 11px;
   text-decoration:none;
   float: left;
   height: 23px;
   background-image:url("../images/menu_over.png");
 }

 div.menu img {
   float: left;
 }
 div.submenu {
   background-color: #333333;
   width: 1000px;
   float: left;
   height: 31px;
 }
 div.grey {
   float: left;
   width: 1000px;
   background-color: #666666;
   padding-bottom: 10px;
 }
 div.marge {
   width: 970px;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 15px;
  float: left;
 }
 div.header {
  float: left;
  width: 970px;
  height: 185px;
 }
 div.column_white {
   float: left;
   width: 100%;
   border:1px solid #545454;
   background-color: #ffffff;
   margin-top: 15px;
 }
 div.column_white div.title {
   float: left;
   width: 100%;
   background-image:url("../images/white_title.png");
   height: 31px;
   color: #ffffff;

 }
 div.column_white .content {
   float: left;
   width: 100%px;
   padding: 10px;

 }


 div.column_grey {
   float: left;
   width: 100%;
   border:1px solid #545454;
   background-color: #4d4d4d;
   margin-top: 15px;
 }
 div.column_grey div.title {
   float: left;
   width: 100%;
   background-image:url("../images/grey_title.png");
   height: 31px;
   color: #ffffff;
 }

 div.title strong {
   color: #ffffff;
   float: left;
   margin-top: 9px;
   margin-left: 10px;
   font-weight: normal;
 }
 div.column_grey .content {
   float: left;
   padding: 10px;
   color: #ffffff;
 
 }

 div.bottom {
   float: left;
   width: 1000px;
   text-align: right;
   font-family: arial;
   font-size: 11px;
   color: #ffffff;
   margin-top: 8px;
   margin-bottom: 12px;
 }
 div.bottom a {
  color: #ffffff;
  text-decoration: underline;
 }
 hr.line {
  line-height: 2px;
  width: 99%;
  background-color: #8c8c8c;
  color: #8c8c8c;
  float: left;
  

 }

a {
  color: #ffffff;
}
a img {
 border:0px;
}