* {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
}
a {
  color: #3366cc;
}
a:hover {
  color: #0066ff;
}
body {
  margin: 0;
  background: #4e5d3c url(img/bg.jpg) repeat scroll 0% 50%;
  color: #444444;
  font-family: "Lucida Sans Unicode",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 62.5%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
p, blockquote, ul {
  margin-bottom: 1.2em;
}
h1 {
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
h2 {
  margin: 3px 0 1px;
  font-family: Verdana,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
ul {
  margin-left: 1.8em;
}
blockquote {
  background: transparent url(img/quote.gif) no-repeat scroll 0% 50%;
  color: #555555;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  padding-left: 22px;
}
blockquote p {
  padding: 6px;
}
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
}
.divider {
  margin: 24px 180px;
  background: transparent url(img/divider.gif) no-repeat scroll 0% 50%;
  height: 20px;
}
.container {
  margin: 0 auto;
  background: transparent url(img/bgcontainer.jpg) repeat-y scroll center top;
  width: 736px;
}
.gfx {
  background: transparent url(img/gfx.jpg) no-repeat scroll 0% 50%;
  float: left;
  height: 140px;
  margin-top: 12px;
  width: 52px;
}
.top {
  background: transparent url(img/bgcontent.gif) no-repeat scroll left top;
  text-align: center;
  float: left;
  width: 632px;
}
.header {
  background: #56644a url(img/header.jpg) no-repeat scroll 0% 50%;
  color: #ffffcc;
  font-size: 1.4em;
  height: 232px;
  padding-right: 270px;
}
.header h1 {
  padding: 62px 0 34px;
  font-family: serif,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3.2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.pattern {
  background: #334127 url(img/pattern.gif) repeat-x scroll 0% 50%;
  clear: both;
  height: 12px;
}
.navigation {
  margin: 0 24px;
}
.navigation a {
  margin: 0 5px;
  font-weight: normal;
  font-size: 1.9em;
  font-stretch: normal;
  color: #6c7151;
  font-variant: normal;
  text-decoration: none;
  font-family: serif;
  font-style: normal;
  font-size-adjust: none;
  line-height: 50px;
}
.navigation a:hover, .navigation #selected {
  color: #2c3111;
}
.content {
  margin: 0 52px;
  padding: 0 38px 12px;
  background: transparent url(img/bgcontent.gif) no-repeat scroll left top;
  clear: both;
  font-size: 1.2em;
}
.content .spacer {
  height: 42px;
}
.item {
  clear: both;
}
.item img {
  border: 1px dashed #88aa66;
}
.item .title {
  color: #445044;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
.item .title:first-letter {
  display: block;
  float: left;
  font-size: 2.4em;
}
.item .metadata {
  padding: 0 0 6px 4px;
  color: #666666;
  font-size: 0.9em;
  float: left;
}
.item .body {
  clear: both;
}
.footer {
  margin: 0 auto;
  background: transparent url(img/bgfooter.gif) no-repeat scroll 0% 50%;
  color: #666666;
  font-size: 1.1em;
  line-height: 41px;
  text-align: center;
  width: 632px;
}
.footer .left {
  padding-left: 40px;
}
.footer .right {
  padding-right: 40px;
}
.footer a {
  text-decoration: none;
  color: #666666;
}
.footer a:hover, .footer .right a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer .right, .footer .right a {
  color: #acaf9b;
}
#galerie li {
  margin: 0 30px 30px 0;
  list-style-type: none;
  float: left;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#galerie img {
  border: 1px solid #8b0000;
  padding: 1px;
  width: 150px;
  height: 150px;
  display: block;
}
#galerie a .gross {
  display: none;
}
#galerie a:hover .gross {
  background: #ffffff none repeat scroll 0% 50%;
  width: auto;
  height: auto;
  display: block;
  margin-top: -400px;
  margin-left: auto;
  z-index: 1;
}
* + html #galerie a:hover {
  z-index: 1;
}
* + html #galerie li {
  position: static;
}
* + html #galerie a {
  position: relative;
}
