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

div.main { /* Enthält titlebar, contents und footer */
  position: absolute;
  top: 5px;
  left: 10em;
  height: auto;
  width: auto;
  overflow: auto;
}

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

div.contents {
  position: relative;
  left: 0px;
  overflow: auto;
  /* width: 95%; */
}

div.footer {
	position: relative;
	left: 0px;
	border-top: 1px solid;
	/* width: 95%; */
}

/* Menü */
div.menu {
  position: fixed;
  width: 9em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  top: 0px;
  left: 0px;
  height: auto;
  background-color: #162FC5;
  background-image: url(../pics/backs/linkbg.gif);
  background-repeat: repeat-y;
  background-position: right;
}

div.menu-footer{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 67px;
  width: 105%;
  background-image: url(../pics/backs/link_bot.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align:right;
}

div.menu-below-footer{
  padding: 10px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  background-color: #000000;
  text-align:left;
}

div.menu-text {
  width: 100%;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px -50px 0px;
  height: 100%;
  background: transparent;
}

a.menu {
	color: #FFFFFF;
	font-weight: bold;
}

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

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

ul.menu {
	list-style-type: none;
	padding-left: 0pt;
	line-height: 150%;
}

ul.submenu {
	
	list-style-type: none;
	padding-left: 10pt;
	line-height: 110%;
	font-size: 90%;
	/*text-align: right;*/
}

/* Links */

a {
  color: #00CCFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #DDCCFF;
}

a.title {
  font-size: 120%;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

a.title:hover {
  font-size: 120%;
  font-weight: bold;
  color: yellow;
  text-decoration: underline;
}

a.title:visited {
  color: #FFFFFF;
}

/* Body */

body {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 100%;
  font-family: helvetica, sans-serif;
  line-height: 125%
}

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);
  background-repeat: no-repeat;
}

td.headR {
  width:50px;
  height:70px;
  background-image:url(../pics/backs/r.gif);
  background-repeat: no-repeat;
}

td.headC {
  height:70px;
  background-image:url(../pics/backs/oben2.gif);
  background-repeat: repeat-x;
}  

h1.title {
  font-size: 150%;
  font-weight: bold;
  line-height: 2.0em;
  margin-bottom: 0px;
  margin-top: 0px;
  
}

div.heading1 {
  font-size: 140%;
  font-weight: bold;
}

div.heading2 {
  font-size: 120%;
  font-weight: bold;
}

div.heading3 {
  font-size: 110%;
}

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