html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: url(../../../images/sand12.jpg);
  color: #333;
  font-family: Arial, sans-serif;
}
#wrapper {
  padding: 20px;
  width: 900px;
  margin: 30px auto; 
  background: #E9DBB8;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#header {
  text-align: justify;
  margin: 0px auto 20px auto;
  border: 1px solid #000;
  width: 1000px;
  height: 180px;
}
#topmenu {
  margin: 10px 0 10px 30px;
}
#topmenu td {
  padding: 0px 20px 0px 0px;
}
.currentpage {
  font-weight: bold;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 13px;
}
p,
ul,
ol,
li,
div,
td,
th,
address,
nobr,
b,
i {
  font-size: 14px;
}
/* normaler Text */
pre {
  font-family: Courier New,Courier;
  font-size: 12px;
}
/* Quelltext-Beispiele */
tt {
  font-family: Courier New,Courier;
  font-size: 12px;
}
/* Quelltext-Befehle im normalen Fliesstext */
a:link {
  color: #3333ff;
  text-decoration: none;
}
a:visited {
  color: #3333ff;
  text-decoration: none;
}
a:hover {
  color: #000033;
  text-decoration: none;
}
a:active {
  color: #ff0000;
  text-decoration: none;
}
