body {
  background: Blue url('images/achter.jpg') top left fixed;
  background-repeat: no-repeat;
  color: Black;
  font-family: Verdana,Arial,Helvetica,"Comic Sans MS";
  font-size: 10pt;
  scrollbar-face-color : grey;
  scrollbar-shadow-color : yellow;
  scrollbar-highlight-color : white;
  scrollbar-3dlight-color : #fffee;
  scrollbar-darkshadow-color : #fffee;
  scrollbar-track-color : #fffee;
  scrollbar-arrow-color : Black;
}

body.menu {
  background: Black;
  color: White;
  font-family: Verdana,Arial,Helvetica,"Comic Sans MS";
  font-size: 10pt;
  scrollbar-face-color : grey;
  scrollbar-shadow-color : yellow;
  scrollbar-highlight-color : white;
  scrollbar-3dlight-color : #fffee;
  scrollbar-darkshadow-color : #fffee;
  scrollbar-track-color : #fffee;
  scrollbar-arrow-color : Black;
}

a {
  color: Darkblue;
  background: transparent;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
}
a:link, a:active {
  font-size: 10pt;
  color: Darkblue;
  background: transparent;
}
a:visited {
  font-size: 10pt;
  color: Darkred;
  background: transparent;
}
a:hover {
  font-size: 10pt;
  color: Purple;
  background: transparent;
}

a.menu, a.menu:visited, a.menu:active {
  color: #5555ff;
  background: transparent;
  text-decoration: none;
  font-family: "Comic Sans MS",Verdana,Arial,Helvetica;
  font-size: 11pt;
  margin-left: 5%;
}
a.menu:hover{
  color: #ccccff;
  background: transparent;
  text-decoration: none;
  font-family: "Comic Sans MS",Verdana,Arial,Helvetica;
  font-size: 11pt;
  margin-left: 5%;
}

h1 {
  color: Darkblue;
  background: transparent;
  font-weight: bold;
  text-align: center;
  font-family: Arial,Verdana,Helvetica,"Comic Sans MS";
}

h2 {
  color: Darkblue;
  background: transparent;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica,"Comic Sans MS";
}

h3 {
  color: Darkblue;
  background: transparent;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica,"Comic Sans MS";
}

h4 {
  color: Darkblue;
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
}

pre {
  margin-left: 10%;
  white-space: pre
}

table {
  color: Black;
  font-family: Verdana,Arial,Helvetica;
  font-size: 10pt;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

table b.shoptitle {
  color: Darkblue;
  background: transparent;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
}

table p, table dl {
  margin-left: 0;
  margin-right: 0;
}

table.menutabel {
  color: lightblue;
  background: Darkblue;
  font-family: Verdana,Arial,Helvetica;
}

.entree, a.entree, a.entree:hover, a.entree:active, a.entree.visited {
  font-size: 10pt;
  font-family: Verdana,Arial,Helvetica;
  font-weight: bold;
  color: Darkblue;
}

blockquote {
  margin-left: 8%;
  margin-right: 8%;
  border: thin ridge #dc143c;
}

.note {
  font-style: normal;
  font-size: 8pt;
  color: Darkblue;
  text-align: center;
  text-decoration: none;
}

.warning {
  color: #FF4500;
  background: #FFD700;
  text-decoration: none;
}

.copy, a.copy, a.copy:hover, a.copy:visited, a.copy:active {
  color: Darkblue;
  text-decoration: none;
  font-size: 8pt;
}

.dik {
  color: Darkblue;
  text-decoration: bold;
  font-size: 10pt;
}

select.shop, .inputtext {
  background-color: lightyellow;
  color: Darkblue;
  font-family: Verdana,Arial,Helvetica;
  font-size: 9pt;
}

.button {color: Darkblue;
	 cursor: handna;
	 background-color: lightblue;
	 border-color:lightblue;
	 font-family: Verdana,Arial,Helvetica;
	 font-size: 10pt;
	 font-weight: bold;
}
