body {
   background: white;
   color:black;
   font-size: 10pt;
}

#sidebar{
		display: none;
}
#bildanhang{
		display: none;
}

#navigation {
		display: none;
}
#leftbar{
		display: none;
}

#footer {
		display: none;
}
#leftbar {
		display: none;
}

#bild {
		display: none;
}
#top  {
		display: none;
}
#header  {
		display: none;
}
#brot  {
		display: none;
}
.imagechannel {
		display: none;
}
.docimage {
		display: none;
}
div#content {
	margin-left: 5%;
	padding-top: 1em;

}

h1,h2,h3,h4,h5, h6{
	font-size: 13pt;
	color: #510836;
	background: white;
}

a:link,
   a:visited {
		color: #551A8B;
		background: white;
		text-decoration: underline;
}

#content a:link:after,
	#content a:visited:after {
   	content: " (" attr(href) ") ";
   	font-size: 90%;
}

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

#content  ul,
	#content  ol,
	.serie ol {
		margin:0px 5px 0px 15px;
		padding:5px 0 0 5px;
}

dl, dt, dd {
	float:none !important;
}
#content  ul li,
	#content  ol li ,
	.serie ol li{
		padding:4px 6px;
		line-height:140%;
}
