html,body,input,textarea,a,p {
	margin-left: 0px;
	margin-top: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

/* Formatierung alternativer Schriften*/

.klein  {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : none;
}

.klein_gruen  {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #236400;
	font-weight : none;
}

.mittel  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #2828FA;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.gross  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #2828FA;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.rechtstitelklein  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #2828FA;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.rechtstitel  {
	font-family:  Arial, Helvetica, sans-serif;
	color: #2C6B0B;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

/* Formatierungen der Bilder */

.bild_rechts {
	margin: 5px 0px 5px 10px;
	padding: 0px;
	text-align: left;
	float: right;

}

/* Formatierungen der Tabellen */

td.pfm {
	background-color: #FAFA1E;
}

table.navigat {
	width: 155px;	
	text-align: right;
	background-color: #FFFFFF;
}

td.navigat_linie {
	background-color: #236400;
}

td.navigat_right {
	width: 4px;
	background-color: #236400;
}

td.suche {
   background-color: #B3DD3E;
	border: 1px;
	border-color: #236400;
	border-style: solid;
}

/* Hover Tabellenzeilen in der Navigation*/

.navtr a { 
	background-color: #B3DD3E;
	display:block;
	width:100%;
	padding: 2px;
	border: 1px;
	border-color: #236400;
	border-style: solid;
}

.navtr a:hover {
   background-color:#FFFFFF;
}

/* Hyperlink-Formatierungen allgemein */

A:link { 
	FONT-WEIGHT: normal;
	COLOR: #2828FA; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A:visited {
	FONT-WEIGHT: normal;	
	COLOR: #2828FA; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A:active  {
	FONT-WEIGHT: normal;	
	COLOR: #2828FA; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A:hover  {
	FONT-WEIGHT: normal;	
	COLOR: #2828FA; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: underline;
}

/* Hyperlink-Formatierungen der Navigation */

A.nav:link { 
	FONT-WEIGHT: bold;
	COLOR: #236400; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.nav:visited {
	FONT-WEIGHT: bold;	
	COLOR: #236400; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.nav:active  {
	FONT-WEIGHT: bold;	
	COLOR: #236400; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.nav:hover  {
	FONT-WEIGHT: bold;	
	COLOR: #236400; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.klein:link { 
	FONT-WEIGHT: none;
	font-size : 11px;
	COLOR: #000000; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.klein:visited {
	FONT-WEIGHT: none;
	font-size : 11px;
	COLOR: #000000; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.klein:active { 
	FONT-WEIGHT: none;
	font-size : 11px;
	COLOR: #000000; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: none;
}

A.klein:hover {
	FONT-WEIGHT: none;
	font-size : 11px;
	COLOR: #000000; 
	FONT-FAMILY: arial,helvetica; 
	TEXT-DECORATION: underline;
}