body{
				background-attachment: fixed;
				background-image: url('../images/bluemchen.jpg');
				margin-top:3;
}

body, table, td, p{
				font-family: Verdana; 
				font-size: 10pt; color:#702d2c; 
				scrollbar-base-color: #e7e2d5;
				scrollbar-arrow-color: #b7a881;
				Overflow: auto;
                }

p               {
				margin-top: 0; 
				margin-bottom: 0;
				text-decoration: none;
                }
                
/* Formatierung der Links (Farbe, Underline wird ausgeschaltet) */
                
a, a:visited, a:active, a:link
				{text-decoration: none;
				color: #996633;
				}

.rahmen		    {
				background: url('../images/sanne/gold.jpg');
				border-width:2;
				border-style:solid;
				cellspacing:0;
				cellpadding:0;
				width:98%;
			    border-color:#702d2c; 
				height:700;
				}


.tabellen_body  {
				background: url('../images/index_hg.jpg');
				border-width:1;
				border-style:solid;
				cellpadding:5;
				border-color:#702d2c; 
				width:100%; 
				cellspacing:0;
				height:100%;
				}
				
.body_bg	    {background: url('../images/index_hg.jpg');
				}