
html, body {
  min-height:350px;
  background: #d0d0d0;
  font-family: Verdana, "Verdana Ref",Arial,sans-serif;
  color:#404040;
}

body {
  /* padding-left: 260px; */
}

#header {
  position: absolute; left: 0; top: 0px;
  height: 54px;
  min-width: 1200px;
  text-align:center;
}
#header > h1 {
   color: #495E88;
   letter-spacing: 0.3em;
   font-size: x-large;
   font-weight: 100;
}

#info {
  width:250px;
  position: absolute; left: 0; top: 65px;
  text-align: center;
}
#info > table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#info > p,hr,div,h1,h4 {
  margin-left: 0.5em;
  font-size: normal;
}

#thumbs {
  position: absolute; left: 260px; top: 65px;
}
#thumbs img {
  border: 2px solid #111;
}

#grossbild {
  position: absolute; left: 260px; top: 55px;
}
#grossbild img {
  border: 2px solid #111;
}

.maillink {
  /* margin-left:1.5em !important;*/
  font-size: normal;
  text-decoration:none;
  padding: 2px;
  line-height: 2em;
  color:#404040;
}
/*
.maillink a {
  font-weight:bold;
} */

a:link    {color: #404040; }
a:visited {color: #808080; }
a:hover   {color: #ffffff; }

table > a {
  text-decoration: none;
}

#index {
  position: absolute; left: 260px; top: 20px;
  text-align:left;
  margin-left:0em;
}
#index td  {
  margin-left:2em;
  padding-left:30px;
  /* max-width:20em;*/
}
#index img {
  border: 3px solid #111;
  margin: .5em 0 .5em 0;
}


/*

#header {
  background: red;
}

#info {
  background: green;
}

#thumbs {
  background: orange;
}

#grossbild {
  background: yellow;
}

#index {
  background: gold;
}
 */
