html {
  height: 100%;
}

body {
  margin: 0px;
  background-color: #000;
  color: #fff;
  height: 100%;
}

#title {
  background-color: #b4b4b4;
  color: #000;
  width: 100%;
  vertical-align: middle;
}

#title-top, #title-bottom {
  background-color: #949494;
  color: #000;
  height: 15px;
}

#titletext {
  height: 54px;
  background-image:url(/images/header.png);
  background-position: center;
  background-repeat: no-repeat;
}

#menu {
  position: absolute;
  left: -145px;
  top: 80px;
  width: 115px;
  height: auto;
  background-color: #333;
  padding-left: 15px;
}

div.submenu {
  background-color: #fff;
}

div.submenu .menuitem {
  margin-right: 15px;
  float: left;
  text-align: center;
}

img.button {
  padding: 5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  height: 128px;
}

img.buttonHover {
  padding: 5px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 128px;
}

div.submenu > .menuitem p {
  text-align: center;
  margin-top: 0px;
}

#publicity {
  position: absolute;
  left: 730px;
  top: 82px;
  background-color: #fff;
}

#publicity img {
  width: 115px;
  border-top: 2px solid #000;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 05px;
}

#menu h1 {
  font-size: 14pt;
  font-style: normal;
  color: #ddd;
  margin-top: 5px;
  margin-bottom: 0px;
}

#content {
  position: relative;
  width: 700px;
  min-height: 100%;
  background-color: #fff;
  color: #000;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  background-image: url(http://dominique.leuenberger.net/images/bottom_right_corner.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#wrapper {
 padding-left: 15px;
 padding-right: 15px;
}

#about {
  background-color: #fff;
  color: #000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 10pt;

}

#xhtmllogo {
  position: relative;
  float: left;
  color: #f00;
}

#csslogo {
  float: right;
  color: #f0f;
}

#menu a {
  text-decoration: none;
  color: #ccc;
  width: 100px;
  float: left;
}

#menu a.high {
  color: #0f0;
}

a{
  text-decoration: underline;
  color: #333;
}

a:hover, #menu a:hover {
  text-decoration: underline overline;
  color: #f00;
}

#menu a.linkACT, #menu A.linkACT:hover {
  color: #0f0;
  text-decoration: none;
}

div.realcontent {
  font-size: 12pt;
}

div.realcontent h1 {
  font-size: 20pt;
}

div.realcontent h2 {
  font-size: 16pt;
}

img {
  border: 0px;
}

div.menutop, div.galleryfoto {
  text-align: center;
}

#gallery_preload {
  display: block;
  position: absolute;
}

div.menutop a {
  color: #000;
}

span.CountDown {
  color: #f00;
}

p {
  text-align: justify;
}

div.guestbook {
  width: 670px;
}

div.guestbookentry {
  border-bottom: 2px dotted;
  border-right: 2px dotted;
  border-left: 2px solid;
  border-top: 2px solid;
  margin-bottom: 15px;
}

div.guestbookhead {
  color: #fff;
  position: relative;
  padding-right: 15px;
  background-color: #000;
}

div.guestbookhead_name {
  float: left;
  background-color: #000;
  padding-left: 15px;
}

div.guestbookhead_date {
  text-align: right;
}

div.guestbookhead_ip {
  float: left;
  background-color: #000;
  padding-left: 15px;
}

div.guestbookhead_answer {
  text-align: right;
}

div.guestbookhead_answer a {
  color: #ccc;
}



div.guestbookmessage {
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
}

div.guestbookmsgfollowuphead {
  background-color: #777;
  color: #eee;
  padding-left: 30px;
  padding-right: 30px;
}

div.guestbookmsgfollowup {
  background-color: #ddd;
  color: #444;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}

div.guestbook input {
  border: 0px;
  border-left: 2px solid #ddd;
}

div.guestbook textarea {
  border: 0px;
  border-left: 2px solid #ddd;
  width: 640px;
  height: 200px;
}

.guestbook_error {
  background-color: #999;
}

div.gbmenu {
  width: 100%;
}

div.gb_add {
}

span#countdown {
  display: none;
}

textarea.galedit {
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  width: 400px;
}

#fotoborder {
  width: 670px;
  background: url(http://dominique.leuenberger.net/images/loading.png);
  background-repeat: no-repeat;
}

/* lightbox stuff */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(/images/blank.gif);
	}

