/* stylesheet for wiberg.nu */

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

img {
  border: 0px;
}

/* header section */
div#header {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  height: 48px;
  width: 100%;
  background-color: #ffffff;
  background-image:  url("images/checkered_bg_24x24.png");
  background-repeat: repeat;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
}

div#header img {
  padding: 0px 0px 0px 30px;
}

/* Menu section */
div#menu {
  padding: 0px 0px 0px 30px;
  background-color: #000000;
  color: #ffffff;
  font-weight: normal;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
}

div#menu td {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 0px 3px 0px 3px;
  color: #ffffff;
}

div#menu td.menuspacer {
  padding: 0px 40px 0px 40px;
}

div#menu input {
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding: 1px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #ffffff;
}

div#menu a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

div#menu a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

div#menu a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

div#menu a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* Main part of page */
div#main {
  padding: 20px 90px 2px 90px;
}

div#main h1 {
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

div#main hr {
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}

div#main td {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}  
  
