body {
	background-color: #fefcf1;
    font-size: 12px;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	color: #666666;
	line-height: 1.4em;
	text-decoration: none;
    margin-left: 0;
    margin-top: 0;
	padding: 0;
}

.hellgrau	{ color: #999999; }
.schwarz	{ color: #000000; }
.graufett	{ color: #666666;font-weight: bold; }			
.hellgraufett 	{ color: #999999;font-weight: bold; }			
.schwarzfett { color: #000000;font-weight: bold; }
.braunfett { color: #aa4400;font-weight: bold; }

#container {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	border-width:1px; 
	border-style:solid;
	border-color:#fefcf1;
}
#header {
	margin-bottom:5px;
	padding-top: 15px;
	padding-left: 530px;
	border-top-width:0px; 
	border-right-width:0px; 
	border-bottom-width:1px; 
	border-left-width:0px; 
	border-style:solid;
	border-color:#aa4400;
	color: #000000;
}
#content {
	float:left;
	width:480px;
	height:350px;
	margin-top: 10px;
	border-width:0px; 
}
#content A:link {
	color : #999999;
	text-decoration : none;  
}
#content A:active {
	color : #000000; 
	text-decoration : none;  
}
#content A:visited {
	color : #999999;
	text-decoration : none;
}
#content A:hover {
	color : #000000;
	text-decoration : underline;
}
#address {
	margin-top:10px;
	margin-left:530px;
	width:215px;
	height: 200px;
	border:0; 
	padding:0:
}
#address A:link {
	color : #999999;
	text-decoration : none;  
}
#address A:active {
	color : #000000; 
	text-decoration : none;  
}
#address A:visited {
	color : #999999;
	text-decoration : none;
}
#address A:hover {
	color : #000000;
	text-decoration : underline;
}
#nav {
	margin-left:530px;
	width:215px;
	border:0; 
	padding:0;
}
#nav A:link {
	color : #999999;
	text-decoration : none;
	font-weight: bold;  
}
#nav A:active {
	color : #000000; 
	text-decoration : none;  
}
#nav A:visited {
	color : #999999;
	text-decoration : none;
	font-weight: bold;  
}
#nav A:hover {
	color : #000000;
	text-decoration : underline;
	font-weight: bold;  
}



