body {
   background: white;
   color:black;
   font-size: 12pt;
}

#Navigation {
 display:none;
} 

#navigation {
 display:none;
} 

#navcontainer {
 display:none;
} 

#Hinweis11 {
 display:none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 13pt;
	color: #006600;
	background: white;
}

* {
 font-family:times new roman,times,serif;
}

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.lbv-sachsenanhalt.de" attr(href) ") ";
}