html, body, textarea {
	color: #956757;
	margin-bottom: 12px;
	background-color:#f5e7de;
	font-family:"Times New Roman";
	scrollbar-base-color:#F5E7DE;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#F5E7DE;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#F5E7DE;
	}

#menue {
	text-align:left;
	width: 120px;
	padding: 8px;
	border-style: dotted;
	border-width: 3px;
	margin-left:0px;
	float: left;
	margin-top: 15px;
	}

#inhalt {
	padding: 8px;
	width: 804px;	
	border-style: dotted;
	border-width: 3px;
	float:right;
	margin-top: 15px;
	}
	
#rahmen-m2 { 
	background-color: #f5e7de; 
	height: auto; 
	width: 945px; 
	left: 15px; 
	top: 15px;
	position: absolute; 
	padding: 12px; 
	border-style: dotted; 
	border-width: 3px; }
/*	
td {
	border-style: solid; 
	border-color: #956757;
	border-width: 1px;
}
*/
a:link { color: #956757; text-decoration: none; }

a:visited { color: #956757; text-decoration: none; }

a:hover { color: #956757; text-decoration: underline; }

a:active { color: #956757; text-decoration: none; }

