* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  min-height: 100% !important;
  font-size: 100%;
  background-color: rgb(0, 0, 0);
}
body {
  font-family: Georgia;
  font-size: 14px;
  line-height: 28px;
  color: #b0b0b0;
  text-align: center;
  width: 960px;
  min-height: 100% !important;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(96, 96, 96);
  border-left: 2px solid rgb(64, 64, 64);
  border-right: 2px solid rgb(64, 64, 64);
}
img {
  border: 2px solid rgb(128, 128, 128);
  max-width: 100%;
}
img.sidehoved {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
img.thumb {
  width: 100px;
  height: 100px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 20px;
}
img.dias {
  max-width: 700px;
  max-height: 500px;
}
img.mail {
  border: none;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: rgb(96, 224, 64);
}
a:hover {
  color: rgb(255, 160, 80);
}
a:link img, a:visited img, a:active img {
  border-color: rgb(128, 128, 128);
}
a:hover img{
  border-color: rgb(160, 160, 160);
}
a.thispage {
  color: rgb(255, 160, 80);
}
p {
  margin-bottom: 26px;
}
div.page {
  width: 800px;
  min-height: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
div.menu {
  padding-bottom: 20px;
}
div.diasmenu {
  margin-top: -15px;
  padding-bottom: 10px;
}
div.quote {
  font-style: italic;
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.text {
  font-family: Georgia;
  text-align: justify;
  font-size: 15px;
  color: #fff8f0;
  line-height: 26px;
}
div.leftcolumn {
  float: left;
  width: 384px;
}
div.rightcolumn {
  float: right;
  width: 384px;
}
div.leftimage {
  color: #b0b0b0;
  text-align: justify;
  font-size: 14px;
  line-height: 21px;
  float: left;
  max-width: 384px;
  margin-right: 32px;
  margin-bottom: 20px;
}
div.rightimage {
  color: #b0b0b0;
  text-align: justify;
  font-size: 14px;
  line-height: 21px;
  float: right;
  max-width: 384px;
  margin-left: 32px;
  margin-bottom: 20px;
}
div.thumbs {
  clear: both;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
div.toplink {
  clear: both;
  padding-bottom: 0px;
}
div.projektlink {
  margin-top: -15px;
  padding-bottom: 10px;
}
div.footer {
  padding-bottom: 10px;
}
div.article {
  font-family: Arial;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
  width: 600px;
  margin-left: 100px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 2px solid rgb(128, 128, 128);
}

