@charset "UTF-8";
/* CSS Document */


body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;	
				background-color: #999;
			}
			
#wrapper	{	width: 960px;
				height: 999px;
				margin: 0 auto;
				background-image: url(../images/gaestebuch.jpg);
				background-position: center center;
				background-repeat: no-repeat;
				-moz-box-shadow:  8px  0  15px rgba(0,0,0,0.5),
                   -8px  0  15px  rgba(0,0,0,0.5);
 				-webkit-box-shadow:  8px  0  15px  rgba(0,0,0,0.5),
                   -8px  0  15px  rgba(0,0,0,0.5);
			}
			
#header		{	width: 960px;
				height: 130px;
				float: left;
			}

#navigation		{	width: 960px;
					height: 100px;
					float: left;
					margin: 70px 0 0 97px;	
				}
				
#navigation li a	{	display: block;
						width: 108px;
						float: left;
						font-size: 14px;
						font-weight: bold;
						color: #FF0;
						text-decoration: none;
						text-align: left;
						margin: 20px 0 0 15px;		
					}
					
#navigation a:hover	{	width: 108px;
						color: #FFF;
						margin: 20px 0 0 15px;
					}
			
#content	{	width: 960px;
				float: left;
				background-image: url(../images/gaestebuch.jpg);
				background-position: center center;
				background-repeat: no-repeat;
			}


#guestbook	{	position: relative;
				width:960px;
  				height:869px;
  			}
			
