/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
/* left column */
.nav {
  width: 174px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  font-size: 90%;
}
/* center column */
.content {
  width: 593px;               /*% of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0px;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #fff;  /* color will show behind the center column */
  height:auto;
  font-family: Arial, Helvetica, Verdana,  sans-serif;
  font-size: 12px;
  color:#1d3c51;



}

/* center column */
.content2 {
  width: 593px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  color: #000;
  background-image: url(images/alnyomat.jpg);
  background-repeat: no-repeat;
}

} /* end screen only rules */

@media screen, projection, print {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
html, body {
  margin: 0;
  padding: 0;
  width:  942px;
  background-color: #848383;
  color: #000;
  background-image: url(images/alnyomat.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;  
}
h1 {
  font-size: 175%;
  margin: .3em;
}
h2 {
  font-size: 125%;
  margin-left:15px;
}
p {
text-align:justify;
  margin:15px;
}


/* page header, uses body colors */
.header {
  width: 942px;             /* full window width */
  height:218px;
  margin: 0;
    padding: 0;

}
/* page footer, uses body colors */
.footer {
  clear: both;             /* below all columns */
  width: 941px;             /* full window width */
  margin: 0;
  padding: 0;
  height:1px;
  font-size:1px;
  background-color: #848383;
}
.header p,
.footer p {
  margin-bottom: 0;        /* prevent gaps between divs in some browsers */
}

/* container for the 3 columns */
.outer-container {
  width:941px;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
   background-image: url(images/bphm_final_20.gif); 
   background-repeat: repeat-y;

  color: #000;

}
/* container for just the left and center columns */
.inner-container {
  width: 767px;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
   background-image: url(images/bphm_final_20.gif); 
   background-repeat: repeat-y;  
  color: #000;             /*   delete these colors to get same color as right column */
  margin: 0;               /* keep flush with adjacent containers */

}
/* right column */
.sidebar {
  width: 174px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;      /* some space from right window edge */
  font-size: 90%;
   height: auto;
   background-image: url(images/bphm_final_20.gif); 
   background-repeat: repeat-y;  
}
.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
} /* end screen/print rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */

#link_container
{
font-family: Arial, Helvetica, Verdana,  sans-serif;
font-size: 12px;
color:#b3a189;
background-image: url(images/bphm_final_20.gif); 
width:174px; 
height: 105%;
margin-bottom:80%;
}

.link
{
padding:13px;
padding-left:30px;

padding-bottom:0px;
}


a.left_link {
color:#1d3c51;
text-decoration:none;
font-weight:bold;
}

a.left_link:hover {
color:#1d3c51;
text-decoration:underline;
}


a.right_link {
color:#b3a189;
text-decoration:none;
}

a.right_link:hover {
color:#ffffff;
text-decoration:none;
}
img
{
border:0px;
margin: 0px;
padding: 0px;
}

a
{
border:0px;
margin: 0px;
padding: 0px;
}

table, tr, td{
margin:0px;
padding:0px;
}

#holo_banner
{
position:absolute;
left:702px;
top:7px;
}

#degob_banner
{
position:absolute;
left:461px;
top:7px;
}


#centropa_banner
{
position:absolute;
left:5px;
top:561px;
}

#hdke_banner
{
position:absolute;
left:5px;
top:634px;
}
