body {
  	font-size: 10px;
	font-family: Arial, Georgia, Times New Roman, serif;
  	line-height: 13px;
         color: #2F2F2F;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 29px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 39px;
	text-align: left;
	text-decoration: none;
}

h2 {
         padding-bottom: 4px;
         margin-bottom: 8px;
         font-family: Georgia,Times New Roman, serif;
         font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
         border-bottom: 1px solid #5F5F5F;
}

h3 {
         padding-bottom: 0px;
         margin-bottom: 2px;
         font-family: Georgia, Times New Roman, serif;
         font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
         border-bottom: 0px solid #5F5F5F;
}

.underline {
	border-bottom: 1px solid #1F1F1F;
	padding-bottom: 0.01em;
}

p 	{
	margin: 0px;
         margin-top: 10px;
         padding: 0px;
         }

.nummerierung {
         margin-top: -5px;
         margin-bottom: 4px;
         padding-bottom: 2px;
         border-bottom: 1px solid #5F5F5F;
         font-weight: bold;
}

.autorenpage {
         margin-top: 5px;
         margin-bottom: 2px;
         padding-bottom: 2px;
         border-top: 1px solid #5F5F5F;
         font-weight: normal;
}

        /*Links Content*/

a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #000000;
 	font-size: 1em;
         line-height: 1.6em;
	text-decoration: none;
	font-weight: bold;

  	}
a:visited  {
	font-family: Arial, Helvetiva, Verdana, sans-serif;
	text-align: left;
	color: #000000;
 	font-size: 1em;
         line-height: 1.6em;
         text-decoration: none;
	font-weight: bold;
	}
a:hover {
	font-family: Arial, Helvetiva, Verdana, sans-serif;
	text-align: left;
	color: #FF0000;
 	font-size: 1em;
         line-height: 1.6em;
	text-decoration: none;
	font-weight: bold;
	}