html, body {
scrollbar-face-color: #d6d9db; 
scrollbar-highlight-color: #f3f5f7; 
scrollbar-shadow-color: #999; 
scrollbar-3dlight-color: #d6d9db; 
scrollbar-arrow-color: #771d18; 
scrollbar-track-color: #f3f5f7; 
scrollbar-darkshadow-color: #f3f5f7;
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #d6d9db;
   font-size: 101%;
		
}

/*		Homepage spezifisch		*/
#table_index { 
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
	background-color: #d6d9db;
}
			
.td_index { 
	background-color: #f3f5f7;
	vertical-align: top; }	
	
#table_index_content { 
	vertical-align: top;
	width: 60%; 	
	height: 660px;
	border-collapse: collapse;
	font-size: 0.8em; line-height: 1.4em;
	
	}		

/*		Folgeseiten		*/

#top_arch { 
	border-collapse: collapse;
	vertical-align: top;
	text-align: right; 
	height: 140px; 
	font-size: 12px; line-height: 36px;
	color: #999;
	}

.td_rot { background-color: #771d18; vertical-align: top; }
.td_grau { background-color: #CCCCCC; vertical-align: top; }
 
 #body { 
	border-collapse: collapse;
	vertical-align: top;
	text-align: right; 
	height: 660px; 
}
 
 #content { border-collapse: collapse;
	vertical-align: top;
	text-align: left; 
	height: 500px;
	font-size: 0.72em; line-height: 1.4em; 
   }
	
.td-content { padding: 24px; }
  
td { vertical-align: top; }
H1 { font-size: 1.1em; line-height: 1.5em; }
H2 { font-size: 1.0em; line-height: 1.0em; }
img { border: 0px; }

a {font-weight: normal; }
a:link { text-decoration: underline; color: #333;}
a:visited { text-decoration: underline; color: #333; }
a:hover { text-decoration: none; color: #771d18; }
a:active { text-decoration: underline; color: #771d18;}

a.nav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; padding-right: 8px; padding-left: 8px; font-weight: normal; line-height: 24px; }
a.nav:link { text-decoration: none; color: #999; }
a.nav:visited { text-decoration: none; color: #999; }
a.nav:hover { text-decoration: none; color: #771d18;}
a.nav:active { text-decoration: none; color: #771d18; }
.nav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; padding-right: 8px; padding-left: 8px; font-weight: normal; line-height: 24px; }

