body {
  margin: 0;
  padding: 0;
  font-family: Georgia, Times New Roman, Times Roman, serif;
  color: #000;
  background: #d0d0d0 url("background.gif") 0% 0% repeat fixed;
  text-align: center;
}

a {
  color: #003366;
}

a:hover {
  color: #666;
}

h1 {
  text-align: center;
  width: 100%;
  margin: 5px;
  position: absolute;
}

h2 {
  display: inline;
  padding: 2px 30px 0 5px;
  margin: 0 5px 0 15px;
  background: transparent url("line.gif") 100% 100% no-repeat;
  font-weight: normal;
  font-style: italic;
  font-size: 2.6em;
  color: #999;
}  

h3 {
  font-size: 1.6em;
  color: #444;
  margin: 10px 25px 0;
}

h4 {
  font-size: 1.1em;
  color: #444;
  margin: 10px 25px 0;
}

.center {
  text-align: center;
  margin: 10px auto 30px;
}

/* Internet Explorer is EVIL. See http://opera.com/ */

#all {
  z-index: 1;
  position: relative;
  background: #fff url("strip.gif") 0% 0% repeat-y;
  border-right: #666 1px solid;
  width: 750px;
  margin: 0 auto;
  border-left: #666 1px solid;
  text-align: left;
}

#header {
  background: transparent url("header.jpg") 0% 0% no-repeat;
  height: 230px;
  position: relative;
  z-index: 0;
}

#header a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#content {
  width: 565px;
  float: left;
  padding: 30px 0;
}

#content p, #content table {
  margin: 10px 25px;
  text-align: justify;
  font-size: 0.9em;
  text-indent: 2em;
  font-family: georgia;
}

#content ul {
  margin: 10px;
  text-align: justify;
  font-size: 0.9em;
  font-family: georgia;
}

#menu {
  position: absolute;
  top: 230px;
  left: 566px;
  width: 169px;
/*  margin-left: 566px;*/
  margin-right: 15px;
  padding: 75px 0 30px;
}

#menu div {
  width: 169px;
  padding: 8px 0 0;
  background: transparent url("menu_top.gif") 0% 0% no-repeat;
}

#menu div ul {
  display: block;
  margin: 0;
  padding: 0 0 9px;
  background: transparent url("menu_bottom.gif") 0% 100% no-repeat;
}

#menu div ul li {
  margin: 1px 5px 0;
  padding: 0;
  display: block;
  list-style: none outside;
  background: #003366;
}

#menu div ul li a {
  display: block;
  color: #ccc;
  font-style: italic;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  margin: 0;
  height: 2em;
}

#menu div ul li a:hover {
  color: #fff;
  background: #0056a6;
}

#footer {
  clear: both;
  border-top: #999 1px solid;
  text-align: center;
  margin: 10px 15px 0;
  padding: 15px 0;
  background: #fff;
  color: #ccc;
  font-style: italic;
  font-size: 0.8em;
}

#footer a {
  color: #bbb;
}

#footer a:hover {
  color: #003366;
}

p#foto {
 text-indent: 0;
}
div#galerie {
	margin: 10px;
}
div.foto {
 width: 170px;
 height: 170px;
 text-align: center;
 float: left;
 margin: auto;
}
img.thumb {
 border: 5px solid #ddd;
 margin-left: 10px;
 margin-right: 10px;
}
p.backlinks {
    font-size: 10px;
    margin: 0;
}
