/* Allgemeine Body Settings */
  /* Body Settings */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		background-color: #E3E3E3;
		color: #000000;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		}
  /* Link Settings (normal, visited, hover, active)*/
	A:link  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color: #000000;
		}
	A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color: #000000;
		}
	A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		color: #000000;	
		}
	A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		color: #000000;	
		}
/* Classes fr die Navigation */		
  /* Boder Settings fr die Navigation */
	.navi {
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #333333;
		border-bottom-color: #333333;
		}
  /* Dunkelblau hinterlegte Navigations Items */
	.nav_blau    {
		color: #FFFFFF;
		background-color:#005D7D;
		}
  /* Hellblau hinterlegte Navigations Items */
	.hellblau    {
		background-color:#7FAEBE;
		}
  /* Boder Settings fuer das Ende der Navigation */
	.nav_bottom    {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #333333;
		}
/* Schrift Settings fure den Content */
  /* Normaler Text */
    .normal		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		background-color: #FFFFFF;
		color: #000000;
		text-align:justify;
		line-height:18px;
		}
  /* Grosser Titel */
    .titlebig		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		background-color: #FFFFFF;
		color: #005D7D;
		}
  /* Normaler Titel */
    .titlenormal		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		background-color: #FFFFFF;
		color: #000000;
		}
  /* Untertitel */
    .titlesmall		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		background-color: #FFFFFF;
		color: #000000;
		}
  /* Quote Text */
    .quote		{
	color:#005D7d;
	}
  /* Links innerhalb des Textes */
    A.inhalt:link			{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#005D7D;
		}
	A.inhalt:visited		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#005D7D;
		}
	A.inhalt:hover			{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#7FAEBE;	
		}
	A.inhalt:active			{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#7FAEBE;	
		}
  /* Links der Site-Map */
    A.map:link			{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#000000;
		}
	A.map:visited		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color:#000000;
		}
	A.map:hover			{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		font-weight: none;
		text-decoration:none;
		color:#000000;	
		}
	A.inhalt:active			{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: none;
		font-weight: none;
		text-decoration: none;
		color:#000000;	
		}
  /* Code Zitate */
    .code		{
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-style: solid;
		border-top-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		border-right-color: #000000;
		}		