body, p { padding: 0; margin: 0; }

body { background-color: #fff; color: #333; }

body, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:hover { color: #fff; background-color:#000; }

h1, h2, h3, h4 {
  color: #000000;
  line-height: 20px;
}

.clear  {
  clear: both;
}

#container {
  width: 750px;
  padding: 10px;
}


#header {
  width: 100%;
  font-weight: bold;
}
#header img {
  border: 0px;
  text-decoration: none;
  border: 0px;
  color: white;
  background: white;
}
#header a , #header a:hover {
  text-decoration: none;
}
#header h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 83px;
  color: black;
}



#footer  {
  /* text-align: right; // experimentell */
  min-height: 150px;
  border-top: 3px solid black;
  margin: 15px 0 0 0;
  padding: 5px 5px;
  font-size: 80%;
  font-weight: bold;
  width: 750px;
}

#footer a {
  color: #fff;
  background: #000;
  /* padding: 0 1px 0 11px; */
  text-decoration: none;
  
  /* experimental */
  padding: 0 1px 0 3px;
  border-left: 11px solid #777;
  border-right: 1px solid #777;
    
}

#footer a:hover {
  text-decoration: underline;
  
  /* experimental */
  text-decoration: none;
  background: #fff;
  color: #000;
  
  padding: 0 1px 0 3px;
  border: 1px solid #aaa;
  border-right: 1px solid #ccc;
  border-left: 11px solid #aaa;
  
}

.container_l {
  float: left;
  width: 300px;
  text-align: left;
}

.container_r {
  float: right;
  width: 300px;
  text-align: right;
}

