@charset "iso-8859-1";
/* author: Jochen Wertenauer */
/* Creation date: 04.12.2003 */

/* Allgemeine Einstellungen */

div.main { /* Enthält titlebar, contents und footer */
  top: 5px;
}

div.titlebar {
  text-align:center;
  position: relative;
  top:0px;
  left:0px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

div.contents {
  position: relative;
  left: 0px;
}

div.footer {
	position: relative;
	left: 0px;
	border-top: 1px solid;
}


/* Menü */
div.menu {
  position: absolute;
  width: 152px;
  top: 0px;
  left: 0px;
  height: auto;
  background: url(../pics/backs/linkbg.gif);
  display: none;
}


a.menu {
	font-weight: bold;
}

a.menu:visited {
	color: #000000;
}

a.menu:hover {
	color: #000000;
}

ul.menu {
	list-style-type: none;
	padding-left: 0pt;
	line-height: 150%;
}

/* Links */

a {
  color: #00CCFF;
  text-decoration: none;
}

a:visited {
  color: #DDCCFF;
}

a.title {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

a.title:hover {
  font-size: 120%;
  font-weight: bold;
  color: yellow;
  text-decoration: underline;
}

/* Body */

body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 10pt;
  font-family: serif;
}

div.centered {
  text-align: center;
}

table {
  border: none;
}

img {
  border: none;
}

img.middle {
  vertical-align: middle;
}

/* Überschriften */

table.head{
  margin-left:auto;
  margin-right: auto;
  border:none;
}

table.headTop{
  font-weight: bold;
  margin-top: 30px;
  margin-left:auto;
  margin-right: auto;
  border:none;
}

table.headBottom{
  margin-bottom: 30px;
  margin-left:auto;
  margin-right: auto;
  border:none;
}

td.head {
  padding-left: 15px;
  padding-right: 15px;
}

td.headL {
  width:50px;
  height:70px;
  background-image:url(../pics/backs/l.gif);
}

td.headR {
  width:50px;
  height:70px;
  background-image:url(../pics/backs/r.gif);
}

td.headC {
  width:400px;
  height:70px;
  background-image:url(../pics/backs/oben2.gif);
} 

h1.title {
  font-size: 150%;
  font-weight: bold;
  line-height: 2.0em;
  margin-bottom: 0px;
  margin-top: 0px;
}

div.heading1 {
  font-size: 16pt;
  font-weight: bold;
}

div.heading2 {
  font-size: 12pt;
  font-weight: bold;
}

div.heading3 {
  font-size: 11pt;
}

div.centered {
	text-align: center;
}

/* Gästebuch */
td.guestLeft {
  background: #FFFFFF;
  text-align: right;  
}

td.guestRight {
  background: #FFFFFF;
}
