body {
	margin: 0;
	padding: 16px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background:#FFFFFF;
	line-height: 18px;
}
/*Layoutstruktur*/
#wrap {
	background: none;
}

#header,
#sidebar,
#subnavi_box,
#keywords,
#footer,
#abhaenger,
.pinfo_arrows,
iframe {
	display:none;
	visibility:hidden;
	width:0;
	height:0;
}

#content {
	float:left;
	width:100%;
	margin-bottom:10px;
}
/* Gutter */
#content .gutter {
	margin: 0;
}
#sidebar .gutter {
	margin: 0;
}


/* links */
	

a:link {
	color: #8A6A28;
	text-decoration: underline;
}
a:visited {
	color: #8A6A28;
	text-decoration: underline;
}
a:hover {
	color: #8A6A28;
	text-decoration: underline;
}
a:active {
	color: #8A6A28;
	}
	
