body {
  margin:10px;
  padding:0;
  background:#F39900;
}

body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:12px;
  line-height:1.5em;
  color:#A02031;
}

img{
  border: none;
}

a {
  color:#F39900;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

h1 {
  font-family:georgia;
  font-size:18px;
  font-weight:normal;
}
h2 {
  font-family:georgia;
  font-size:16px;
  font-weight:normal;
}
h3 {
  font-family:georgia;
  font-size:14px;
  font-weight:normal;
}
h4 {
  font-size:13px;
}

table tr th,
table tr td {
 vertical-align:top;
 text-align:left;
 padding:0;
}

#content table tr th,
#content table tr td {
  padding:2px 1em 2px 0;
}

div.gradient {
  background:url(images/gradient.jpg) repeat-x 0 0;
  padding:20px 20px;
}
div.gradient + h1,
div.gradient + h2,
div.gradient + h3,
#main table.twoColumns tr td + h1,
#main table.twoColumns tr td + h2,
#main table.twoColumns tr td + h3 {
  margin-top:0;
}

input,textarea {
  background:#FFFDF6;
  border:solid #A02031 1px;
}
input.button,
a.button {
  background:url(images/gradient.jpg);
  border:solid #A02031 1px;
  padding:3px;
}
fieldset {
  border:solid #A02031 1px;
  margin:1em 0;
}

#main {
  background:#A02031;
  margin:0 auto;
}
#main tr td {
  background:#FFF7D0;
}
#main tr td#title {
  width:595px;
  background:url(images/title.jpg);
}
#main tr td#titleCafe {
  width:595px;
  background:url(images/title_cafe.jpg);
}
#main tr td#titleStollen {
  width:595px;
  background:url(images/title_stollen.jpg);
}

#nv {
  border-bottom:solid #A02031 5px;
}
#nv a {
  display:block;
  background:#FFEEA5;
  color:#A02031;
  border-bottom:solid #F39900 1px;
  line-height:19px;
  padding:3px 10px;
}
#nv a:hover {
  text-decoration:none;
  background: #fff7d0;
}
#nv a.a1 {
  background:#FFD95A;
}
#nv a.d2 {
  font-size:12px;
  padding-left:30px;
}
#nv a.s1 {
  font-weight:bold;
}

#content {
  width:595px;
  height:100%;
}

#copyright {
  padding:10px;
  line-height:1.3em;
}
#copyright a {
  color:#A02031;
  font-weight:bold;
}
