a{
  /* color: #360; */
  color: #048;
  text-decoration: none;
}
a:hover {
  color: #006;
  text-decoration: underline;
}
body {
  background-color: #fff;
  font-family: sans-serif;
  font-size: 13px;
}
.kop {
  color: #FFF;
  font-weight: bold;
  padding: 9px;
}
a.wit {
  color: #666;
  text-decoration: none;
  margin: 0 auto 0 auto;
}
a.wit:hover {
  color: #999;
}
.code {
  font-family: monospace;
  background: #ccc;
  padding: 3px;
  margin: 10px;
}
.typed {
  font-family: monospace;
  color: blue;
}
.response {
  font-family: monospace;
  color: black;
}
.link {
  color: #099;
}
.dir {
  color: blue;
}
.idname {
  color: blue;
  font-weight: bold;
}
.toc {
}
.toc_active {
  font-weight: bold;
}
#toc {
  float: right;
  border: solid #06a 1px;
  margin: 0 0 3em 3em;
  padding: 1em;
  background: #eef;
}
#toc ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.teaser {
  border: solid #06a 1px;
  padding: 1em;
  margin: 1em;
  background-image: url('../images/graygradient.png');
  background-repeat: repeat-x;
  background-color: white;
}
.teaser .title {
  font-weight: bold;
  font-size: larger;
  margin-top: 0;
}
.teaser .title a {
  color: black;
  text-decoration: none;
}
.teaser .created {
  float: right;
}
.teaser .summary {
  border-top: solid #06a 1px;
  padding-top: 1em;
}
.teaser .hidden {
  float: right;
  font-style: italic;
}
.teaser .link {
  font-weight: bold;
}
#tux {
  font-family: monospace;
  font-size: x-small;
  margin: 1em;
}
#left {
  float: left;
  width: 20em;
  margin: 5px;
}
#left li {
  margin-top: 4px;
}
#right {
  float: right;
  width: 20em;
}
#content {
  margin-left: 23em; 
  max-width: 60em;
  line-height: 1.4;
}
body {
  margin: 0;
}
#head {
  color: #FFF;
  font-weight: bold;
  font-size: 60px;
  padding: 13px;
  margin: 0px;
  background-image: url('/images/typewriter.jpg');
  background-repeat: no-repeat;
  background-color: #222;
  background-position: center top;
  height: 230px;
  text-align: center;

}
#headEnd {
	background-image: url('/images/schaduw.png');
	background-repeat: repeat-x;
	height: 16px;
}
#page {
margin: 1em auto;
max-width: 83em;
}
#head a:hover {
  text-decoration: none;
}
#articletitle {
  font-size: small;
}
#breadcrumb {
  font-style: italic;
  font-size: small;
  margin-top: 4px;
}
#oldwarning {
  padding: 1em;
  background: #fee;
  margin-top: 1em;
  border: solid red 1px;
}
blockquote {
  background: #ddd;
  padding: 1em;
  line-height: 1.4;
}
a.navbutton {
  background: #58a;
  color: white;
  display: block;
  float: left;
  width: 14em;
  text-align: center;
  padding: 1em;
  margin: 1em 1em 5em 0;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
a.navbutton:hover {
  background: #06a;
  color: white;
}
.bordered {
  border: solid #ddd 1em;
  margin: 1em;
}
.content {
  max-width: 40em;
}
.push {
  clear: both;
}
.footer
{
	background-image: url('/images/schaduw2.png');
	background-repeat: repeat-x;
	margin-top: 30px;
	border-bottom: solid #222 50px;
	height: 16px;
}
.pageDivision {
	font-style: italic;
}
.product_details_mini span {
	font-family: sans-serif;
	font-size: 1.1em;
}
nav {
    display: block;
}
nav h2 {
    font-size: inherit;
    margin: 0;
}

table {
    border-collapse: collapse;
}
table tbody {
    vertical-align: baseline;
}
table tbody tr:nth-child(odd) {
    background-color: #eee;
}
table tbody tr {
    height: 21px;
}
