body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/back.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding:0;
	margin-left:80px;
	margin-right:60px;
	margin-bottom:50px;
	font-size: 12px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
}

a:link {color: #800000; text-decoration: none;}
a:visited {color:#a03; text-decoration: none}
a:hover   {color:#800000; text-decoration: underline;}
a:active  {color:#FF0000; text-decoration: underline;}
a:focus   {color:#FF0000; text-decoration: none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-align: left;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:30px;
	margin-left:-50px;
	width: 100%;
	text-indent: 50px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top:-25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:20px;
}
