img
{
  behavior: url("../scripts/pngbehavior.htc")
}

html, body
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  background: #DDDDDD; */
  background: #FFFFFF;
  border-top: 0px solid #0000A0;
  margin: 0;
  padding: 0;
  height: 99%;
}

H1
{
  font-size: 16px;
  font-weight: bold;
  color: #0000A0;
}

hr
{
  border: 0;
  width: 66%;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
}

#wrapper
{
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.indent
{
  margin-left: 15px;
}

a:link, a:visited
{
  text-decoration: underline;
  color: #000000;
}

a:hover
{
  text-decoration: none;
  color: #000000;
}

#leftcontent
{
  position: absolute;
  left: 0;
  top: 175px;
  width: 200px;
  background: #FFFFFF;
  padding: 0;
  border-top: 0px solid #0000A0;
}

#centercontent
{
  background:#FFFFFF;
  margin-left: 199px;
  margin-right: 199px;
  border: 0px solid #000000;
  /*
  IE5x PC mis-implements the box model. Because of that we sometimes have
  to perform a little CSS trickery to get pixel-perfect display across browsers.
  The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
  parsing bug in IE5x PC that will prematurly close a style rule when it runs
  into the string "\"}\"". After that string appears in a rule, then, we can override
  previously set attribute values and only browsers without the parse bug will
  recognize the new values. So any of the name-value pairs above this comment
  that we need to override for browsers with correct box-model implementations
  will be listed below.

  We use the voice-family property because it is likely to be used very infrequently,
  and where it is used it will be set on the body tag. So the second voice-family value 
  of "inherit" will override our bogus "\"}\"" value and allow the proper value to
  cascade down from the body tag.

  The style rule immediately following this rule offers another chance for CSS2
  aware browsers to pick up the values meant for correct box-model implementations.
  It uses a CSS2 selector that will be ignored by IE5x PC.

  Read more at http://www.glish.com/css/hacks.asp
  */
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 201px;
  margin-right: 201px;
  padding-top: 15px;
}

html>body #centercontent
{
  margin-left: 201px;
  margin-right: 201px;
}

#header
{
  background: #FFFFFF;
  height: 150px;
  border-top: 0px solid #000000;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
  border-bottom: 15px solid #0000A0;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding: 0px;
}

#headershade
{
  background: url(../img/shade.png) repeat-x;
  height: 10px;
  border: 0;
  padding: 0;
  margin: 0;
}

#klantenbanner
{
  margin-left: 40px;
}

#footer
{
  font-size: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #808080;
  background:#FFFFFF;
  border-top: 0px solid #CCCCCC;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
}

#footer hr
{
  border: 0;
  width: 75%;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
}

#nav
{
  margin: 0;
  padding: 0;
  width: 150px;
}

#nav ul
{
  list-style: none;
  width: 125px;
  line-height: normal;
}

#nav ol
{
  margin-left: 0;
  padding: 0;
  width: 115px;
  line-height: normal;
}

#nav li
{
  list-style: none;
  margin-bottom: 2px;
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 2px 0;
}

#nav li#submenu
{
  border: 0;
  margin-left: 10px;
}

#nav li#firstitem
{
  padding-top: 2px;
  border-top: 1px dotted #CCCCCC;
}

#nav li#firstitem a:link, #nav li#firstitem a:visited
{
  padding-left: 12px;
  background: url(../img/bullet_black.png) no-repeat left center;
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

#nav li#firstitem a:hover
{
  padding-left: 12px;
  background: url(../img/bullet_grey.png) no-repeat left center;
  text-decoration: none;
  color: #808080;
  font-weight: normal;
}

#nav li.normaal a:link, #nav li.normaal a:visited
{
  padding-left: 12px;
  background: url(../img/bullet_black.png) no-repeat left center;
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

#nav li.normaal a:hover
{
  padding-left: 12px;
  background: url(../img/bullet_grey.png) no-repeat left center;
  text-decoration: none;
  color: #808080;
  font-weight: normal;
}

#nav li.actief
{
  padding-left: 12px;
  background: url(../img/bullet_blue.png) no-repeat left center;
  text-decoration: none;
  color: #0000A0;
  font-weight: normal;
}

#nav li#add
{
  list-style: none;
  padding-left: 13px;
  background: url(../img/bullet_add.png) no-repeat left center;
  text-decoration: none;
}

#nav li#add a:link, #nav li#add a:visited
{
  text-decoration: none;
}

#nav li#add a:hover
{
  color: #808080;
}

#nav li#edit
{
  list-style: none;
  padding-left: 13px;
  background: url(../img/bullet_edit.png) no-repeat left center;
  text-decoration: none;
}

#nav li#edit a:link, #nav li#edit a:visited
{
  text-decoration: none;
}

#nav li#edit a:hover
{
  color: #808080;
}

#nav li#remove
{
  list-style: none;
  padding-left: 13px;
  background: url(../img/bullet_delete.png) no-repeat left center;
  text-decoration: none;
}

#nav li#remove a:link, #nav li#remove a:visited
{
  text-decoration: none;
}

#nav li#remove a:hover
{
  color: #808080;
}

#photoalbumlist a:link, #photoalbumlist a:visited
{
  text-decoration: none;
}

#photoalbumlist a:hover
{
  color: #808080;
}

.odd
{
  background: #CCCCCC;
}

.even
{
  background: #FFFFFF;
}

.whiteline
{
  height: 34px;
}

.online
{
  color: #00A000;
  font-weight: bold;
  height: 16px;
}

.offline
{
  color: #A00000;
  font-weight: bold;
  height: 16px;
}

#newsadd
{
  width: 500px;
}

.savebutton
{
  float: right;
  border: 0;
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

input.text
{
  border: 1px solid #CCCCCC;
  width: 250px;
}

.inputlabel
{
  margin-bottom: 5px;
}