/* CSS-Klassen für Inhalts-Bereich */

body
{

  font-family:Arial,Helvetica,sans-serif;
  font-size:80%;
  margin:0px;
  padding:0px;
}

.print
{
  display:none;
}



h1 {
	font-size		: 130%;
	line-height		: 130%;
}

h3 {
	font-size		: 120%;
	line-height		: 120%;
}

h5 {
	font-size		: 100%;
	line-height		: 110%;
}

ul {
	font-size		: 100%;
	line-height		: 150%;
}

li {
	font-size		: 100%;
	line-height		: 150%;
}

p {
	font-size		: 100%;
	line-height		: 150%;
}

p a:link {
	color			: #4E463D;
	text-decoration		: underline;
}

p a:visited {
	color			: #4E463D;
	text-decoration		: underline;
}

p a:hover {
	color			: #4E463D;
	text-decoration		: none;
}

p a:active {
	color			: #4E463D;
	text-decoration		: none;
}

ul a:link {
	color			: #4E463D;
	text-decoration		: underline;
}

ul a:visited {
	color			: #4E463D;
	text-decoration		: underline;
}

ul a:hover {
	color			: #4E463D;
	text-decoration		: none;
}

ul a:active {
	color			: #4E463D;
	text-decoration		: none;
}
