* {
  font-family: Verdana;
  font-weight: bold;
}

.intro {
  position:absolute;
  width: 800px;
  height: 250px;
  margin-left: -420px;
  margin-top: -145px;
  left: 50%;
  top: 50%;
  padding: 20px;
  text-align: center;
}

.intro .info {
  margin-top: 20px;
  font-size: 10px;
}

.outer {
  position: absolute;
  width: 840px;
  left: 50%;
  margin-left: -420px;
}

.page {
  height: auto;
  width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/page.jpg");
}

.top {
  height: 20px;
  background-image: url("images/shadow_top.jpg");
}

.bottom {
  height: 20px;
  background-image: url("images/shadow_bottom.jpg");
}

.ad {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.header {
  float: right;
  width: 600px;
  height: 150px;
  font-size: 9px;
  text-align: right;
  overflow: hidden;
  background-image: url("images/header.jpg");
}

.headerbox {
  margin: 4px;
}

.navi {
  float: left;
  width: 200px;
  height: 450px;
  overflow: hidden;
}

.navibox {
  margin-left: 20px;
}

.content {
  float: right;
  width: 560px;
  color: #000000;
  text-align: center;
  margin: 10px;
}

.content a {
  color: #222222;
}

.clear {
  clear: both;
  background-image: url("images/shadow_inner_bottom.png");
  height: 20px;
}

.moduletitle {
  padding-top: 15px;
  padding-bottom: 10px;
  text-decoration: underline;
}

.icon {
  margin-right: 4px;
}

.links .image {
  width: 128px;
  height: 32px;
  background-color: #000000;
}

.links a {
  color: #000000;
}

.referertags {
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
}

.referertags span {
  white-space: nowrap; 
  margin: 8px;
}

.referertags a {
  color: #ffffff;
}

.referertags a:hover {
  text-decoration: none;
}

.gallery {
}

.gallery_small {
  height: 10px;
}

.gallery_navi {
  width: 16px;
}

.gallery_preview {
  height: 320px;
}

.gallery_thumbs {
  height: 160px;
}

.gallery_minithumbs {
  height: 50px;
}

.show {
  width: 100%;
  text-align: center;
}

.trans {
  padding: 10px;
  margin: 10px;
}

.black {
  padding: 10px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
}

.black a {
  color: #ffffff;
}

.guestbook {
  width: 100%;
}

.guestbook div {
  white-space: pre-wrap;
  overflow: hidden;
}

.guestbook .head {
  padding: 2px;
  margin: 2px;
  background-color: #000000;
  color: #ffffff;
}

.guestbook .body {
  margin: 2px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 4px solid #000000;
  color: #000000;
}

.guestbook .contact {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid #000000;
}

.guestbook .comment {
  margin-top: 20px;
  font-style: italic;
  color: #111111;
}

.guestbook .form {
  margin-bottom: 20px;
  padding: 4px;
  background-color: #000000;
  color: #ffffff;
}

.guestbook .form div {
  margin-bottom: 4px;
}

.guestbook .info {
  margin: 100px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 4px;
  background-color: #0055AA;
  color: #ffffff;
}

.guestbook .error {
  margin: 100px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 4px;
  background-color: #BB2211;
  color: #ffffff;
}

.guestbook .success {
  margin: 100px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 4px;
  background-color: #00AA22;
  color: #ffffff;
}

.profile td {
  padding-top: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid #000000;
  white-space: pre-wrap;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
}


body {
  background-image: url("images/bg.gif");
  background-color: #222222;
  color: #ffffff;
  font-size: 11px;
}

h1 {
  padding-bottom: 10px;
  font-size: 12px;
  text-decoration: underline;
  text-align: left;
}

h2 {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  text-decoration: underline;
}

iframe {
  width: 560px;
  height: 450px;
}

img {
  border: none;
}

img.thumb {
  padding: 2px;
}

img.thumb_hl {
  border: 2px solid #ffffff;
}

input.button {
  height: 24px;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 11px;
}

input.bold {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
}

input.italic {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-style: italic;
}

input.underline {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: underline;
}

input.text {
  width: 70%;
  padding-left: 4px;
  border: 1px solid #000000;
  font-size: 11px;
}

input.text2 {
  width: 60px;
  padding-left: 4px;
  border: 1px solid #000000;
  font-size: 11px;
}

p {
  text-align: justify;
  padding-right: 8px;
}

table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}

th {
  height: 18px;
  background-color: black;
  color: #ffffff;
}

td {
  color: #000000;
  text-align: center;
}

textarea {
  width: 80%;
  padding: 4px;
  border: 1px solid #000000;
  font-size: 11px;
}
