/* Seiten-Layout */
BODY {	background-image: url('aufbau/pagehg.jpg');
		SCROLLBAR-ARROW-COLOR: #EAEAEA;
		SCROLLBAR-TRACK-COLOR: #7CB6AA;
		SCROLLBAR-BASE-COLOR: #7CB6AA;
		scrollbar-dark-shadow-color: #7CB6AA;
		color: #006600;
		margin: 0px;
     }

/* Body-Layout */
.bd_layout {background-position: -225px -112px;
			background-attachment: fixed;
			}

/* Body-Gästebuch */
.bd_guest  {background-position: -225px -112px;
			background-attachment: fixed;
			margin-top: 16px;
			}

/* Body-Menü */
.bd_menu {  background-position: -1px -112px;
			background-attachment: fixed;
			}
/* Body-Head */
.bd_head {background-position: -1px -2px;
			background-attachment: fixed;
			}

/* Bild auf der Index */
.index_img {background-image: url('aufbau/img_idx.jpg');
			width: 660px;
			height: 510px;
			}

/* Bild auf der Start 
eigentliche Bild-größe 446x346 */
.start_img {background-image: url('aufbau/img_start.jpg');
			width: 446px;
			height: 346px;
			}
			
/* Bild im Gästebuch */
.gb_img {background-image: url('aufbau/img_guest.jpg');
			width: 430px;
			height: 255px;
			}
			
/* Kleine Grafik links*/
.gimmick_li{background-image: url('aufbau/img_gimli.jpg');
			width: 66px;
			height: 52px;
			}

/* Kleine Grafik rechts*/
.gimmick_re{background-image: url('aufbau/img_gimre.jpg');
			width: 66px;
			height: 52px;
			}
/* Menü */
.menu {background-image: url('aufbau/zellhg.jpg');
      }

/* Grafik unter Menü */
.men_img	{background-image: url('aufbau/img_menu.jpg');
			width: 156px;
			height: 107px;
			}

/* Grüner Rahmen */
.greenborder {border-left: 1px solid #A3CDC9;
              border-top: 1px solid #A3CDC9;
              border-right: 1px solid #4A8A83;
              border-bottom: 1px solid #4A8A83;
			  background-image: url('aufbau/rahmendunkel.jpg');
             }

/* Goldener Rahmen */
.goldborder {background-image: url('aufbau/rahmenhell.jpg');
             }

/* Grüner Inhalt */
.greencontent {border-left: 1px solid #A3CDC9;
               border-top: 1px solid #A3CDC9;
               border-right: 1px solid #4A8A83;
               border-bottom: 1px solid #4A8A83;
			   background-image: url('aufbau/zellhg.jpg');
              }
			  
/* Text-Balken */
.top {background-image: url('aufbau/tophg.jpg');
		background-position:center middle;
       color: #FFFFFF;
	   font-weight: bold;
	   font-size: 14pt;
      }

/* Input-Felder */
.input {background-image: url('aufbau/inputhg.jpg');
       color: #006600;
	   font-weight: bold;
	   border: 2px solid #DDDDDD;
	   width: 300px;
	   background-color: #7CB6AA;
      }

/* Text-Areas */
.textarea {background-image: url('aufbau/inputhg.jpg');
          color: #006600;
		  font-weight: bold;
		  border: 2px solid #DDDDDD;
		  width: 300px;
		  height: 120px;
         }

/* Buttons */
.submit   {background-image: url('aufbau/inputhg.jpg');
          color: #006600;
		  font-weight: bold;
		  border: 2px solid #DDDDDD;
		  width: 150;
         }

a	    {color:#FFFFF2; text-decoration: none;}
a.sub   {color:#FFFFF2; text-decoration: none; font-style: italic; font-size: 11pt;}
a:hover {color: #D0C488;}