html    {
	font-family: "Times New Roman", Times, serif; 
	font-size: "14pt";
}

body    {
	font-family: "Times New Roman", Times, serif; 
	font-size: "14pt";
}

a:link  {
	color: blue; 
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;	
}

a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1      {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
}

h2      {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}

h3      {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}

h4      {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
}

h5      {
	font-family: "Times New Roman", Times, serif;
	font-size:   14pt;
	font-weight: bold;
	text-transform: uppercase;
}

h6      {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

p.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}

p.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
   font-weight: bold;
}

p.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
} 



.blue
 	{
 	font-family: "Times New Roman", Times, serif;
 	font-size: 14pt;
 	color: blue;
}

p.green {
	font-family: "Times New Roman", Times,serif;
	color: #006633;
	font-size: 14pt;
}

p.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
}

p.italic-green {
	font-family: "Times New Roman";
	font-size: 14pt;
	font-style: italic;
	color: #006633;
}

p.italic-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

p.einrueck {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
        margin-left: 20px;
}

p.klein    {
        font-family: "Times New Roman", Times; serif;
        font-size: 12pt;
}

p.NaviHead {
           font-family: Arial, Helvetica, sans-serif;
           text-align: center;
           font-size: 14pt;
}

p.rahmen {
         font-family: "Times New Roman", Times, serif;
         font-weight: bold;
         font-size: 16pt;
         text-align: center;
         border-style: solid;
         border-width: 1pt;
         padding: 5pt;
         width: 50%;
}

p.rahmen2 {
         font-family: "Times New Roman", Times, serif;
         font-weight: normal;
         font-size: 14pt;
         text-align: left;
         border-style: solid;
         border-width: 1pt;
         padding: 5pt;
         width: 90%;
         margin: 5pt;
}

p.rahmen3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #FF9933;
	font-size: 14pt
	text-align: left;
	border-color: #993300; 
	border-style: double;
	border-width: medium;
	padding: 5pt;
	width: 90%;
	margin: 5pt;
}





ul.einrueck {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-indent: 10pt;
	list-style-type: circle;
	list-style-position: inside;
}

ul.einrueck2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-indent: 30pt;
	list-style-type: circle;
	list-style-position: inside;
}

ul.Quadrat {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	list-style-type: square;
   	list-style-position: outside;
}

ul.Kreis {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	list-style-type: circle;
   	list-style-position: outside;

}
ul.Punkt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	list-style-type: disc;
   	list-style-position: outside;

}
ul.ohne {
   	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
   	list-style-type: none;
   	list-style-position: outside;
}

div.einrueck {text-indent: 10%;
}

div.Times {
	font-family: "Times New Roman", Times, serif;
        font-size: 14pt;
}

ul#Liste_mit_Rahmen_black {
    font-family: "Times New Roman", Times, serif;
	 font-size: 14pt;
	 border: 2pt;
	 border-style: double;
	 border-color: Black;
	 list-style: square;
	 list-style-position: inside;
	 margin: 5px;
	 padding: 5px;
}



ul#R5_Inhalt {
        background-color: #CCFFCC;
        font-size: 9pt;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        width: 105px;
        margin: 2px; padding: 2px;
        border: 1px dashed silver;
}

ul#R5_Inhalt li {
        list-style: none;
        margin: 0; padding: 0.1em;
}

ul#R5_Inhalt a {
        display: block;
        padding: 0.2em;
        font-weight: normal;

}

ul#R5_Inhalt a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: black;
        background-color: #CCFFCC;
}

ul#R5_Inhalt a:visited {
        font-size: 9pt;
        color: black;
        background-color: #CCFFCC;
}

ul#R5_Inhalt a:hover {
        font-size: 9pt;
        color: black;
        background-color: white;
}

ul#R5_Inhalt a:active {
        font-size: 9pt;
        color: white;
        background-color: gray;
}

ul#R5_KapNavi {
        font-size: 9pt;
        font-family: Arial, Helvetica, sans-serif;
        float: right;
        width: 105px;
        margin: 2px; padding: 2px;
        border: 1px dashed silver;
}

ul#R5_KapNavi li {
       font-size: 9pt;
       list-style: none;
       margin: 0; padding: 0.2em;
}

ul#R5_KapNavi a {
      font-size: 9pt;
      display: block;
      padding: 0.1em;
      font-weight: normal;
}

ul#R5_KapNavi a:link {
      font-size: 9pt;
      color: black;
      
}

ul#R5_KapNavi a:visited {
      font-size: 9pt;
      color: black;
      
}

ul#R5_KapNavi a:hover {
      font-size: 9pt;
      color: black;
      background-color: white;
}

ul#R5_KapNavi a:active {
      font-size: 9pt;
      color: white;
      background-color: gray;
}

#Arial {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.0em;
}

table.normal {
      font-family: Times New Roman, Times, serif;
      font-size: 14pt;
}

table.klein {
      font-family: Times New Roman, Times, serif;
      font-size: 12pt;
}


table.Tel {
      font-family: Times New Roman, Times, serif;
      font-size: 14pt;
      color: green;
      padding: 5px;
}

      
p.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

a.black:link  {
	font-size: 14pt;
	color: black; 
	text-decoration: none;
}

a.black:visited {
	font-size: 14pt;
	color: black;
	text-decoration: none;
	
}

a.black:active {
	font-size: 14pt;
	color: white;
        background-color: gray;
	text-decoration: none;
}

a.black:hover {
	font-size: 14pt;
	color: black;
	background-color: white;
	text-decoration: none;
}

a.black2:link  {
	font-size: 12pt;
	color: black; 
	text-decoration: none;
}

a.black2:visited {
	font-size: 12pt;
	color: black;
	text-decoration: none;
	
}

a.black2:active {
	font-size: 12pt;
	color: white;
        background-color: gray;
	text-decoration: none;
}

a.black2:hover {
	font-size: 12pt;
	color: black;
	background-color: white;
	text-decoration: none;
}
ul.R5_Inhaltsverzeichnis {
        background-color: #CCFFCC;
        font-size: 14pt;
        font-family: Times New Roman, Times, serif;
        
}

ul.R5_Inhaltsverzeichnis  {
        list-style: disk;
}


ul.R5_Inhaltsverzeichnis a:link {
        font-family: Times New Roman, Times, serif;
        font-size: 14pt;
        color: black;
        background-color: #CCFFCC;
}

ul.R5_Inhaltsverzeichnis a:visited {
        font-size: 14pt;
        color: black;
        background-color: #CCFFCC;
}

ul.R5_Inhaltsverzeichnis a:hover {
        font-size: 14pt;
        color: black;
        background-color: white;
}

ul.R5_Inhaltsverzeichnis a:active {
        font-size: 14pt;
        color: white;
        background-color: gray;
}

