/*
#5B0120; Semprix Blue
#000082; Semprix Red
#333;
#B7A5DF;
#D4CDDC;
#9685BA;
#946d84;
#d6aeb5;
#4a1a21;
*/

* {margin: 0; padding: 0; border: 0;}
/***** General formatting ****/
html,body {
  text-align: left; 
  font: 10pt/11pt Arial Helvetica sans-serif;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 80%;
  line-height: 1.5;
  color: #555753;
  background:white;
  min-width: 775px;
  min-height: 100%;
  height:100%;
}


a:link {
  /* font-weight: bold; */
  text-decoration: none;
  color: #555753; /*#000082; */
}

a:visited {
  /*font-weight: bold;*/
  text-decoration: none;
  color: #555753; /*#5B0120;*/
}

a:hover, a:active {
  text-decoration: underline;
  color: #5B0120; 
}

/*h1, h2, h3, h4, p {margin: 1em 0;}
ul {margin: 1em 2em;}*/

/***************************************************************/
/**************** Layout CSS begins ****************************/

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */

#header, #subnav, #footer {
  clear: both;
  width: 100%;
/*   position: relative; */
}

#header {
  padding: 1em 0em 1em 0em; 
  height: 70px;
  clear:both;
  vertical-align:middle;
  vertical-align:bottom;
/*   background:white url(images/Semprix_Logo_rood_198x61.png) 0% 50% no-repeat; */
}

#subnav {
  background:transparent;
}

#box {
  background: #eee;
  border: 1px #aaa solid;
  padding: 1em 1em 1em 1em;
  margin: 1em 1em 1em 1em;
  width: 100%-2em;
  list-style-image: url(images/semprix.bullet.ico) ;
  list-style-position: inside;
}

#footer {
  clear: both; /* Voorkom dat footer door andere element heengaat */
  height:20px;
  text-align: center;
  background: white;
  bottom: 0%;
}

#left {
  text-align:center;
  float:left;
  width: 25%;
}

#center {
  style: ;

  text-align:justify;
  float:left;
  width: 62%;
}

#header-center {
  float:left;
  text-align:center; 
  width: 62%;
  line-height: 70px;
}

#right {
  text-align:center;
  float:right;
  width: 13%;
}

#image {
  float:left;
  text-align: center;
  width: 12%;
}
