body {
   background-color: #FFDBA6;
   padding: 0;
   margin: 0;
   overflow: hidden;
   }

#main {
   background-color: transparent;
   margin: -300px 0 0 -400px;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 800px;
   height: 600px;
   }

a, a:Link, a:Visited, a:Active {
   color: #FF3300;
   text-decoration: none;
   } 

/* Navigation */
.navList {
   margin: 0px 0px 0px 0px;
   text-align: left;
   }

#activeItem {
   font-weight: bold;
   }

/* ------11111111 --------- */
.menuItem1 A:link, .menuItem1 A:visited {
	display: block; 
	line-height: 26px;
	font-family: sans-serif;
	font-size: 70%;
	text-indent: 47px;
	font-weight: bold;
	background-image: url('/fileadmin/images/buttonsL1.gif'); 
	background-repeat: no-repeat;
	width: 160px;
  height: 26px;
  }

.menuItem1 A:hover {
	background-position: 0px -26px;
	text-decoration: underline;
  }

.menuItem1#activeItem A:active, .menuItem1#activeItem A:link, .menuItem1#activeItem A:visited {
	background-position: 0px -52px;
	text-decoration: underline;
  }

.menuItem2 A:link, .menuItem2 A:visited {
  display: block; 
	line-height: 18px;
	font-family: sans-serif;
	font-size: 67%;
	text-indent: 35px;
	font-weight: normal;
	background-image: url('/fileadmin/images/buttonsL2.gif'); 
	background-repeat: no-repeat;
	width: 160px;
  height: 18px;
  }

.menuItem2 A:hover {
	text-decoration: underline;
  }

.menuItem2#activeItem A:active, .menuItem2#activeItem A:link, .menuItem2#activeItem A:visited {
	text-decoration: underline;
  }
  
/* Style des Haupt-Inhalts */
div.scroll {
     height: 459px;
     width: 613px;
     overflow: auto;
     position: relative;
     left: 15px;
}

/* Styles von guestbook */


