
<!--
body {

 min-width: 550px;      /* 2x LC width + RC width */
 margin: 5px;
 padding: 2px;
 background: #cccccc;
 background-image: url("grafika/backgrnd.jpg");

 color: #000066;
 text-align: center;
 font-family: "Bookman Old Style", "Verdana", "arial";
}

hr {
  background: #dddddd;

  border-color: #F4A460; 
}

blockquote {
 margin-top: 0px;
}

#header {
  width: 100%;
/*  color: #0000dd;
  background: #dddddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(""); */
 background-image: url("grafika/backgrnd.jpg");
}
#container {
  padding-left: 200px;      /* LC width */
/*  padding-right: 150px;      RC width */
  overflow: hidden;

}
#container .column {

  position: relative;
  float: left;
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */


}
#center {

  width: 100%;


}
#left {
  width: 200px;             /* LC width */
  right: 200px;             /* LC width */
  margin-left: -100%;

  background: #B22222;
}
#right {
  width: 150px;             /* RC width */
  margin-right: -100%;

  background:#dd22dd;
  color:#000000;

}

#footer {
  clear: both;

  background: #dddddd;
  font-size: 10pt;
  position: relative;


}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}


a:visited {color:#000000; text-decoration:none;}
a:link    {color:#000000; text-decoration:none;}
a:active  {color:#FF0000; text-decoration:underline;}
a:hover   {color:#FF0000; text-decoration:underline; text-shadow: 1px -1px 1px #111111;}

a.type2:link    {color:#000000; text-decoration:none;}
a.type2:visited {color:#000000; text-decoration:none;}
a.type2:active  {color:#FF0000; text-decoration:underline;}
a.type2:hover   {color:#FF0000; text-decoration:underline;}

a.link2:link    {color:#0000CC; text-decoration:none;}
a.link2:visited {color:#0000CC; text-decoration:none;}
a.link2:active  {color:#FF0000; text-decoration:underline;}
a.link2:hover   {color:#FF0000; text-decoration:underline; text-shadow: 1px -1px 1px #111111;}


-->



