/* General styles */

BODY {
  margin: 0;
  padding: 0;
  text-align: center;
}

BODY, TD {
  font-family: arial, helvetica;
  font-size: 12px;
  color: #000;
}

A {
  color: #000;
  text-decoration: none;
}
A.kop {
  font-size: 34px;
  line-height: 51px;
  font-family: garamond, times new roman, times;
  text-align: left;
}
A:hover, A:active {
  text-decoration: underline;
}

DIV#header {
  position: absolute;
  width: 100%;
}


DIV#main {
  margin: 8px 0 0 0;
  width: 769px;
  height: 403px;
  text-align: left;
  margin-left: auto;    /* this centers the div inside in Mozilla */
  margin-right: auto;   /* this centers the div inside in Mozilla */
}
DIV#main DIV#main1 {
  float: left;
  background: #fff url(../img/main-2.gif) no-repeat;
  height: 403px;
  width: 556px;
}
DIV#main DIV#main2 {
  float: left;
  height: 132px;
  width: 213px;
}

DIV#infoblock {
  position: relative;
  height: 30px;
  margin: 0 0 0 330px;
  top: 8px;
}
DIV#infoblock DIV {
  float: left;
  margin: 0 5px 0 5px;
  color: #444;
}
DIV#infoblock DIV A {
  color: #444;
}



/*
DIV {
  border: 1px solid red;
}
DIV DIV {
  border: 1px solid green;
}
DIV DIV DIV {
  border: 1px solid blue;
}
*/









TABLE#bar {
  width: 100%;
  height: 194px;
}
TABLE#bar TR TD {
  padding: 0;
  margin: 0;
}
TABLE#bar TR TD#cell1 {
  width: auto;
}
TABLE#bar TR TD#cell2 {
  width: 300px;
}
TABLE#bar TR TD#cell3 {
  width: 458px;
  background: #fff url(../img/bg-lineleft.gif) no-repeat;
  vertical-align: bottom;
  padding-left: 2px;
  padding-bottom: 2px;
}
TABLE#bar TR TD#cell4 {
  width: auto;
  background: #fff url(../img/bg-line.gif) repeat-x;
}
TABLE#bar TR TD#cell3 UL LI {
  float: left;
  list-style: none;
  margin: 0 4px 0 4px;
  padding: 0 3px 0 3px;
  height: 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  background: #ddd;
}


DIV#textContainer {
  overflow: auto;
  width: 547px;
  height: 393px;
}
DIV#textParent {
  text-align: justify;
  padding: 20px 30px;
}
DIV#textParent H1 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  text-align: left;
}
DIV#textParent H3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}
DIV#textParent P, DIV#textParent LI {
  padding: 0;
  line-height: 150%;
}
DIV#textParent LI {
  text-align: left;
}
DIV#textParent A {
  color: #080;
  text-decoration: underline;
}
DIV#textParent IMG {
  float: left;
  margin: 0;
  padding: 0;
}


DIV#stkwlogo {
  clear: both;
  width: 769px;
  text-align: right;
  margin: 0 auto 0 auto;
  padding: 0;
}
DIV#stkwlogo A {
  padding: 0 5px 5px 0;
  background: url(../img/logo-stkw-2.gif) top right no-repeat;
}
