/* 
	#0C036B - blau
	#FF6600 - orange
  0C036B - dunkelblau
  FF6600 - orange
  CCCCCC - grau
  FCAF78 - orange, blass
  D4E0F0 - hellblau
  EDF3FA - hellblau2
  F9F9F9 - hellgrau
  E6E6E6 - dunkelgrau
*/
  
  /* Allgemein */
  body		        {font-family: Verdana, Tahoma, Arial; font-size: 10pt; color: #0C036B; SCROLLBAR-BASE-COLOR: #FFF4DF; SCROLLBAR-ARROW-COLOR: #483D8B;}
	input     		  {font-family: Verdana, Tahoma, Arial; font-size: 8pt; text-align: left; valign: top}
	sel       		  {font-family: Verdana, Tahoma, Arial; font-size: 8pt; text-align: left; valign: top}
	.input     		  {font-family: Verdana, Tahoma, Arial; font-size: 8pt; text-align: left; valign: top}
	.sel       		  {font-family: Verdana, Tahoma, Arial; font-size: 8pt; text-align: left; valign: top}

  A:link          {color: #FF6600; Text-Decoration: none;}
  A:visited       {color: #FF6600; Text-Decoration: none;}
  A:hover         {color: #0C036B; Text-Decoration: none;}
  A:active        {color: #FFFFFF; Text-Decoration: none;}
  
  /* Rahmen für Blöcke */
  .center         {background-color: #FFFFFF; width: 95%; height: 600px; border: 1px solid #CCCCCC }
  .menu           {background-color: #FFFFFF; width: 95%; height: 600px; border: 1px solid #CCCCCC }


  /* Block Inhalt */
	#inhalt     		  {width: 90%; background-color: #FFFFFF; border: 1px solid #CCCCCC; margin: 0; padding: 0; -moz-border-radius: 25px}
  #inhalt a:link    {color: #FF6600; Text-Decoration: none;}
  #inhalt a:visited {color: #FF6600; Text-Decoration: none;}
  #inhalt a:hover   {color: #0C036B; Text-Decoration: none;}
  #inhalt a:active  {color: #FF6600; Text-Decoration: none;}
  #inhalt a:focus   {color: #FF6600; Text-Decoration: none;}

  /* Teile des Inhalts */
  .text_titel		  {font-size: 10pt; font-variant: small-caps; font-weight: bold; text-align: left; valign: top; color: #FF6600; background-color: #0C036B; border: 1px solid #FFFFFF; padding: 5 }
	.text_mittig		{font-size: 8pt; font-style: italic; text-align: center; valign: top; padding: 5}
	.text_links		  {font-size: 8pt; font-style: italic; text-align: left; valign: top; background-color: #FFFFFF; padding: 5}
	.text_links2		{font-size: 8pt; font-style: italic; text-align: left; valign: top; background-color: #F9F9F9; padding: 5}
	.text_rechts		{font-size: 8pt; font-style: italic; text-align: right; valign: top; background-color: #FFFFFF; padding: 5}
	.text_rechts2		{font-size: 8pt; font-style: italic; text-align: right; valign: top; background-color: #F9F9F9; padding: 5}
	.text_blocksatz	{font-size: 8pt; font-style: italic; text-align: justify; valign: top; padding: 5}
	.text_info    	{font-size: 8pt; text-align: left; valign: top; padding: 5}

  /* Link Titel */
  #titel a:link    {color: #FF6600; Text-Decoration: none;}
  #titel a:visited {color: #FF6600; Text-Decoration: none;}
  #titel a:hover   {color: #FF6600; Text-Decoration: underline;}
  #titel a:active  {color: #FF6600; Text-Decoration: underline;}
  #titel a:focus   {color: #FF6600; Text-Decoration: none;}

  /* Block Menü */
	#menu     		  {font-size: 8pt; width: 90%; background-color: #FFFFFF; border: 1px solid #CCCCCC}
  #menu a:link    {display:block; color: #0C036B; Text-Decoration: none; background-color: #FFFFFF}
  #menu a:visited {display:block; color: #0C036B; Text-Decoration: none;}
  #menu a:hover   {display:block; color: #000000; Text-Decoration: none; background-color: #FFFFFF}
  #menu a:active  {display:block; color: #0C036B; Text-Decoration: none;}
  #menu a:focus   {display:block; color: #0C036B; Text-Decoration: none;}

  /* Teile des Menüs */
  .menu_titel		  {font-size: 10pt; font-variant: small-caps; font-weight: bold; text-align: center; valign: top; color: #0C036B; background-color: #FF6600; border: 1px solid #FFFFFF; padding: 3 }
	.menu_text		  {font-size: 8pt; text-align: left; valign: top; padding: 5}


