/******************************************************************************
 * 
 *	Archiv StyleSheets - Kai Dittberner, m03AG, 15.12.2001
 * 
 ******************************************************************************/

/* Text Styles */

.archivheadline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C7972;
	line-height: normal;
	font-style: normal;
}

.archivheadline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7C7972;
	line-height: normal;
	font-style: normal;
}

.archivheadline3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B70006;
	line-height: normal;
	font-style: normal;
}

.archivheadline4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B70006;
	line-height: normal;
	font-style: normal;
}

.archivtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}

/* Eingabefeld */

.archivinputfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
 border: 1px solid;
 border-color: #B70006;
 width: 100%;
	}



/* anker */

a.archivanker {
	text-decoration: none ;
	color: #B70006;
	font-weight: bold;
	}
	
a.archivanker:link {
	text-decoration: none ;
	color: #B70006;
	font-weight: bold;
	}
	
a.archivanker:active {
	text-decoration: none ;
	color: #B70006;
	font-weight: bold;
	}
	
a.archivanker:hover {
	text-decoration: underline ;
	color: #B70006;
	font-weight: bold;
	}

