html {
height:100%;
}

body {
  background-color: #e0e0e0;
  font-family: Safari;
  height=100%;
  }

a {
  text-decoration: none;
  }

a.hidden:link {
  color: #000000;
  }

a.hidden:visited {
  color: #000000;
  }

a.hidden:hover {
  color: #000000;
  }

a.intern:link {
  color: #0000bb;
  text-decoration: none;
  }

a.intern:hover {
  color: #0000aa;
  text-decoration: underline;
  }

a.intern:visited {
  color: #000099;
  }

a.extern:link {
  color: #bb0000;
  text-decoration: none;
  }

a.extern:hover {
  color: #aa0000;
  text-decoration: underline;
  }

a.extern:visited {
  color: #990000;
  }

a.extern:visited:hover {
  color: red;
  text-decoration: underline;
  }

h1 {
  margin: 6px;
  }

h2 {
  margin: 7px;
  }

h3 {
  margin: 3px;
  }

#head {
  background-color: #ededed;
  border: 1px;
  height: 75px;
  border-style: solid;
  border-color: #000080;
  width: 100%;
  }
#head_text1 {
  margin: 1px;
  position: absolute;
  top: 25px;
  left: 120px;
  text-align: left;
  font-size: 47px;
  letter-spacing: 10px;
  }
#head_text2 {
  margin: 1px;
  position: absolute;
  right: 10px;
  text-align: right;
  }

#page {
  position:relative; 
  margin: 0px; 
  width: 100%;
  }
#page_left{ 
  position:absolute; 
  width: 60px;
  height: 100%;
} 
#page_middle{ 
  position:absolute; 
  margin-left: 82px;
  margin-right: 3px;
  left:0; 
  right:0; 
} 

#left {
  background-color: #ededed;
  border: 1px;
  border-top: 0px;
  border-style: solid;
  border-color: #000080;
  width: 80px;
  position: relative;
  text-align: center;
  font-size: 30px;
  top: -4px;
  padding-bottom: 100%;
  }
#left_text1 {
  margin: 3px;
  width: 100%;
  top: 30px;
  line-height: 25px;
  position: relative;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding-bottom: 30px;
  }

img.middle_left {
  position: relative;
  top: -15px;
  left: 5px;
  margin-right: 10px;
  margin-bottom: -15px;
  border-style: none;
  float: left;
  }

img.middle_right {
  position: relative;
  top: -15px;
  right: 5px;
  margin-left: 10px;
  margin-bottom: -15px;
  border-style: none;
  float: right;
  padding-bottom: 10px;
  }

img.middle_center {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  border-style: none;
  float: center;
  }

.middle {
  background-color: #ededed;
  margin: 3px;
  border: 1px;
  border-style: solid;
  border-color: #000080;
  width: 100%;
  }

.middle-inv {
  background-color: #e0e0e0;
  margin: 5px;
  border: 1px;
  border-style: solid;
  border-color: #000080;
  width: 100%;
  }

.middle_image {
  background-color: #ededed;
  margin: 3px;
  border: 1px;
  min-height: 188px;
  border-style: solid;
  border-color: #000080;
  width: 100%;
  }

.middle_text1 {
  margin: 5px;
  margin-right: 60px;
  margin-bottom: 10px;
  width: 99%;
  position: relative;
  font-size: medium;
  text-align: left;
  text-decoration: none;
  }

.middle_text_center {
  margin: 5px;
  margin-right: 60px;
  margin-bottom: 10px;
  width: 99%;
  position: relative;
  font-size: medium;
  text-align: center;
  text-decoration: none;
  }

.middle_image_left {
  margin: 5px;
  margin-right: 60px;
  width: 100%;
  position: relative;
  font-size: medium;
  text-align: left;
  }

.middle_image_center {
  margin: 5px;
  margin-right: 60px;
  width: 100%;
  position: relative;
  font-size: medium;
  text-align: center;
  }

.middle_image_right {
  margin: 5px;
  margin-right: 60px;
  width: 100%;
  position: relative;
  font-size: medium;
  text-align: right;
  }

li.fix_urgent { list-style: url(http://www.vanstrik.nl/data/red_disc.gif) disc }
li.fix { list-style: url(http://www.vanstrik.nl/data/orange_disc.gif) disc }
li.body_urgent { list-style: url(http://www.vanstrik.nl/data/purple_disc.gif) disc }
li.body { list-style: url(http://www.vanstrik.nl/data/blue_disc.gif) disc }
li.fixed { list-style: url(http://www.vanstrik.nl/data/green_disc.gif) disc }
li.upgrade { list-style: url(http://www.vanstrik.nl/data/white_disc.gif) disc }
