body{
	font:11pt/120% Arial, sans-serif;
	background-color: white !important;
	background-image: none !important;
	color:black;
}
/*
a:link:after,
a:visited:after {
	content: " ("attr(href)")";
	font-size: 90%;
}
*/



/*
.content a[href^="/"]:after {
	content: "(http://www.webdesign-in.de" attr(href)")";
}
*/



#branding,
#sidebar,
footer .foot,
.com-count,
.wp-pagenavi,
#content-bottom-ad,
#comments,
#meta-single {
	display: none;
}
#content {
	width: 100%;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main {
	width: 100%;
	max-width: none;
}

#breadcrumb li:after {
	content: '>';
}
#breadcrumb li:last-child:after {
	content: none;
}