 
  .trail {
    font-family: Arial, System;
    font-size: 10px;
    font-weight: normal;
    color
  }

  .title {
		font-family: Arial, System;
		font-size: 20px;
		font-weight: bold;
		color: #AB0000;
	}
	
	subtitle {
		font-family: Arial, System;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}
 
   body {
   	background-color: #EFEFEF;
   }
 
     body, td {
		font-family: Arial, System;
		font-size: 12px;
	}

	h1 {
		font-family: Arial, System;
		font-size: 14px;
		font-weight: bold;
		color: #AB0000;
	}
	
	h2 {
		font-family:Arial, System;
		font-size: 12px;
		font-weight: bold;
	}
	
/* Eigene Einfälle */

  a:link {
    text-decoration: none;
    color: #808000;
  }
  
  a:hover {
    text-decoration: none;
    color: #AB0000;
  }
  
  a:visited {
    text-decoration: none;
    color: #808000;
  }
  
  a:visited:hover {
    text-decoration: none;
    color: #AB0000;
  }

	input   {
		font-family: Arial, System;
		font-size: 11px;
	}
	
	select {
	  font-family: Arial, System;
		font-size: 11px;	
	}
	
	textarea   {
		font-family: Arial, System;
		font-size: 11px;
	}
		
/*

	.button {
	  border-width: 1.5pt;
		border-style: "outset";
		background-color: silver;
	}
	
-------------------------------------*/

	
	.boxheadline {
		font-family: Arial, System;
		font-size: 11px;
		font-weight: bold;
	}

	.verblabel {
		font-family: Arial, System;
		font-size: 11px;
		font-weight: bold;
	}


/* eigentlich sind alle schriften ab hier 12px gross :-( */

	.boxtitle {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}

	.nav1 {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}
	
	.nav1:link {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}

	.nav1:hover {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}

	.nav1active {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}
	
	.nav1active:visited {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}
	
	.nav1:visited {
		font-size: 11px;
		font-weight: bold;
		color: #495418;
		text-decoration: none;
	}

	.nav2 {
		font-size: 11px;
		font-weight: normal;
		color: #495418;
		text-decoration: none;
	}
	
	.nav2:link {
		font-size: 11px;
		font-weight: normal;
		color: #495418;
		text-decoration: none;
	}

	.nav2:hover {
		font-size: 11px;
		font-weight: normal;
		color: #495418;
		text-decoration: none;
	}

	.nav2active {
		font-size: 11px;
		font-weight: normal;
		color: #AB0000;
		text-decoration: none;
	}
	
	.nav2active:visited {
		font-size: 11px;
		font-weight: normal;
		color: #AB0000;
		text-decoration: none;
	}
	
	.nav2:visited {
		font-size: 11px;
		font-weight: normal;
		color: #495418;
		text-decoration: none;
	}
	
.fBarInput {
	background-image: url('/images/inputBg.gif');
	background-repeat: no-repeat;
}

